@font-face {
    font-family: "NunitoSans-Bold";
    src: url(../js/font/NunitoSans-Bold.ttf);
}

@font-face {
    font-family: "NunitoSans-Regular";
    src: url(../js/font/NunitoSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../js/font/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(../js/font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url(../js/font/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: "MinecraftEvenings-RBao";
    src: url(../js/font/MinecraftEvenings-RBao.ttf);
}

@font-face {
    font-family: "Sarpanch-SemiBold";
    src: url(../js/font/Sarpanch-SemiBold.otf);
}

@font-face {
    font-family: "Soul_Calibur";
    src: url(../js/font/Soul_Calibur.ttf);
}

@font-face {
    font-family: "NotoSerif-Bold";
    src: url(../js/font/NotoSerif-Bold.ttf);
}

a:link {
    text-decoration: none;
    color: #d6a04a;
}

body {
    background-color: #0b1024;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 4px;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(11, 16, 36, 0.9);
    height: 93px;
}

nav ul li {
    font-size: 18px;
    position: relative;
    width: 160px;
    border-left: 1px solid #d6a04a;
}

nav ul li span {
    color: #d6a04a;
    font-size: 12px;
    display: block;
    margin-top: -2px;
}

.navbar ul li a {
    color: #ffffff;
    height: 93px;
}

.navbar ul li a:hover {
    color: #d6a04a;
    background-color: #121834;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    transform: scale(1.0);
    transition: 0.1s ease;
}

.navbar ul li a:active {
    color: #d6a04a !important;
}

.medialink {
    display: flex;
    margin-top: 35px;
    margin-left: 100px;
}

.medialink .fab {
    color: #d6a04a;
    font-size: 20px;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.medialink .fab:hover {
    color: #ffffff;
    margin-top: -5px;
}

.containerss {
    position: relative;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.containerss .cover .centered {
    position: absolute;
    left: 0;
    top: -13px;
}

.containerss .join-container {
    position: relative;
    z-index: 9999;
    top: 0;
    /* كان -220px */
    margin-top: 20px;
    text-align: center;
}

.containerss .join-container button {
    font-size: 40px;
    font-weight: bold;
    color: #d6a04a;
}

.containerss .join-container button a {
    color: #d6a04a;
    font-size: 40px;
    font-weight: bold;
}

.containerss .join-container button:hover {
    transition: 0.5s;
    background: #0e132b;
    text-shadow: 0 0 3px #d6a04a,
        0 0 10px #ffffff,
        0 0 10px #d6a04a;
}

.news {
    background-image: url(../images/btn/news.png);
    width: 800px;
    height: 120px;
    text-align: center;
    padding-top: 30px;
    position: relative;
    margin-top: -120px;
}

.news h2 {
    color: #d6a04a;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px #0b1024;
    text-transform: uppercase;
    line-height: 70px;
    font-family: "NotoSerif-Bold";
}

.global-section .top-box img,
.cpanellist .imglist img {
    background-color: #0b1024;
    border-radius: 60px;
    border: 1px solid #d6a04a;
}

.top3account {
    display: inline-block;
    text-align: center;
}

.global-section .top-box .rank {
    position: absolute;
    top: -20px;
    left: -15px;
    background: radial-gradient(circle farthest-corner at center, #0b1024 0%, #121834 100%);
    height: 60px;
    width: 60px;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #d6a04a;
    border-radius: 50%;
    border: 2px solid #d6a04a;
}

.global-section .top-box {
    background: radial-gradient(circle farthest-corner at center, #0b1024 0%, #121834 100%);
    padding: 20px;
    border: 1px solid #d6a04a;
    position: relative;
    margin-bottom: 35px;
    text-align: center;
    width: 300px;
    border-image: linear-gradient(#0b1024, #d6a04a) 18 22;
}

.global-section .top-box ul li {
    position: relative;
    list-style: none;
    background-color: rgba(14, 19, 43, 0.3);
    padding: 7px;
    margin-bottom: 2px;
    font-size: 13px;
    color: #ffffff;
    text-align: left;
    padding-left: 120px;
}

.global-section .top-box ul li i {
    position: absolute;
    background-color: rgba(14, 19, 43, 0.3);
    height: 100%;
    width: 33px;
    line-height: 32px;
    border-radius: 5px;
    margin-left: -120px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: -7px;
    color: #d6a04a;
}

.global-section .top-box ul li:hover {
    background-color: rgba(214, 160, 74, 0.1);
    border-radius: 5px;
}

.global-section .top-box .class-char {
    color: #d6a04a !important;
}

.global-section .top-box h1 {
    margin-top: 15px;
    margin-bottom: 7px;
    color: #d6a04a;
    font-family: "OpenSans-Regular";
    font-weight: bold;
}

.centershow .databtn {
    border: 1px solid #d6a04a;
}

.centershow .btn-dark {
    background-color: inherit;
    width: 200px;
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px 1px #0b1024;
    text-transform: uppercase;
    font-family: "NotoSerif-Bold";
    border: none;
    color: #d6a04a;
}

.centershow .btn-dark:hover {
    background-color: rgba(214, 160, 74, 0.1);
}

#showalldata {
    background: radial-gradient(circle farthest-corner at center, #0b1024 0%, #121834 100%);
    width: 40%;
    text-align: left;
    padding-left: 30px;
    color: #d6a04a;
    text-shadow: 1px 1px 1px #0b1024;
    border: 1px solid #d6a04a;
    border-image: linear-gradient(#0b1024, #d6a04a) 18 22;
}

#showalldata a {
    color: #d6a04a;
    text-transform: uppercase;
}

#showalldata a:hover {
    color: #ffffff;
}

#showalldata .btn {
    border-radius: 0px;
    background-color: inherit;
    border-image: linear-gradient(#0b1024, #d6a04a) 18 22;
    text-transform: uppercase;
}

#showalldata .btn:hover {
    background-color: rgba(214, 160, 74, 0.1);
    transition: 0.5s ease;
}

#showalldata .btn a {
    color: #d6a04a;
}

#showalldata .ServerName {
    color: #d6a04a;
    text-shadow: 1px 1px 1px #0b1024;
}

.line hr {
    border-image: linear-gradient(#0b1024, #d6a04a) 18 22;
}

.Upper-bar {
    display: none;
}

.sidenav {
    position: fixed;
    right: 20px;
    top: 45%;
    width: 130px;
    z-index: 2;

}

.sidenav img {
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.sidenav img:hover {
    -webkit-transition: .3s ease-in-out;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.descrption {
    font-size: 18px;
    font-family: "DroidArabicKufi";
    width: 40%;
    line-height: 30px;
    color: #ffffff;
}

.footerclassbox .classboximg {
    display: inline-block;
}

.footerclassbox .classboximg img {
    margin-left: 100px;
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.footerclassbox .classboximg img:hover {
    cursor: pointer;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}

.class1information {
    background-image: url("../images/classbox/classbox.png");
    width: 450px;
    height: 558px;
    padding: 40px;
    text-align: center;
    text-align: center;
    color: #d6a04a;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    text-align: center;
    color: #d6a04a;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
    position: relative;
    top: -800px;
    float: right;
    right: 650px;
}

.class1information span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    color: #fff !important;
    background: url(../images/line.png) no-repeat center bottom;
    line-height: 30px;
    padding-bottom: 10px;
}

.class1information p {
    font-size: 15px;
    color: #ffffff;
}


/* Start Join Us Style */
#left {
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    background-color: rgba(11, 16, 36, 0.3);
    padding: 40px;
}

#left .body .joinus-form h1 {
    text-align: left;
    color: #d6a04a;
}

#left .body .joinus-form p {
    width: 100%;
    background-color: #121834;
    color: #ffffff;
    padding-left: 20px;
    text-align: left;
    border-radius: 3px;
    padding: 22px;
}

#left .body .joinus-form {
    width: 100%;
}

#left .body .joinus-form table {
    width: 100%;
}

#left .body .joinus-form input[type="text"],
input[type="password"],
input[type="email"] {
    width: 50%;
    margin: 10px;
    height: 40px;
    border: 1px solid #d6a04a;
    border-radius: 5px;
    color: #ffffff;
    background: #0b1024;
    padding-left: 10px;
}

#left .body .joinus-form button[type="submit"] {
    width: 30%;
    margin: 10px;
    height: 50px;
    border: none;
    border-radius: 5px;
    color: #0b1024;
    background: #d6a04a;
    padding-left: 10px;
    font-weight: bold;

}

#left .body .joinus-form i {
    color: #ffffff;
}

#left .body .joinus-form a {
    margin: 10px;
    color: #d6a04a;
}

#left .body .joinus-form a button {
    width: 140px;
    font-size: 13px;
}

::placeholder {
    color: #ffffff;
}

#left .body .joinus-form input[type="submit"] {
    border: none;
    width: 18%;
    font-size: 20px;
    margin-left: 20px;
}

.alert {
    width: 40%;
    height: 40px;
    padding-top: 7px;
}

.signupmsg {
    position: absolute;
    color: #d6a04a;
    width: 100%;
    background-color: rgba(11, 16, 36, 0.9);
    height: 100%;
    top: 0;
    text-align: center;
    padding-top: 140px;
    font-size: 35px;
    font-weight: bold;
}

/* End Join Us Style */
/* Start Download  Style*/
.download_table {
    position: absolute;
    z-index: 9999;
    top: 150px;
    width: 100%;
    display: none;
}

.download_table_block {
    position: absolute;
    z-index: 999999;
    top: 150px;
    transition: 0.3s;
    display: block;
    width: 100%;

}

.download_table_block table {
    color: #ffffff;
    text-align: center;
}

.download_table_block table tr th {
    height: 40px;
    background: #0e132b;
    color: #d6a04a;
    font-size: 20px;
    font-family: "NunitoSans-Regular";
}

.download_table_block table tr td {
    background: #121834;
    font-family: "NunitoSans-Regular";
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    height: 40px;
    border-bottom: 1px solid #0b1024;
}

.download_table_block table tr td a {
    font-size: 20px;
    color: #0b1024;
    font-family: "NunitoSans-Regular";
    font-weight: bold;
    background: #d6a04a;
    padding: 5px;
    border-radius: 3px;
}

.download_table_block table tr td a:hover {
    transition: 0.4s;
    color: #d6a04a;
    background: #0e132b;
    border: 1px solid #d6a04a;

}

.download_table table {
    color: #ffffff;
    text-align: center;
}

.download_table table tr th {
    height: 40px;
    background: #0e132b;
    color: #d6a04a;
    font-size: 20px;
    font-family: "NunitoSans-Regular";
}

.download_table table tr td {
    background: #121834;
    font-family: "NunitoSans-Regular";
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    height: 40px;
    border-bottom: 1px solid #0b1024;
}

.download_table table tr td a {
    font-size: 20px;
    color: #0b1024;
    font-family: "NunitoSans-Regular";
    font-weight: bold;
    background: #d6a04a;
    padding: 5px;
    border-radius: 3px;
}

.download_table table tr td a:hover {
    transition: 0.4s;
    color: #d6a04a;
    background: #0e132b;
    border: 1px solid #d6a04a;

}

/* End Download Style */

/* Start Footer */
footer {
    width: 100%;
    height: 350px;
    background: #0b1024;
    text-align: center;
    border-top: 4px solid #d6a04a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

footer .footer-container .footer-logo img {
    position: relative;
    right: 150px;
}

footer .footer-container p {
    position: relative;
    top: 100px;
    color: #ffffff;
}

footer .footer-container .social-media {
    position: relative;
    top: 70px;
    float: left;
    left: 50px;
}

footer .footer-container .social-media i {
    width: 50px;
    height: 50px;
    background: #121834;
    font-size: 35px;
    padding-top: 7px;
    border-radius: 50%;
    color: #d6a04a;
    border: 1px solid #d6a04a;
    text-shadow: 0 0 3px #d6a04a,
        0 0 20px #fff,
        0 0 10px #d6a04a,
        0 0 10px #d6a04a,
        0 0 20px #d6a04a,
        0 0 20px #d6a04a,
        0 0 10px #d6a04a,
        0 0 10px #d6a04a;
}

footer .footer-container .social-media i:hover {
    transition: 0.3s;
    color: #ffffff;
    background: #d6a04a;
    text-shadow: none;
}

footer .footer-container .quick-link {
    position: relative;
    float: right;
    top: -40px;
    right: 40px;
}

footer .footer-container .quick-link button {
    width: 130px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #d6a04a;
    margin: 5px;
    background: #121834;
    font-size: 17px;
    font-family: "OpenSans-Regular";
    color: #d6a04a;
    text-shadow: 0 0 3px #d6a04a,
        0 0 40px #fff,
        0 0 10px #d6a04a,
        0 0 20px #d6a04a,
        0 0 70px #d6a04a,
        0 0 50px #d6a04a,
        0 0 60px #d6a04a,
        0 0 100px #d6a04a;
}

footer .footer-container .quick-link button a {
    color: #d6a04a;
}

footer .footer-container .quick-link button:hover {
    transition: 0.3s;
    background: #d6a04a;
    color: #0b1024;
    text-shadow: none;
}

footer .footer-container .footer-logo .footer-text {
    position: relative;
    float: left;
    top: 80px;
    left: 50px;
    text-align: left;
    color: #ffffff;
}

/*Player Rank After Convert PHP Code*/
.player-rank-continer {
    position: relative;
    width: 100%;
    text-align: center;
}

.player-rank-continer .player-rank-box {
    width: 90%;
    margin: auto;
}

.player-rank-continer .player-rank-box .player-rank-card {
    height: 400px;
    display: inline-block;
    margin: 40px;
    background-image: radial-gradient(circle farthest-corner at center, #0b1024 0%, #121834 100%);
    padding: 20px;
    border: 1px solid #d6a04a;
    position: relative;
    text-align: center;
    width: 20%;
    border-image: linear-gradient(#0b1024, #d6a04a) 18 22;
}

.player-rank-continer .player-rank-box .player-rank-card span {
    position: absolute;
    background-image: radial-gradient(circle farthest-corner at center, #0b1024 0%, #121834 100%);
    height: 60px;
    width: 60px;
    top: -20px;
    left: -15px;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #d6a04a;
    border-radius: 50%;
    border: 2px solid #d6a04a;
}

.player-rank-continer .player-rank-box .player-rank-card ul li {
    position: relative;
    list-style: none;
    color: #ffffff;
    width: 100%;
    list-style: none;
    background-color: rgba(14, 19, 43, 0.3);
    padding: 7px;
    margin-bottom: 2px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.player-rank-continer .player-rank-box .player-rank-card ul {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;

}

.player-rank-continer .player-rank-box .player-rank-card img {
    position: relative;
    background-color: #0b1024;
    border-radius: 60px;
    overflow: hidden;
    border: 1px solid #d6a04a;
}

.player-rank-continer .player-rank-box .player-rank-card h4 {
    margin-top: 15px;
    margin-bottom: 7px;
    color: #d6a04a;
    font-family: "OpenSans-Regular";
    font-weight: bold;
}

/*Join Style After Convert PHP Code*/

.join_error_msg {
    position: absolute;
    width: 50%;
    height: 200px;
    background-color: #0b1024;
    padding: 20px;
    left: 240px;
    border-radius: 10px;
    font-weight: bold;
    font-family: "Cairo Black";
    color: #d6a04a;
    border: 1px solid #d6a04a;
    top: -560;
}

.join_error_msg a {
    width: 100%;
    background-color: #121834;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.join_error_msg a:hover {
    transition: 0.4s all;
    background-color: #0e132b;
}

.succ {
    background-color: #121834;
    color: #d6a04a;
    border: 1px solid #d6a04a;
}

/* Server Information Style */
.server-info-box {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    padding: 3px;
    background-color: rgba(14, 19, 43, 0.3);
}

.server-info-box .server-info {
    width: 100%;
}

.server-info-box .server-info ul li {
    list-style: none;
    display: inline-block;
    margin-left: 70px;
    color: #fff;
    font-weight: 500;
    font-family: 'Cairo', sans-serif;
}

/* New Events Style */
.event-box-continer {
    width: 80%;
    margin: 20px auto;
    display: flex;
    /* 👈 نعمل Flex */
    flex-wrap: wrap;
    /* 👈 السماح بالانتقال لسطر جديد */
    justify-content: center;
    /* 👈 توسيط الصناديق */
    gap: 20px;
    /* 👈 مسافة متساوية بين الصناديق */
}

.event-box-continer .event-box {
    flex: 0 1 300px;
    /* 👈 حجم كل صندوق ثابت تقريبًا، لكن يسمح بالمرونة */
    text-align: center;
}

.event-box-continer .event-box h4 {
    width: 100%;
    text-align: center;
    padding: 5px;
    height: 40px;
    background-color: #0e132b;
    color: #d6a04a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #d6a04a;
    border-bottom: none;
}

.event-box-continer .event-box .new-event {
    background-color: rgba(18, 24, 52, 0.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: silver;
}

.event-box-continer .event-box .new-event p {
    padding-right: 30px;
    width: 60%;
    padding-top: 40px;
    color: #ffffff;
}

.event-box-continer .event-box .event-poster {
    position: relative;
    width: 100%;
    padding: 30px;
}

.event-box-continer .event-box .event-poster img {
    position: relative;
    top: -7px;
    width: 300px;
    height: 200px;
    max-width: 300px;
    max-height: 200px;
    border: 1px solid #d6a04a;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #0b1024;
}

/*Sart Store Style*/
.store-item-box-continer {
    width: 100%;
    text-align: center;
}

.store-item-box-continer .store-item-box {
    width: 100%;
}

.store-item-box-continer .store-item-box ul li {
    list-style: none;
    display: inline-block;
}

.store-item-box-continer .store-item-box ul li {
    background-image: radial-gradient(circle farthest-corner at center, #0b1024 0%, #121834 100%);
    width: 280px;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 5px;
    color: #ffffff;
    border: 1px solid #d6a04a;
    box-shadow: 2px 2px 5px #0b1024;
    height: 310px;
    margin: 20px;
}

.store-item-box-continer .store-item-box ul li img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0e132b;
    height: 200px;
}

.store-item-box-continer .store-item-box ul li h5 {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    color: #d6a04a;
}

.store-item-box-continer .store-item-box ul li p {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
}

.store-item-box-continer .store-item-box ul li button {
    width: 70%;
    border: none;
    border-radius: 4px;
    padding: 5px;
    background: #d6a04a;
    text-shadow: none;
    color: #0b1024;
    font-weight: bold;
    font-size: 20px;
}

.store-item-box-continer .store-item-box ul li button:hover {
    transition: 0.4s all;
    background: #ffffff;
}

/* Start Login Style */
.login-form-box-contianer {
    width: 100%;
    text-align: center;
}

.login-form-box-contianer .login-form-box {
    width: 50%;
    margin: auto;
}

.login-form-box-contianer .login-form-box .form-box {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(11, 16, 36, 0.3);
    padding: 40px;
    border: 1px solid #d6a04a;
}

.login-form-box-contianer .login-form-box .form-box h1 {
    float: left;
    color: #d6a04a;
}

.login-form-box-contianer .login-form-box .form-box input[type="text"],
.login-form-box-contianer .login-form-box .form-box input[type="password"] {
    width: 40%;
    margin: 10px;
    height: 40px;
    border: 1px solid #d6a04a;
    border-radius: 5px;
    color: #ffffff;
    background: #0b1024;
    padding-left: 10px;
}

.login-form-box-contianer .login-form-box .form-box button {
    width: 30%;
    margin: 10px;
    height: 50px;
    border: none;
    border-radius: 5px;
    color: #0b1024;
    font-weight: bold;
    background: #d6a04a;
    padding-left: 10px;
}

.login-form-box-contianer .login-form-box .form-box button:hover {
    background: #ffffff;
}

/* Start User Panel Style */
.login_msg {
    width: 100%;
    padding-top: 80px;
    text-align: center;
    color: #ffffff;
}

/* Change Password Style */
#Change_password_form {
    display: none;
}

/* End Style By Mustafa Gamal */
/* ===== Info Section ===== */
.info-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.info-box {
    background: #0b1024;
    border: 1px solid #d6a04a;
    border-radius: 14px;

    width: 50%;
    /* 👈 نص الصفحة */
    min-width: 520px;
    /* 👈 عشان ما يضغطش */
    max-width: 700px;

    box-shadow: 0 0 40px rgba(214, 160, 74, 0.15);
}

/* Header */
.info-header {
    background: linear-gradient(135deg, #121834, #0e132b);
    padding: 14px;
    text-align: center;
    border-radius: 14px 14px 0 0;
    border-bottom: 1px solid #d6a04a;
}

.info-header h2 {
    color: #d6a04a;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}

/* Content */
.info-content {
    padding: 25px;
    color: #ddd;
    font-family: Tahoma, Arial;
}

.server-title {
    text-align: center;
    color: #d6a04a;
    font-size: 28px;
    margin-bottom: 20px;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    max-width: 100%;
    line-height: 1.7;
    color: #ffffff;
}

.features-list li.sub {
    background: transparent;
    border-left: none;
    color: #aaa;
    font-size: 13px;
    margin-top: -4px;
    margin-bottom: 12px;
    padding-left: 24px;
}


.server-info-cubes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* مسافة بين المكعبات */
    flex-wrap: wrap;
}

.info-cube {
    width: 175px;
    height: 95px;
    background: linear-gradient(145deg, #0e132b, #121834);
    border: 1px solid #d6a04a;
    border-radius: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    box-shadow: 0 0 10px rgba(214, 160, 74, 0.3);
    transition: all 0.3s ease;
}

.info-cube:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 0 20px rgba(214, 160, 74, 0.6);
    border-color: #ffffff;
    color: #d6a04a;
}

.stats-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: rgba(212, 165, 116, 0.8);
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 0.25rem;
}

* {
    box-sizing: border-box;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Arial, sans-serif;
    cursor: url('https://cdn.cursors-4u.net/css-previews/night-diamond-link-select-daee797b-css.webp'), auto;
}

* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* =========================
   MOBILE RESPONSIVE FIX
   ========================= */
@media (max-width: 768px) {

    body {
        font-size: 13px;
        padding: 6px 10px;
    }

    /* ===== NAVBAR ===== */
    nav {
        height: 65px;
    }

    .navbar ul li {
        width: auto;
        font-size: 14px;
        border-left: none;
    }

    .navbar ul li a {
        height: 65px;
        padding: 10px;
    }

    .medialink {
        margin: 0;
        justify-content: center;
    }

    /* ===== HERO / JOIN ===== */
    .containerss .join-container {
        margin-top: 10px;
    }

    .containerss .join-container button,
    .containerss .join-container button a {
        font-size: 22px;
    }

    /* ===== NEWS ===== */
    .news {
        width: 100%;
        height: auto;
        padding: 15px;
        margin-top: 0;
        background-size: cover;
    }

    .news h2 {
        font-size: 16px;
        line-height: normal;
    }

    /* ===== TOP BOXES ===== */
    .global-section .top-box {
        width: 95%;
        margin: 15px auto;
    }

    .global-section .top-box ul li {
        padding-left: 50px;
        font-size: 12px;
    }

    .global-section .top-box ul li i {
        margin-left: -50px;
        width: 26px;
        line-height: 26px;
    }

    /* ===== INFO BOX ===== */
    .info-box {
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }

    .info-content {
        padding: 15px;
    }

    .server-title {
        font-size: 20px;
    }

    .features-list li {
        font-size: 13px;
    }

    /* ===== INFO CUBES ===== */
    .info-cube {
        width: 140px;
        height: 80px;
        font-size: 13px;
    }

    /* ===== EVENTS ===== */
    .event-box-continer {
        width: 100%;
        padding: 0 10px;
    }

    .event-box-continer .event-box {
        flex: 1 1 100%;
    }

    .event-box-continer .event-box .event-poster img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    /* ===== STORE ===== */
    .store-item-box-continer .store-item-box ul li {
        width: 90%;
        height: auto;
    }

    /* ===== FORMS ===== */
    #left,
    .login-form-box-contianer .login-form-box {
        width: 95%;
    }

    #left .body .joinus-form input[type="text"],
    #left .body .joinus-form input[type="password"],
    #left .body .joinus-form input[type="email"],
    .login-form-box-contianer .login-form-box .form-box input {
        width: 90%;
    }

    #left .body .joinus-form button,
    .login-form-box-contianer .login-form-box .form-box button {
        width: 80%;
        font-size: 14px;
    }

    /* ===== FOOTER ===== */
    footer {
        height: auto;
        padding-bottom: 30px;
    }

    footer .footer-container .footer-logo img {
        right: 0;
        width: 150px;
    }

    footer .footer-container p {
        top: 20px;
        font-size: 12px;
    }

    footer .footer-container .quick-link {
        float: none;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    footer .footer-container .social-media {
        float: none;
        left: 0;
        margin-top: 20px;
    }

    /* ===== SIDE NAV ===== */
    .sidenav {
        display: none;
    }

}

/* ==============================
   Page layout & visual polish
   Added: card-style boxes, spacing and responsive tweaks
   ============================== */

/* General container spacing (works with Bootstrap containers) */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Card-like info box used on home.php */
.info-wrapper .info-box {
    background: linear-gradient(180deg, rgba(11, 16, 36, 0.6), rgba(7, 11, 26, 0.6));
    border: 1px solid rgba(214, 160, 74, 0.12);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 6px 18px rgba(2, 6, 20, 0.6);
}

.info-wrapper .info-header h2 {
    margin: 0 0 12px 0;
    color: #ffdca7;
    /* softer gold for headers */
    font-size: 22px;
    font-family: "Sarpanch-SemiBold", "OpenSans-Bold", sans-serif;
    letter-spacing: 0.5px;
}

.info-wrapper .info-content {
    color: #e9e6e0;
}

/* Features list: clearer spacing and icon support */
.features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    margin-bottom: 6px;
    background: rgba(255, 255, 255, 0.01);
    color: #fff;
    line-height: 1.4;
    font-size: 15px;
}

.features-list li:hover {
    background: rgba(214, 160, 74, 0.05);
}

.features-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #d6a04a;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

/* Downloads table styling improvements */
.download_table .table {
    background: rgba(11, 16, 36, 0.45);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(214, 160, 74, 0.08);
}

.download_table .table th,
.download_table .table td {
    vertical-align: middle;
    padding: 14px 12px;
    color: #fff;
}

.download_table .table tbody tr:hover {
    background: rgba(214, 160, 74, 0.04);
}

.download_table .table a {
    color: #ffe6b3;
    text-decoration: none;
    font-weight: 600;
}

/* Responsive video embeds */
.cover .embed-responsive {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(3, 6, 12, 0.6);
}

.cover iframe {
    border: 0;
    min-height: 260px;
}

/* Make center alignment nicer instead of <center> tag */
.text-center {
    text-align: center !important;
}

/* Utility margins used across the page */
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.25rem !important;
}

/* Small-screen adjustments */
@media (max-width: 767px) {
    .info-wrapper .info-box {
        padding: 12px;
    }

    .info-wrapper .info-header h2 {
        font-size: 18px;
    }

    .cover iframe {
        min-height: 180px;
    }

    .download_table .table {
        width: 100% !important;
    }

    .descrption {
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
    }
}

/* Accessibility: ensure sufficient contrast for table headings */
.download_table .table thead th {
    color: #f6e9d6;
    font-weight: 700;
}

/* Small polish for buttons/links used in left side boxes */
.download-btn {
    transition: transform .14s ease, box-shadow .14s ease;
}

.download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

/* End of page layout polish */