:root {
    --blue: #0066ff;
    --bg: #050a14;
}

body {
    margin: 20px;
    background: var(--bg);
    color: white;
    font-family: sans-serif;
}


header {
    background: rgba(5, 10, 20, 0.9);
    border-bottom: 1px solid var(--blue);
    padding: 10px 0;
    position: sticky;
    top: 0;
    margin-bottom: 20px;
}

.Aa1 { 
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.Aa2 { 
    display: flex;
    align-items: center;
    gap: 10px;
}

.Aa2 img { 
    height: 50px;
}
.LOGO1 {
    width: 60px;     
    height: auto;    
    vertical-align: middle;
    margin-right: 10px;    
    border-radius: 5px;   
}


.Aa2 h1 { 
    font-size: 22px;
    margin: 0;
}

.Aa2 h1 span { 
    color: var(--blue);
}

nav ul { 
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

nav ul li a { 
    color: white;
    text-decoration: none;
    font-size: 15px;
}

nav ul li a:hover { 
    color: var(--blue);
}



.aa10-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 50px 5%;
    max-width: 1200px;
    margin: 0 auto;
}


.aa10-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 102, 255, 0.2);
    padding: 35px 20px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.aa10-card:hover {
    background: rgba(0, 102, 255, 0.1);
    border-color: #0066ff;
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}


.aa10-card i {
    font-size: 35px;
    color: #0066ff;
    margin-bottom: 15px;
}


.aa10-card h3 {
    color: white;
    font-size: 18px;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}


.aa10-card p {
    color: #888;
    font-size: 13px;
    line-height: 1.4;
}


footer {
    background: #080f1a;
    padding: 30px 0 10px;
    border-top: 1px solid rgba(0, 102, 255, 0.2);
}

.Aa5 { 
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.Aa8 { 
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.Aa8 a { 
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.Aa8 a:hover { 
    color: var(--blue);
}

.Aa9 {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 12px;
    color: #555;
}

.aa10-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    padding: 20px;
}

/* د کلیک وړ بکس سټایل */
.aa10-card {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none; 
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}


.aa10-card:hover {
    transform: translateY(-8px);
    border-color: #00aaff;
    box-shadow: 0 10px 20px rgba(0, 170, 255, 0.15);
}


.aa10-card i {
    font-size: 35px;
    color: #00aaff;
    margin-bottom: 15px;
}


.aa10-card h3 {
    color: #ffffff;
    font-size: 18px;
    margin: 5px 0;
}

.aa10-card p {
    color: #ffffff;
    font-size: 15px;
    margin: 2px 0;
}

.aa10-card span {
    color: #8b949e;
    font-size: 12px;
    margin-top: 8px;
}



.v1-footer {
    background: #0d1117;
    border-top: 1px solid #30363d;
    padding: 40px 0 20px 0;
    margin-top: 50px;
    color: #8b949e;
}

.v1-footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section h3, .footer-section h4 {
    color: #ffffff;
    margin-bottom: 15px;
}


.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: 0.4s;
    background: #161b22;
}


.wa:hover { background: #25d366; box-shadow: 0 0 15px #25d366; } 
.fb:hover { background: #1877f2; box-shadow: 0 0 15px #1877f2; } 
.ig:hover { background: #e4405f; box-shadow: 0 0 15px #e4405f; } 

.footer-bottom {
    border-top: 1px solid #edf0f2;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
}

.aa10-container {
    display: grid;
 
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    padding: 15px;
    max-width: 1200px;
    margin: 0 auto;
}


.aa10-card {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%; 
}

