/* ==========================================
   PREMIUM CYBERPUNK DARK THEME (100% MATCH)
   ========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #040405;
    color: #ffffff;
    overflow-x: hidden;
    padding: 10px 6%;
}

/* NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
/* هەموو بەشەکان ڕادەکێشێتە سەرەوە */
body {
    padding-top: 0 !important;
}

.hero {
    padding-top: 5px !important;
    min-height: auto !important;
}

/* ئەمە بەشی Heroـت زۆر نزیک دەکاتەوە */
.hero-title {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* ئەمە بەشی Aboutـت ڕادەکێشێتە سەرەوە بۆ نزیک ئایکۆنەکان */
.about-card-section {
    padding-top: 0 !important;
    margin-top: -50px !important; 
}
.logo {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}

.logo span {
    color: #ff002b;
    font-weight: 300;
    margin-left: 4px;
}

.nav-links {
    display: flex;
    gap: 30px;
}


.nav-links a {
    color: #7b7e83;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}
/* ڕێکخستنی ناوەڕاستکردنی لیستەکە */
.nav-links {
    display: flex !important;
    justify-content: center !important; /* ئەمە هەموو شتێک دەخاتە ناوەڕاست */
    align-items: center !important;
    width: 100% !important; /* دڵنیابوون لەوەی پانتایی تەواو بەکاردەهێنێت */
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 25px !important; /* بۆشایی نێوان وشەکان */
}

/* دڵنیابوون لەوەی باوکی لیستەکەش (nav یان div-ەکەی) ناوەڕاستە */
nav {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}
.nav-links a:hover, .nav-links a.active {
    color: #ff002b;
    text-shadow: 0 0 10px #ff002b;
}

.nav-right-icons {
    display: flex;
    gap: 20px;
    color: #7b7e83;
    cursor: pointer;
    font-size: 15px;
}

/* HERO SECTION */

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    min-height: 75vh;
}

.hero-content {
    flex: 1;
}

.welcome-tag {
    color: #ff002b;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    border: 1px solid rgba(255, 0, 43, 0.2);
    padding: 5px 14px;
    border-radius: 50px;
    background: rgba(255, 0, 43, 0.03);
}

.hero-title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.05;
    margin: 20px 0 15px 0;
}

.hero-title span {
    color: #ff002b;
}

.hero-subtitle {
    color: #7b7e83;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 15px;
    margin-bottom: 32px;
}

.btn {
    padding: 12px 28px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s;
}

.btn-primary {
    background: #ff002b;
    color: white;
    box-shadow: 0 0 20px rgba(255, 0, 43, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 0 30px #ff002b;
    transform: translateY(-2px);
}

.btn-secondary {
    border: 1px solid #1c1e22;
    color: white;
    background: #0a0b0d;
}

.btn-secondary:hover {
    border-color: #ff002b;
}
/* ڕیزکردنی سۆشیاڵ میدیا بە ئاسۆیی */
/* =========================================
   ڕێکخستنی سۆشیال میدیا (کۆدی ڕاستکراوە)
========================================= */

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 5px;
    margin-bottom: 80px; /* ئەمە مەسافەی نێوان ئایکۆن و بەشی خوارەوە ڕێکدەخات */
}

.social-links a {
    width: 60px;
    height: 60px;
    background: #130f0f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.social-links a:hover {
    transform: translateY(-3px);
    border-color: #ff002b;
}

/* ڕەنگی گشتی ئایکۆنەکان */
.social-links a i {
    font-size: 25px;
    color: #ffffff;
}

/* ڕەنگی تایبەتی لۆگۆکان */
.social-links a:has(.fa-instagram) i { color: #e1306c; }
.social-links a:has(.fa-discord) i { color: #7289da; }
.social-links a:has(.fa-facebook-f) i { color: #4267b2; }
.social-links a:has(.fa-youtube) i { color: #ff0000; }
.social-links a:has(.fa-tiktok) i { color: #ffffff; }

/* چارەسەری کۆتایی سناپچات (پڕ و زەرد) */
.social-links a:has(.fa-snapchat) i {
    color: #fffc00 !important;
    filter: drop-shadow(0 0 5px rgba(255, 252, 0, 0.5));
}
/* HERO IMAGE NEON RING */
/* -- گەورەکردنی بازنە بۆ ئەوەی لۆگۆکە روونتر بێت -- */
.hero-img {
    /* قەبارەی تەواوی بازنەکە (گەورەتر لە پێشوو) */
    width: 300px !important; 
    height: 300px !important;
    
    /* وێنەی ناو بازنەکە وەک خۆی دەمێنێتەوە */
    object-fit: contain !important; 
    padding: 10px !important; /* ئەمە بازنەکە گەورەتر دەکات بەڵام بۆشایی لە دەوری وێنەکە دروست دەکات */
    
    background-color: #000 !important; /* پاشبنەمای ناو بازنەکە */
    border-radius: 50% !important;
    
    /* نێۆن و هێڵەکان */
    border: 4px solid #ff002b !important;
    box-shadow: 0 0 20px #ff002b !important;
    
    display: block !important;
    margin: 0 auto !important;
}
/* کاتێک ماوس دەبەیتە سەری، وێنەکە ڕوونتر دەبێتەوە */
.hero-img:hover {
    opacity: 0.1 !important;
    box-shadow: 0 0 25px #ff002b !important;
}

.image-signature {
    position: absolute;
    bottom: -10px;
    font-style: italic;
    font-size: px;
    font-weight: 700;
    color: white;
    z-index: 3;
    text-align: center;
}

.image-signature span {
    display: none;
    font-size: 9px;
    font-style: normal;
    letter-spacing: 3px;
    color: #ff002b;
}

/* GLOBAL SECTION HEADINGS */
.section-heading-title {
    font-size: 13px;
    font-weight: 700;
    color: #ff002b;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
}

.section-heading-title::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 10px;
    background: #ff002b;
}

/* PREMIUM ABOUT CARD SECTION */
.about-card-section {
    padding: 30px 0;
}

/* سڕینەوەی هەموو وێنەیەک لەناو بۆکسی About Me */
.about-premium-container img {
    display: none !important;
}

/* ڕێکخستنی بۆکسەکە بۆ ئەوەی دەقەکە هەموو جێگاکە پڕ بکاتەوە */
.about-premium-container {
    display: block !important;
    text-align: center !important;
    padding: 30px !important;
}

.inner-glow-circle img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.about-right-text {
    flex: 1;
}

.about-tag {
    color: #ff002b;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
/* گەورەکردنی ئایکۆنی ناو about-tag */
.about-tag i {
    font-size: 20px !important;    /* قەبارەی ئایکۆنەکە گەورە دەکات */
    margin-right: 5px !important; /* ئایکۆنەکە لە وشەی ABOUT ME دوور دەخاتەوە */
}

.about-right-text p {
    color: #7b7e83;
    font-size: 14px;
    line-height: 1.7;
}

.script-signature {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 22px;
    color: #ff002b;
    margin-top: 15px;
    font-weight: 600;
}

/* بەشی I WHAT I DO */
/* ڕێکخستنی سەرەتایی بۆ ئەوەی وەک جاران ڕێک بێت */
/* ١. بەشی گشتی بۆ ڕێکخستنی کارتەکان */
.services-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* ٤ کارت لە تەنیشت یەک */
    gap: 20px !important;
    margin-top: 30px !important;
}
/* ئەمە هەر ناونیشانێک کە دەقەکەی "MY RECENT WORKS" بێت دەکات بە ناوەڕاست */
h2 { /* یان هەر تێگێک کە ناونیشانەکەت پێ نووسیوە */
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}
/* ٢. ڕێکخستنی خودی کارتەکە */
.service-card {
    background: #08090b !important;
    border: 1px solid #13161a !important;
    padding: 20px !important;
    border-radius: 12px !important;
    text-align: center !important;
}

/* ٣. ڕێکخستنی ئایکۆن و دەقەکان */
.service-card i, .service-card img {
    font-size: 30px !important;
    color: #ff002b !important;
    margin-bottom: 15px !important;
}

.service-card h3 {
    font-size: 16px !important;
    margin: 10px 0 !important;
}

.service-card p {
    font-size: 12px !important;
    color: #888 !important;
}

/* ڕێکخستنی ئایکۆن بەبێ نیۆنی زیادە */
.service-card i {
    font-size: 30px;
    color: #ff002b; /* ڕەنگی سووری ئاسایی */
    margin-bottom: 15px;
    display: block; /* بۆ ئەوەی ڕێک لەسەرەوە بێت */
    text-shadow: none; /* نیۆنەکەمان لابرد */
}

/* ڕێکخستنی دەقەکان */
.service-card h3 {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: -10px;
}

.service-card p {
    font-size: 11px;
    color: #7b7e83;
}
/* ==========================================
   PORTFOLIO SECTION
   ========================================== */
/* ناونیشانی بەشەکان */
.section-title {
    margin-top: 50px;
    margin-bottom: 25px;
    color: #ff0022;
    font-size: 20px;
    text-align: left;
}

/* ڕیزبەندی وێنەکان */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    margin-bottom: 50px;
}

.portfolio-card {
    background: #08090b;
    border: 1px solid #13161a;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
}

.portfolio-card img {
    width: 100%;
    height: 350px;         /* پێشتر 150px بوو، کردتم بە 220px بۆ ئەوەی درێژتر بێت */
    object-fit: cover;     /* وێنەکە جوان ڕێک دەخات بێ ئەوەی بئاڵۆزێت */
    border-radius: 8px;
    margin: 0 auto 10px;
    display: block;
}
}

/* بەشی سکێڵ و کۆنتەکت */
.skills-contact-section {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.contact-premium-container {
    flex: 1;
    background: #08090b;
    border: 1px solid #13161a;
    padding: 25px;
    border-radius: 16px;
    min-height: 200px;
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border: 5px solid red; /* ئەمە ئەو چوارچێوە سوورەیە */
    border-radius: 10px;
}
/* بۆ بەشی ناوی پڕۆژەکە (h3) */
.portfolio-card h3 {
    color: red; /* یان دەتوانیت کۆدی ڕەنگی سووری کاڵتر بەکاربهێنیت وەک #ff0000 */
}

/* بۆ بەشی جۆری کارەکە (p) */
.portfolio-card p {
    color: #ff0022; /* ئەمە سوورێکی کەمێک کاڵترە بۆ ئەوەی جوانتر دیار بێت */
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9); /* ڕەشکردنی پاشبنەما */
}
/* ئەمە ئەو لینکە دەگرێتەوە کە ئایکۆنەکەی تێدایە لە بەشی پڕۆژەکاندا */
.portfolio-card .project-link,  /* کلاسەکەت بگۆڕە بۆ ئەوەی لە کۆدەکەتدا هەیە */
.portfolio-card a[target="_blank"] { /* ئەمە هەموو لینکەکان دەگرێتەوە کە لە پەڕەی نوێ دەکرێنەوە */
    display: none !important;
}
/* SKILLS & CONTACT SECTION COMBINED */
.skills-contact-section {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.contact-premium-container {
    flex: 1;
    background: #08090b;
    border: 1px solid #13161a;
    padding: 20px;
    border-radius: 16px;
}

.block-title {
    color: #ff002b;
    margin-bottom: 15px;
    font-size: 14px;
}

.skill-bar { margin-bottom: 10px; }
.skill-info { display: flex; justify-content: space-between; font-size: 11px; color: #7b7e83; margin-bottom: 5px; }
.bar { width: 100%; height: 4px; background: #13161a; border-radius: 10px; }
.progress { height: 100%; background: #ff002b; }
.info-item { color: #7b7e83; font-size: 13px; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }

/* FOOTER BOTTOM BRANDS (QR + WORK TOGETHER) */
.footer-brands-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #13161a;
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 30px;
}

.qr-code-box {
    width: 80px;
    height: 80px;
    border: 1px solid #ff002b;
    box-shadow: 0 0 15px rgba(255, 0, 43, 0.3);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #08090b;
}

.qr-mock {
    font-size: 40px;
    color: white;
}

.work-together-box h3 {
    font-size: 14px;
    font-weight: 800;
    color: #ff002b;
}

.work-together-box p {
    font-size: 11px;
    color: #7b7e83;
    margin-bottom: 10px;
}

.hire-me-btn {
    font-size: 10px;
    color: white;
    border: 1px solid #13161a;
    background: #08090b;
    padding: 5px 16px;
    border-radius: 4px;
}

.hire-me-btn:hover {
    border-color: #ff002b;
}

.follow-me-box h3 {
    font-size: 12px;
    color: #7b7e83;
    margin-bottom: 10px;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-socials a {
    color: #5c5f64;
    font-size: 13px;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #ff002b;
}

/* FOOTER MAIN */
.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #0d0e10;
}

.main-footer p {
    font-size: 11px;
    color: #424549;
}

.scroll-up {
    width: 30px;
    height: 30px;
    background: #ff002b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 11px;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
    .hero { flex-direction: column-reverse; text-align: center; }
    .hero-btns { justify-content: center; }
    .social-icons { justify-content: center; }
    .about-premium-container { flex-direction: column; text-align: center; }
    .contact-premium-container { flex-direction: column; }
    .footer-brands-section { flex-direction: column; text-align: center; }
}
/* ==========================
   Mobile Responsive
========================== */

@media (max-width: 768px){

nav{
    padding:15px 20px;
}

.hero{
    flex-direction:column;
    text-align:center;
    gap:40px;
}

.hero img{
    width:280px;
    margin:auto;
}

.hero-text h1{
    font-size:55px;
}

.hero-text p{
    font-size:18px;
}

.buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.buttons a{
    width:100%;
}

.social-icons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.portfolio{
    grid-template-columns:1fr;
}

.services{
    grid-template-columns:1fr;
}

.about{
    flex-direction:column;
    text-align:center;
}

}
/* بۆ شاشەی مۆبایل کە قەبارەکەی لە 768px بچووکترە */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr; /* وێنەکان لەسەر یەک دادەنێت */
    }
    
    .portfolio-card img {
        width: 100%;
        height: auto; /* بۆ ئەوەی وێنەکە نەشێوێت */
    }
}
/* ١. بۆ کۆمپیوتەر (بێ دەستکاری) */

/* ٢. بۆ ئایپاد (تا 1024px) */
@media (max-width: 1024px) {
    .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ٣. بۆ مۆبایل (تا 768px) */
@media (max-width: 768px) {
    .portfolio-grid { grid-template-columns: 1fr; }
    .hero-content { padding: 20px; }
}
/* چارەسەری شاشەی ستونی (Portrait Screen) */
body {
    padding: 20px !important;
}

.hero {
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
    min-height: auto !important;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-img {
    width: 250px !important;
    height: 250px !important;
}

.hero-title {
    font-size: 40px !important;
}

/* ڕیزکردنی کارتەکان */
.services-grid, .portfolio-grid {
    grid-template-columns: 1fr !important;
}
/* -- 1. GESTI -- */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; }
body { background: #040405; color: #ffffff; padding: 0 5%; overflow-x: hidden; }

/* -- 2. HERO SECTION -- */
.hero { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 40px 0; }
.hero-img { width: 220px; height: 220px; object-fit: cover; border-radius: 50%; border: 3px solid #ff002b; margin-bottom: 20px; }
.hero-title { font-size: 32px; font-weight: 800; }
.hero-title span { color: #ff002b; }
.social-links { display: flex; justify-content: center; gap: 15px; margin-top: 20px; }
.social-links a { font-size: 22px; color: #fff; }

/* -- 3. ABOUT SECTION -- */
.about-premium-container { background: #08090b; padding: 25px; border-radius: 15px; margin-top: 30px; text-align: center; }

/* -- 4. SERVICES GRID -- */
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; }
.service-card { background: #08090b; padding: 20px; border-radius: 10px; border: 1px solid #13161a; text-align: center; }
.service-card i { font-size: 24px; color: #ff002b; }
.service-card h3 { font-size: 14px; margin-top: 10px; }

/* -- 5. PORTFOLIO GRID -- */
.portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 30px; }
.portfolio-card img { width: 100%; border-radius: 10px; }

/* -- 6. SKILLS & CONTACT -- */
.skills-contact-section { margin-top: 30px; }
.contact-premium-container { background: #08090b; padding: 20px; border-radius: 15px; margin-bottom: 15px; }

/* -- 7. MOBILE RESPONSIVE -- */
@media (min-width: 768px) {
    .hero { flex-direction: row; text-align: left; justify-content: space-between; }
    .hero-content { flex: 1; }
    .services-grid { grid-template-columns: repeat(4, 1fr); }
    .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
    .skills-contact-section { display: flex; gap: 20px; }
}
/* ڕێکخستنی وێنەکانی پۆرتفۆلیۆ */
.portfolio-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* سێ وێنە لە تەنیشت یەک */
    gap: 15px !important;
    margin-top: 30px !important;
}


.portfolio-card {
    background: #08090b !important;
    border: 1px solid #13161a !important;
    padding: 10px !important;
    border-radius: 12px !important;
    text-align: center !important;
}

.portfolio-card img {
    width: 100% !important;
    height: 150px !important; /* بەرزی وێنەکان کەم دەکاتەوە */
    object-fit: cover !important; /* وێنەکە جوان دەبڕێت تا تێک نەچێت */
    border-radius: 8px !important;
}

/* بۆ ئەوەی لە مۆبایلدا یەک بە یەک بن */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr !important; /* تەنها یەک وێنە لە هەر دێڕێک */
    }
}
/* -- رێکخستنی تایبەت بۆ مۆبایل (Portrait) -- */
@media (max-width: 600px) {
    body { padding: 10px !important; }
    
    /* وێنەی سەرەکی بچووک دەکەینەوە */
    .hero-img { width: 150px !important; height: 150px !important; }
    .hero-title { font-size: 26px !important; }
    
    /* خزمەتگوزارییەکان دەکەین بە یەک ستوون */
    .services-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
    
    /* وێنەکانی پۆرتفۆلیۆ زۆر گەورە نەبن */
    .portfolio-grid { grid-template-columns: 1fr !important; }
    .portfolio-card img { height: 160px !important; }
    
    /* سۆشیاڵ میدیا بچووکتر دەکەینەوە */
    .social-links { gap: 8px !important; margin-bottom: 20px !important; }
    .social-links a { width: 35px !important; height: 35px !important; }
    .social-links a i { font-size: 16px !important; }
}
/* رێکخستنی خزمەتگوزارییەکان بە شێوەی ٢ ستوون */
.services-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* لێرەدا دەبێت بە دوو ستوون */
    gap: 15px !important;
    margin-top: 20px !important;
}

.service-card {
    background: #08090b !important;
    border: 1px solid #13161a !important;
    padding: 20px 10px !important; /* کەمێک کەمکردنەوەی پادینگی لاوەکی */
    border-radius: 12px !important;
    text-align: center !important;
    min-height: 140px !important;
}

/* بچووککردنەوەی دەقەکان بۆ ئەوەی بە جوانی جێگەیان ببێتەوە */
.service-card h3 {
    font-size: 12px !important; 
    margin-top: 8px !important;
}

.service-card p {
    font-size: 9px !important;
    color: #7b7e83 !important;
}
/* ڕێکخستنی نوێ بۆ Hero */
.hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 20px !important;
}

/* لۆگۆکە دەباتە سەرەوە */
.hero-logo-container {
    order: 1 !important;
    margin-bottom: 10px !important;
}

.hero-logo-container img {
    width: 200px !important; /* قەبارەی لۆگۆ */
    height: auto !important;
}

/* نووسین و دوگمەکان */
.hero-content {
    order: 2 !important;
}

/* ئایکۆنی سۆشیاڵ میدیا دەباتە خوارەوە */
.social-links {
    order: 3 !important;
    margin-top: 20px !important;
}
@media (max-width: 768px) {
    /* باوکی هەردوو بەشەکە دەکەین بە ستوون */
    .skills-contact-section {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 20px !important;
    }

    /* دڵنیابوون لەوەی بۆکسەکان پانتایی تەواو دەگرن */
    .contact-premium-container {
        width: 80% !important;
        margin: 0 !important;
    }
} 
/* ==========================================
   PORTFOLIO SECTION (کۆدی ڕێکخراو بۆ PC و Mobile)
   ========================================== */

/* 1. ڕێکخستنی بنەڕەتی بۆ کۆمپیوتەر (PC) */
.portfolio-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* سێ وێنە لە تەنیشت یەک */
    gap: 20px !important;
    margin-bottom: 50px !important;
    width: 100% !important;
}

.portfolio-card {
    background: #08090b !important;
    border: 1px solid #13161a !important;
    border-radius: 12px !important;
    padding: 15px !important;
    text-align: center !important;
}

.portfolio-card img {
    width: 100% !important;
    height: 550px !important; /* بەرزی وێنەکان لەسەر کۆمپیوتەر */
    object-fit: cover !important; 
    border-radius: 8px !important;
    margin: 0 auto 10px !important;
    display: block !important;
}

/* ناونیشانی My Recent Works بۆ ناوەڕاست */
h2 {
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

/* 2. ڕێکخستنی تایبەت بۆ مۆبایل (Mobile Responsive) */
@media (max-width: 768px) {
    /* ڕێکخستنی گشتی پۆرتفۆلیۆ */
    .portfolio-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        width: 100% !important;
        align-items: center !important;
    }

    /* ڕێکخستنی کارتەکە */
    .portfolio-card {
        width: 85% !important; /* پانییەکە 85% دەبێت بۆ ئەوەی لە هەردوو لا بۆشایی هەبێت */
        margin: 0 auto !important;
    }

    /* ڕێکخستنی بۆکسی وێنەکە (بەرزییەکەی لێرەوە کۆنترۆڵ بکە) */
   @media (max-width: 768px) {
    .social-links a{
    width: 45px !important;
    height: 45px !important;
}

.social-links a i{
    font-size: 22px !important;
}
    /* ١. باکگراوندەکەی بۆکسەکە بکە بە شەفاف یان وەک باکگراوندی پەیجەکە */
    .portfolio-img-box {
        height: 350 !important; /* گۆڕینی بەرزی بۆ ئەوەی بەپێی وێنەکە بێت */
        background-color: transparent !important; /* بۆشاییە ڕەشەکە لادەبات */
        overflow: hidden !important;
        border-radius: 12px !important;
    }

    /* ٢. بەکارهێنانی cover بۆ ئەوەی وێنەکە بۆکسەکە پڕ بکاتەوە */
    .portfolio-img-box img {
        width: 100% !important;
        height: 350px !important; /* لێرە بەرزی دیاری بکە */
        object-fit: cover !important; /* وێنەکە پڕ دەکاتەوە و بۆشایی ناهێڵێت */
        display: block !important;
    }
}
/* PC */
.social-icons{
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* PC Only */
@media (min-width: 769px) {

    .hero{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-height: 100vh;
        gap: 80px;
    }

    .hero-content{
        flex: 1;
        text-align: left;
    }

    .hero-image-container{
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-img{
        width: 420px !important;
        height: 420px !important;
    }

    .hero-title{
        font-size: 90px !important;
        line-height: 1;
    }

    .hero-subtitle{
        font-size: 28px;
    }

    .hero-btns{
        justify-content: flex-start;
    }

    .social-links{
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .hero-img {
        /* گرنگترین بەش: دەبێت width و height یەکسان بن */
        width: 220px !important; 
        height: 220px !important;
        
        /* دڵنیابوون لەوەی بە تەواوی بازنەییە */
        border-radius: 50% !important;
        
        /* بۆ ئەوەی وێنەکە نەشێوێت و تەنها پڕی بکاتەوە */
        object-fit: cover !important;
        object-position: center !important;
        
        /* لابردنی کێشەی درێژبوون */
        display: block !important;
        margin: 0 auto 10px auto !important;
    }
}
@media (max-width: 768px) {
    /* گەورەکردنی وێنەکە */
    .hero-img {
        width: 320px !important;  /* قەبارەیەکی گەورەتر بۆ مۆبایل */
        height: 320px !important;
        margin: 0 auto 20px auto !important;
    }

    /* گەورەکردنی ناوی NABAZ DESIGNER */
    .hero-title {
        font-size: 45px !important; /* قەبارەی دەقەکە گەورە دەکات */
        margin-top: 5px !important;
    }
}