* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%;
    background: #111;
    color: #eee;
    font-family: sans-serif
}

body {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
}

img,
video {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #EFBF04;
    margin: .5rem 0
}

a {
    color: #EFBF04;
    text-decoration: none;
    transition: color .3s
}

a:hover {
    color: #fff
}

.button_392 {
    background: #EFBF04;
    color: #111;
    padding: .6rem 1.2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .3s, transform .3s
}

.button_392:hover {
    background: #d4a904;
    transform: scale(1.05)
}

.box_847 {
    background: #EFBF04;
    color: #111;
    padding: 1rem;
    margin: 1rem;
    border: 2px solid #d4a904;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .6);
    transition: transform .3s
}

.box_847:hover {
    transform: translateY(-3px)
}

ul.ui_159 {
    list-style: none;
    padding-left: 1.2rem
}

ul.ui_159 li {
    position: relative;
    margin: .5rem 0;
    padding-left: 1.2rem
}

ul.ui_159 li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #EFBF04;
    text-shadow: 0 0 6px #EFBF04;
    animation: pulse_efbf04 2s infinite
}

ol.ui_159 {
    counter-reset: num
}

ol.ui_159 li {
    counter-increment: num;
    position: relative;
    margin: .5rem 0;
    padding-left: 1.4rem
}

ol.ui_159 li::before {
    content: counter(num) ".";
    position: absolute;
    left: 0;
    color: #EFBF04;
    text-shadow: 0 0 6px #EFBF04;
    animation: pulse_efbf04 2s infinite
}

@keyframes pulse_efbf04 {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

input_621,
textarea_621,
select_621 {
    background: #222;
    color: #EFBF04;
    border: 1px solid #EFBF04;
    padding: .5rem;
    border-radius: 4px;
    transition: border .3s
}

input_621:focus,
textarea_621:focus,
select_621:focus {
    border-color: #fff;
    outline: none
}


@font-face {
    font-family: 'appfont';
    src: url('/fonts/iransansdn.woff2') format('woff2'),
        url('/fonts/iransansdn.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'appfont';
    src: url('/fonts/iransansdnbold.woff2') format('woff2'),
        url('/fonts/iransansdnbold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'appfont';
    src: url('/fonts/iransansdnlight.woff2') format('woff2'),
        url('/fonts/iransansdnlight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Apply everywhere */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
textarea,
button {
    font-family: 'appfont', Tahoma, sans-serif;
}


/* hader */
/* Header Styles - Unique Classes - GOLDEN THEME */
.header-nav-8f7a3e {
    background: linear-gradient(135deg, #1a0f0a 0%, #2c1810 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    padding: 0 20px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.header-nav-8f7a3e.scrolled-b4f9d3 {
    background: rgba(26, 15, 10, 0.98);
    backdrop-filter: blur(10px);
    padding: 5px 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.container-nav-c9d2b1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

/* Brand Section */
.brand-section-4e5a9c {
    display: flex;
    align-items: center;
}

.logo-link-1b8f3d {
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s ease;
}

.logo-link-1b8f3d:hover {
    transform: translateY(-2px);
}

.logo-wrapper-a3c8f7 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon-d4e7b2 {
    font-size: 2rem;
    color: #D4AF37; /* Gold color */
    background: rgba(212, 175, 55, 0.1);
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.logo-link-1b8f3d:hover .logo-icon-d4e7b2 {
    background: rgba(212, 175, 55, 0.2);
    transform: rotate(-5deg);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
}

.logo-text-9f3b7a {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #D4AF37, #FFD700, #F0C420);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

/* Desktop Navigation */
.main-nav-f8c3a9 {
    display: flex;
}

.nav-list-2b7e9c {
    display: flex;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item-a4f9c3 {
    position: relative;
}

.nav-link-c8b3f7 {
    color: #e2e8f0;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.nav-link-c8b3f7::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.1), rgba(240, 196, 32, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.nav-link-c8b3f7:hover {
    color: #fff;
    transform: translateY(-2px);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.nav-link-c8b3f7:hover::before {
    opacity: 1;
}

.nav-link-c8b3f7:hover .nav-icon-e7f9b2 {
    color: #FFD700; /* Bright gold */
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.nav-icon-e7f9b2 {
    font-size: 1rem;
    color: #B4A76C; /* Muted gold */
    transition: all 0.3s ease;
}

.active-nav-3d8a9b {
    background: rgba(212, 175, 55, 0.15);
    color: #FFD700 !important;
    border: 1px solid rgba(212, 175, 55, 0.3);
    box-shadow: inset 0 0 10px rgba(212, 175, 55, 0.2);
}

.active-nav-3d8a9b .nav-icon-e7f9b2 {
    color: #FFD700;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.nav-item-special-8d3f7a {
    margin-right: 15px;
}

.nav-link-special-c4b9f8 {
    background: linear-gradient(90deg, #D4AF37, #F0C420, #FFD700);
    color: #1a0f0a !important; /* Dark text for contrast */
    padding: 12px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    position: relative;
    overflow: hidden;
}

.nav-link-special-c4b9f8::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.nav-link-special-c4b9f8:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    background: linear-gradient(90deg, #F0C420, #FFD700, #D4AF37);
}

.nav-link-special-c4b9f8:hover::before {
    left: 100%;
}

.nav-link-special-c4b9f8:hover .nav-icon-special-f9b3d2 {
    transform: translateY(-2px);
}

.nav-icon-special-f9b3d2 {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

/* Mobile Menu Button */
.mobile-toggle-5c9f3b {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1002;
    flex-direction: column;
    gap: 4px;
}

.hamburger-line-b7d3f9 {
    width: 25px;
    height: 3px;
    background: #D4AF37;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

.mobile-toggle-5c9f3b.active-f8c3d9 .hamburger-line-b7d3f9:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background: #FFD700;
}

.mobile-toggle-5c9f3b.active-f8c3d9 .hamburger-line-b7d3f9:nth-child(2) {
    opacity: 0;
}

.mobile-toggle-5c9f3b.active-f8c3d9 .hamburger-line-b7d3f9:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background: #FFD700;
}

/* Mobile Overlay */
.mobile-overlay-e9b4f7 {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 5, 3, 0.85); /* Dark brownish overlay */
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-overlay-e9b4f7.active-c8d3b7 {
    display: block;
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container-nav-c9d2b1 {
        padding: 12px 0;
    }
    
    .nav-link-c8b3f7 {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .nav-link-special-c4b9f8 {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .header-nav-8f7a3e {
        padding: 0 15px;
    }
    
    .mobile-toggle-5c9f3b {
        display: flex;
    }
    
    .main-nav-f8c3a9 {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        background: #1a0f0a;
        flex-direction: column;
        padding: 80px 20px 30px;
        transition: left 0.4s ease;
        z-index: 1001;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.3);
        overflow-y: auto;
        border-left: 1px solid rgba(212, 175, 55, 0.1);
    }
    
    .main-nav-f8c3a9.active-e7b9f3 {
        left: 0;
    }
    
    .nav-list-2b7e9c {
        flex-direction: column;
        gap: 5px;
    }
    
    .nav-item-a4f9c3 {
        width: 100%;
    }
    
    .nav-link-c8b3f7 {
        padding: 15px 20px;
        border-radius: 10px;
        justify-content: flex-end;
        font-size: 1rem;
        border: 1px solid transparent;
    }
    
    .nav-link-c8b3f7:hover {
        border: 1px solid rgba(212, 175, 55, 0.3);
    }
    
    .nav-item-special-8d3f7a {
        margin: 20px 0 0 0;
        width: 100%;
    }
    
    .nav-link-special-c4b9f8 {
        width: 100%;
        justify-content: center;
        padding: 15px;
        font-size: 1rem;
    }
    
    .logo-text-9f3b7a {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .container-nav-c9d2b1 {
        padding: 10px 0;
    }
    
    .logo-text-9f3b7a {
        font-size: 1.2rem;
    }
    
    .logo-icon-d4e7b2 {
        font-size: 1.7rem;
        padding: 8px;
    }
    
    .main-nav-f8c3a9 {
        width: 100%;
        left: -100%;
    }
    
    .main-nav-f8c3a9.active-e7b9f3 {
        left: 0;
    }
}

/* Animation for mobile menu items */
@keyframes slideInFromRight-b7f9d3 {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3 {
    animation: slideInFromRight-b7f9d3 0.3s ease forwards;
}

.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(1) { animation-delay: 0.1s; }
.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(2) { animation-delay: 0.15s; }
.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(3) { animation-delay: 0.2s; }
.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(4) { animation-delay: 0.25s; }
.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(5) { animation-delay: 0.3s; }
.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(6) { animation-delay: 0.35s; }
.main-nav-f8c3a9.active-e7b9f3 .nav-item-a4f9c3:nth-child(7) { animation-delay: 0.4s; }

/* Golden Glow Effects */
@keyframes goldPulse-c3b8f9 {
    0%, 100% {
        box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
    }
    50% {
        box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
    }
}

.nav-link-special-c4b9f8 {
    animation: goldPulse-c3b8f9 2s infinite;
}

.logo-icon-d4e7b2 {
    animation: goldPulse-c3b8f9 3s infinite;
}

/* Golden Hover Effects for Desktop */
@media (min-width: 769px) {
    .nav-item-a4f9c3:hover::after {
        content: '';
        position: absolute;
        bottom: -5px;
        right: 50%;
        transform: translateX(50%);
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, #D4AF37, #FFD700);
        transition: width 0.3s ease;
    }
    
    .nav-item-a4f9c3:hover::after {
        width: 60%;
    }
    
    .active-nav-3d8a9b::after {
        content: '';
        position: absolute;
        bottom: -5px;
        right: 50%;
        transform: translateX(50%);
        width: 60%;
        height: 2px;
        background: linear-gradient(90deg, #D4AF37, #FFD700);
    }
}
/* end heder */
._main{
    margin-top: 5rem;
    margin-bottom: 2rem;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #f8ce0d29;
    border-radius: 12px;
    padding: 2rem;
}

/* start footer */
.footer-main-d9f3c7 {
    background: linear-gradient(135deg, #0f0906 0%, #1a0f0a 100%);
    color: #e2e8f0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.footer-main-d9f3c7::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.footer-container-a8b7e3 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-top-section-4c9f2a {
    padding: 60px 0 40px;
    position: relative;
}

.footer-grid-7d3b9f {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col-2e8c4b {
    display: flex;
    flex-direction: column;
}

.footer-brand-9a3f7c {
    margin-bottom: 25px;
}

.footer-logo-wrapper-f8c3a2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-logo-icon-b4d9f2 {
    font-size: 2rem;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.1);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-brand-text-e7c9b3 {
    font-size: 1.3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-description-6f8a3d {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94a3b8;
    margin: 0;
}

.social-links-c4f8d9 {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link-8e3b9f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 50%;
    color: #B4A76C;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.social-link-8e3b9f:hover {
    background: rgba(212, 175, 55, 0.2);
    color: #FFD700;
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.2);
}

.footer-heading-5d9b3f {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-heading-5d9b3f::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
}

.footer-links-list-8c3f9a {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-link-item-b7f3c8 {
    margin-bottom: 12px;
}

.footer-link-9a3d7f {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 6px 0;
}

.footer-link-9a3d7f:hover {
    color: #FFD700;
    transform: translateX(-5px);
}

.footer-link-9a3d7f:hover .footer-link-icon-f4b8d2 {
    color: #FFD700;
    transform: translateX(-3px);
}

.footer-link-icon-f4b8d2 {
    color: #B4A76C;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.contact-info-list-9f3c7a {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-item-d8f3b2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-icon-c7f9a3 {
    color: #D4AF37;
    font-size: 1rem;
    margin-top: 2px;
    min-width: 20px;
}

.newsletter-text-8c3f9b {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form-a7f3d9 {
    margin-bottom: 30px;
}

.form-group-f8c3b2 {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.newsletter-input-e9b3f7 {
    flex: 1;
    padding: 12px 15px;
    background: transparent;
    border: none;
    color: #e2e8f0;
    font-family: inherit;
    font-size: 0.9rem;
    outline: none;
}

.newsletter-input-e9b3f7::placeholder {
    color: #94a3b8;
}

.newsletter-btn-d4f9b2 {
    background: linear-gradient(90deg, #D4AF37, #F0C420);
    color: #1a0f0a;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-btn-d4f9b2:hover {
    background: linear-gradient(90deg, #F0C420, #FFD700);
}

.download-resume-section-8c3f9d {
    margin-top: 15px;
}

.download-btn-f8c3a7 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #D4AF37, #F0C420, #FFD700);
    color: #1a0f0a;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.download-btn-f8c3a7:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.3);
    background: linear-gradient(90deg, #F0C420, #FFD700, #D4AF37);
}

.footer-bottom-section-9f3c8a {
    padding: 25px 0;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    position: relative;
}

.footer-bottom-content-e8f3b7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text-7d9f3c p {
    margin: 0;
    font-size: 0.9rem;
    color: #94a3b8;
}

.footer-bottom-links-a8f3d9 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-link-b4f9c7 {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.policy-link-b4f9c7:hover {
    color: #FFD700;
}

.separator-dot-f9c3b8 {
    color: #B4A76C;
    font-size: 0.8rem;
}

.back-to-top-btn-f8c3d9 {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #D4AF37, #F0C420);
    color: #1a0f0a;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.back-to-top-btn-f8c3d9.visible-d9f3b7 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn-f8c3d9:hover {
    background: linear-gradient(135deg, #F0C420, #FFD700);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

@media (max-width: 1024px) {
    .footer-grid-7d3b9f {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-bottom-content-e8f3b7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-top-section-4c9f2a {
        padding: 40px 0 30px;
    }
    
    .footer-grid-7d3b9f {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-col-2e8c4b {
        align-items: center;
        text-align: center;
    }
    
    .footer-heading-5d9b3f::after {
        right: 50%;
        transform: translateX(50%);
    }
    
    .footer-logo-wrapper-f8c3a2 {
        justify-content: center;
    }
    
    .footer-links-list-8c3f9a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .contact-item-d8f3b2 {
        justify-content: center;
    }
    
    .back-to-top-btn-f8c3d9 {
        left: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .footer-container-a8b7e3 {
        padding: 0 15px;
    }
    
    .footer-bottom-links-a8f3d9 {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-brand-text-e7c9b3 {
        font-size: 1.1rem;
    }
    
    .footer-logo-icon-b4d9f2 {
        font-size: 1.5rem;
        padding: 8px;
    }
}
/* end footer */

/* start columns grid system */
.columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.column {
    width: 100%;
}

@media (min-width: 769px) {
    .columns {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "column1 column2";
        align-items: center;
        gap: 40px;
    }
    
    .column:first-child:not(.show-first) {
        grid-area: column1;
    }
    
    .column.show-first {
        grid-area: column2;
    }
}

@media (max-width: 768px) {
    .columns {
        grid-template-areas: "show-first" "other";
    }
    
    .column.show-first {
        grid-area: show-first;
    }
    
    .column:first-child:not(.show-first) {
        grid-area: other;
    }
}
/* end columns grid system */

/* skills */
.section {
    padding: 40px 20px;
    background: rgba(26, 15, 10, 0.3);
    border-radius: 12px;
    margin: 40px 0;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.section h2 {
    text-align: center;
    color: #FFD700;
    margin-bottom: 40px;
    font-size: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #D4AF37, #FFD700);
    border-radius: 2px;
}

.skills-container-3a9f7d {
    max-width: 1200px;
    margin: 0 auto;
}

.skills-grid-8c3f9b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.skill-item-7f9c3b {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

.skill-item-7f9c3b:hover {
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.skill-header-d8f3a9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.skill-name-c4f8b7 {
    font-size: 1.1rem;
    color: #FFD700;
    font-weight: 600;
}

.skill-percent-e9b3f7 {
    font-size: 1rem;
    color: #D4AF37;
    font-weight: 600;
    background: rgba(212, 175, 55, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.skill-progress-bar-f8c3d9 {
    height: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.skill-progress-fill-9c3b8f {
    height: 100%;
    background: linear-gradient(90deg, #D4AF37, #FFD700, #F0C420);
    border-radius: 5px;
    position: relative;
    transition: width 1.5s ease-in-out;
}

.skill-progress-fill-9c3b8f::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer-8c3f9b 2s infinite;
}

@keyframes shimmer-8c3f9b {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Animation for progress bars when they come into view */
@keyframes fillProgress-b7f9c3 {
    from {
        width: 0;
    }
    to {
        width: var(--final-width);
    }
}

.skill-item-7f9c3b.in-view .skill-progress-fill-9c3b8f {
    animation: fillProgress-b7f9c3 1.5s ease-out forwards;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .skills-grid-8c3f9b {
        gap: 20px;
    }
    
    .skill-item-7f9c3b {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .skills-grid-8c3f9b {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .skill-item-7f9c3b {
        padding: 15px;
    }
    
    .section {
        padding: 30px 15px;
        margin: 30px 0;
    }
    
    .section h2 {
        font-size: 1.7rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .skill-header-d8f3a9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .skill-percent-e9b3f7 {
        align-self: flex-start;
    }
}
/* end skills */

/* start custom markers for lists */
/* Global styles for all unordered lists */
ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

ul li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.6;
}

ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #D4AF37, #FFD700);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

/* Global styles for all ordered lists */
ol {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: golden-counter;
}

ol li {
    position: relative;
    padding-right: 45px;
    margin-bottom: 20px;
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.6;
    counter-increment: golden-counter;
}

ol li::before {
    content: counter(golden-counter);
    position: absolute;
    right: 0;
    top: -3px;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #D4AF37, #F0C420);
    color: #1a0f0a;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

/* Nested lists */
ul ul,
ol ol {
    margin-top: 10px;
    margin-right: 30px;
}

ul ul li,
ol ol li {
    padding-right: 20px;
    font-size: 0.95rem;
    margin-bottom: 10px;
}

ul ul li::before {
    width: 6px;
    height: 6px;
    top: 9px;
    background: #F0C420;
}

ol ol li::before {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    top: -2px;
}

/* Double nested lists */
ul ul ul,
ol ol ol {
    margin-right: 50px;
}

ul ul ul li::before {
    width: 5px;
    height: 5px;
    top: 10px;
    background: #F0C420;
    opacity: 0.8;
}

ol ol ol li::before {
    width: 24px;
    height: 24px;
    font-size: 0.85rem;
}

/* Hover effects for all list items */
ul li:hover,
ol li:hover {
    color: #fff;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

ul li:hover::before {
    background: linear-gradient(135deg, #FFD700, #F0C420);
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.7);
    transform: scale(1.2);
    transition: all 0.3s ease;
}

ol li:hover::before {
    background: linear-gradient(135deg, #FFD700, #F0C420);
    box-shadow: 0 6px 16px rgba(255, 215, 0, 0.4);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Special styling for lists inside specific containers */
section ul,
section ol {
    margin: 15px 0;
}

article ul,
article ol {
    margin: 15px 0;
}

main ul,
main ol {
    margin: 15px 0;
}

/* Lists inside bordered containers */
div[class*="border"] ul li,
div[class*="border"] ol li {
    padding-right: 30px;
}

div[class*="border"] ul li::before,
div[class*="border"] ol li::before {
    right: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    ul li,
    ol li {
        padding-right: 22px;
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    
    ul li::before {
        width: 7px;
        height: 7px;
        top: 9px;
    }
    
    ol li {
        padding-right: 35px;
    }
    
    ol li::before {
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
        top: -2px;
    }
    
    ul ul,
    ol ol {
        margin-right: 20px;
    }
    
    ul ul li,
    ol ol li {
        padding-right: 18px;
    }
}

@media (max-width: 480px) {
    ul li,
    ol li {
        padding-right: 20px;
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
    
    ul li::before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
    
    ol li {
        padding-right: 30px;
    }
    
    ol li::before {
        width: 26px;
        height: 26px;
        font-size: 0.85rem;
    }
    
    ul ul,
    ol ol {
        margin-right: 15px;
    }
}

/* Animation for list items */
@keyframes fadeInList {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

ul li,
ol li {
    animation: fadeInList 0.5s ease forwards;
    opacity: 0;
}

ul li:nth-child(1),
ol li:nth-child(1) { animation-delay: 0.1s; }
ul li:nth-child(2),
ol li:nth-child(2) { animation-delay: 0.2s; }
ul li:nth-child(3),
ol li:nth-child(3) { animation-delay: 0.3s; }
ul li:nth-child(4),
ol li:nth-child(4) { animation-delay: 0.4s; }
ul li:nth-child(5),
ol li:nth-child(5) { animation-delay: 0.5s; }
ul li:nth-child(6),
ol li:nth-child(6) { animation-delay: 0.6s; }
ul li:nth-child(7),
ol li:nth-child(7) { animation-delay: 0.7s; }
ul li:nth-child(8),
ol li:nth-child(8) { animation-delay: 0.8s; }
ul li:nth-child(9),
ol li:nth-child(9) { animation-delay: 0.9s; }
ul li:nth-child(10),
ol li:nth-child(10) { animation-delay: 1.0s; }

/* Alternative marker styles for specific contexts */
ul[class*="square"] li::before {
    border-radius: 2px;
}

ul[class*="arrow"] li::before {
    content: '›';
    background: transparent;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    border: none;
    box-shadow: none;
    top: -3px;
}

ul[class*="check"] li::before {
    content: '✓';
    background: rgba(212, 175, 55, 0.1);
    width: 25px;
    height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFD700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.3);
    top: -2px;
}

/* Reset for specific contexts (if needed) */
nav ul,
nav ol {
    margin: 0;
}

nav ul li,
nav ol li {
    padding-right: 0;
    margin-bottom: 0;
}

nav ul li::before,
nav ol li::before {
    display: none;
}
/* end custom markers for lists */
.notification {
    background: #2c1810;
    color: #d4a904;
    border-radius: 12px;
    border:1px solid #D4AF37;
    padding: 1.5rem;
}