/* ======== index page ======== */
body {
    text-align: center;
    margin: 0;
    overflow-y: scroll;
    color: #f8f9fa;
    font-size: 18px;
    font-family: Arial, sans-serif;
    background: #0d0d0d;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
     
}

/* ======== Header Global ======== */
header {
    background-color: #2c2f33;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px 17px; 
    height: 30px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 30px;
}

.logo span {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin-left: 10px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px; 
}

.nav-link {
    text-decoration: none;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease-in-out;
    font-weight: bold;
    gap: 5px; 
}

.nav-link:hover {
    color: #00ffcc;
}
.login-item, .signup-item {
    background-color: #0c002b;
    padding: 2px 6px;
    border-radius: 5px;
    height: auto;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; 
}
.login-item:hover, .signup-item:hover {
    background-color: #5b6eae;
}

/* ======== 1 Section ======== */
.welcome-section {
    margin-top: 100px;
}

.welcome-section h1 {
    font-size: 50px;
    font-weight: bold;
}

.welcome-section p {
    font-size: 20px;
    color: #a0a0a0;
}

.section-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.section-tabs button {
    background: none;
    border: none;
    font-size: 22px;
    color: #a0a0a0;
    cursor: pointer;
    transition: box-shadow 0.3s;
}

.section-tabs button.active {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 0 10px 2px rgba(186, 169, 255, 0.7);
}

/* ======== Products & Software ======== */
.product-container, .software-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.product, .software-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.product video, .software-item img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.product:hover h3 {
    color: #5865F2;
}
.content-section {
    display: none;
}
.content-section.active {
    display: block;
}
.software-item a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.software-item a:hover {
    color: #5865F2; 
}
/* ======== Footer Global======== */
.footer-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #2a2a2a;
    padding: 20px 0 30px 0; 
    border: 2px solid #7a00ff;
    box-shadow: 0 0 15px #7a00ff;
    position: relative;
    z-index: 1;
}
.footer-box {
    text-align: center;
    color: white;
    font-size: 24px;
    position: relative;
    top: -10px; 
    font-weight: bold;
    top: -15px;
    height: 100px;
    gap: 10px;
}

.footer-box img {
    width: 55px; 
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
}

.video-container {
    width: 100%;
    height: 180px; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    padding: 30px 0;
    position: relative;
    z-index: 0;
    margin-top: 20px; 
}

.video-container video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.footer-details {
    text-align: center;
    padding: 30px;
    color: white;
}

.footer-text h2 {
    font-size: 28px; 
    font-weight: bold;
    color: #b583ff;
}

.footer-text p {
    font-size: 18px; 
    line-height: 1.6;
}

.review-box {
        display: flex;
}

.review-box img {
    width: 50px; 
    margin-right: 12px;
}

.review-box a {
    color: #b583ff;
    font-size: 20px; 
    text-decoration: none;
    font-weight: bold;
}

.terms-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #2c2f33;
    color: white;
    border: 2px solid transparent;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.9em;
    transition: all 0.3s ease;
    border-radius: 5px;
}
.terms-button:hover {
    border-color: #a259ff;
    box-shadow: 0 0 10px #a259ff;
}
.terms-button:active {
    background-color: #a259ff;
}
/* ======== Discord Tokens, Hotmail & Outlook Accounts, Twitter Accounts ======== */

.custom-page {
    display: flex;
    flex-direction: column;
    background: #0d0d0d;
    min-height: 100vh; 
}

.custom-page .container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 98%;
    background-color: #1e1e1e;
    justify-content: center;
    align-items: flex-start; 
    width: fit-content; 
    margin: auto; 
}

.custom-page .box {
    flex: 1;
    max-width: 400px;
    border: 2px dashed #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    background-color: #1e1e1e;
}
.custom-page .payment-box {
    flex: 1;
    max-width: 400px;
    border: 2px dashed #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    background-color: #1e1e1e;
}
.amount-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}
.amount-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0 10px;
}
.important {
   color: red;
 }
 .highlight-box {
    background-color: #3a3a3a; 
    padding: 2px 3px;
    border-radius: 5px;
    display: inline-block;
    border: 2px solid #b583ff; 
    box-shadow: 0 0 10px #b583ff; 
}
.total-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-amount {
    font-size: 1.5em;
    font-weight: bold;
}
.amount-input { 
 text-align: center;
 background-color: transparent; 
 border: none;
 outline: none; 
 color: white;
 font-size: 18px;
 width: 100%;
 appearance: textfield; 
 }

.amount-input::-webkit-outer-spin-button,
.amount-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.stock {
    color: #aaa;
    font-size: 14px;
}
.summary p {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.apply-coupon {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.coupon-container {
text-align: center; 
margin-top: 10px;
}

#addCouponBtn {
background: none;
border: none;
color: white;
font-size: 16px;
cursor: pointer;
}

#couponInputContainer {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid white;
padding: 8px;
border-radius: 5px;
width: 300px;
margin: 10px auto;
background-color: #1a1a1a;
}

#couponCode {
flex: 1;
background: none;
border: none;
color: white;
outline: none;
}

#applyCoupon {
background: none;
border: none;
color: white;
cursor: pointer;
}

.hidden {
display: none;
}
.footer-info {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
background-color: #2a2a2a;
padding: 20px 0 30px 0; 
border: 2px solid #7a00ff;
box-shadow: 0 0 15px #7a00ff;
position: relative;
z-index: 1;
}


.products-list {
margin-top: 20px;
background: #131313;
padding: 15px;
border-radius: 10px;
color: white;
}

.products-list h3 {
font-size: 22px; 
font-weight: bold;
margin-bottom: 15px;
position: relative;
top: -10px; 
}

.product-option {
background: #222;
padding: 15px;
border-radius: 8px;
margin-bottom: 10px;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.3s ease;
}

.product-option:hover {
border-color: #5cb9ff;
box-shadow: 0 0 15px #5cb9ff;

}

.product-option.selected {
border-color: #5cb9ff;
background: rgba(84, 84, 84, 0.2);
}

.product-option h4 {
margin: 0;
font-size: 16px;
}

.product-option p {
margin: 5px 0;
font-size: 14px;
}

.stock {
font-weight: bold;
}

.warning-box {
background-color: #ff9d00;
color: black;
padding: 15px;
border-radius: 8px;
max-width: 450px; 
margin: 20px auto;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
font-family: Arial, sans-serif;
position: relative;
}

.warning-header {
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
font-weight: bold;
background: #ff9900;
padding: 10px;
border-radius: 6px 6px 0 0;
position: relative;
}

.warning-icon {
margin-right: 8px;
}

.close-warning {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
color: black;
}

/* قسم الدفع */
.payment-section {
background: #131313;
padding: 20px;
border-radius: 10px;
color: white;
max-width: 450px;
margin: auto;
}
.custom-select {
width: 100%;
padding: 10px;
background: #222;
border: 1px solid #444;
color: white;
border-radius: 5px;
font-size: 14px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
}

.custom-select option {
background: #131313;
color: white;
padding: 10px;
}


label {
display: block;
font-size: 14px;
margin: 10px 0 5px;
}

.custom-dropdown {
position: relative;
width: 200px;
}

.dropdown-btn {
width: 400px;
background: #222;
color: white;
border: 1px solid #444;
border-radius: 5px;
text-align: left;
cursor: pointer;
max-width: 400px; 
padding: 10px; 
font-size: 16px;

}


.dropdown-content {
display: none;
position: absolute;
width: 100%;
background: #131313;
border: 1px solid #444;
border-radius: 5px;
max-height: 150px; 
overflow-y: auto; 
}

.option {
padding: 10px;
display: flex;
align-items: center;
cursor: pointer;
transition: 0.3s;
}

.option img {
width: 20px; 
height: 20px;
margin-right: 10px;
}

.option:hover {
background: #444;
}


.dropdown-content::-webkit-scrollbar {
width: 6px;
}

.dropdown-content::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.3);
border-radius: 10px;
}

.dropdown-content::-webkit-scrollbar-track {
background: transparent;
}

.email-input {
width: 95%;
padding: 10px;
background: #222;
border: 1px solid rgb(0, 140, 255);
color: white;
border-radius: 5px;
font-size: 14px;
}

.required {
color: red;
}

.checkout-button {
width: 100%;
background: #18A779;
color: white;
padding: 12px;
border: none;
border-radius: 5px;
font-size: 16px;
margin-top: 15px;
cursor: pointer;
}

.checkout-button:hover {
background: #12895E;
}
.warning-box p {
font-size: 14px;
padding: 10px;
margin: 0;
line-height: 1.5;
}

.payment-method {
margin-bottom: 15px; 
}


.select-currency {
margin-top: 15px; 
}

/* ======== Login page ======== */

.login-wrapper { 
    display: flex;
    justify-content: center; 
    align-items: center; 
    min-height: calc(100vh - 120px); 
    flex-direction: column;
    position: relative;
    margin-top: 60px; 
    margin-bottom: 60px; 
}


.login-container {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    width: 350px;
    text-align: left;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 10; 
}

.login-container h2 {
    text-align: center;
}
.google-login {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
}
.google-login video {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.google-login span {
    color: black;
    font-weight: bold;
}
.input-group {
    margin-bottom: 15px;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
}
.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    background: #222;
    color: #fff;
}
.remember-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.login-btn {
    width: 100%;
    padding: 10px;
    background: #009578;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
/* ======== Sign Up page ======== */
.signup-wrapper { 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px); 
    flex-direction: column;
    position: relative;
    margin-top: 60px; 
    margin-bottom: 60px; 
}


.signup-container {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    width: 350px;
    text-align: left;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 10; 
}
.signup-container h2 {
    text-align: center;
}
.google-signup {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
}
.google-signup video {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.google-signup span {
    color: black;
    font-weight: bold;
}
.input-group {
    margin-bottom: 15px;
}
.input-group label {
    display: block;
    margin-bottom: 5px;
}
.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #444;
    border-radius: 5px;
    background: #222;
    color: #fff;
}
.signup-btn {
    width: 100%;
    padding: 10px;
    background: #009578;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.P-text {
    text-align: center; 
    font-size: 12px;
     color: #aaa;
      margin-top: 10px;
}
/* ======== Reviews page ======== */

.reviews-section {
    padding: 50px 20px;
}
.reviews-container {
    max-width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 1px; 
}
.review-box {
    background: rgba(200, 200, 200, 0.2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ddc4ff;
    box-shadow: 0 0 5px #a259ff;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review-box h3 {
    margin: 5px 0;
    font-size: 13px;
}
.review-box p {
    margin: 5px 0;
}
.review-box .username {
    font-weight: bold;
    font-size: 22px;
}
.pagination {
    margin-top: 20px;
}
.pagination button {
    background: #a259ff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}
.review-form {
    margin-top: 40px;
    padding: 20px;
    background: rgba(200, 200, 200, 0.2);
    border-radius: 10px;
    width: 400px;
    margin: auto;
    position: relative;
    top: -20px; 
}
.review-form input, .review-form textarea {
    width: 95%;
    padding: 15px;
    font-size: 16px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
}
.submit-btn {
    background: #a259ff;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px; 
}

.edit-btn, .delete-btn {
    background: gray;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
}

/* ======== Terms of Service page ======== */
.container {
    width: 80%;
    max-width: 900px;
    background-color: #161b22;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.terms-wrapper {
    display: flex;
    justify-content: center; 
    align-items: center; 
    min-height: calc(100vh - 120px); 
    flex-direction: column;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px; 
}

.terms-box {
    text-align: left;
    max-height: 600px;
    overflow-y: auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
}
.title {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background-color: #2563eb;
    padding: 15px;
    border-radius: 5px;
    width: 100%; 
    max-width: 600px; 
}

.terms-box::-webkit-scrollbar {
    width: 8px;
}

.terms-box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.terms-box::-webkit-scrollbar-track {
    background: transparent;
}

.logo-link {
    text-decoration: none;
}