.elementor-32 .elementor-element.elementor-element-a538d9b{--display:flex;--min-height:1440px;}/* Start custom CSS for html, class: .elementor-element-bae291d */:root {
    --bg-dark: #0b0f19;
    --bg-card: #161b28;
    --bg-input: #0f131f;
    --bg-header: #05070a;
    --accent-primary: #ff2a2a;
    --accent-gradient: linear-gradient(90deg, #d00000 0%, #ff4d4d 100%);
    --accent-glow: rgba(255, 42, 42, 0.4);
    --text-main: #ffffff;
    --text-muted: #a0aec0;
    --text-light-gray: #e2e8f0;
    --border-color: rgba(255, 255, 255, 0.1);
    --font-family: 'Vazirmatn', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-family);
    line-height: 1.7;
    overflow-x: hidden;
    overscroll-behavior: none;
}

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--accent-primary); border-radius: 4px; }

.elementor-breakout {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

h1, h2, h3, h4 {
    font-weight: 800;
    line-height: 1.3;
}

.text-accent { color: var(--accent-primary); }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 45px;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.4s;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
}

.btn-primary {
    background: var(--accent-gradient);
    color: white;
    box-shadow: 0 10px 25px -5px var(--accent-glow);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px -5px var(--accent-glow);
}

.main-header {
    background-color: rgba(5, 7, 10, 0.98);
    backdrop-filter: blur(15px);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid var(--border-color);
    transition: padding 0.4s ease, background-color 0.4s ease;
}

.main-header.scrolled {
    padding: 10px 0;
    background-color: rgba(5, 7, 10, 1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 28px;
    font-weight: 900;
    color: white;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.logo i { color: var(--accent-primary); font-size: 24px; }

.nav-menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.nav-menu ul {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-menu a {
    color: var(--text-light-gray);
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
    position: relative;
    padding: 5px 0;
}

.nav-menu a:hover, .nav-menu a.active { color: var(--accent-primary); }

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--accent-primary);
    transition: 0.3s;
}

.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }

.hero-services {
    padding: 220px 0 120px 0;
    position: relative;
    background-color: var(--bg-dark);
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    transform: perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px);
    opacity: 0.5;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.hero-title-wrapper {
    overflow: hidden;
    margin-bottom: 25px;
}

.hero-title-wrapper h1 {
    font-size: 4.5rem;
    line-height: 1.2;
    transform: translateY(100%);
}

.hero-desc {
    font-size: 1.3rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0;
}

.marquee-wrapper {
    background: var(--accent-primary);
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    transform: rotate(-2deg) scale(1.05);
    z-index: 10;
    box-shadow: 0 10px 30px rgba(255, 42, 42, 0.2);
}

.marquee-content {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee-item {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.marquee-item i { font-size: 14px; color: #000; }

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

.services-list-section {
    padding: 150px 0;
    background: var(--bg-dark);
    position: relative;
}

.service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 150px;
    position: relative;
}

.service-row:nth-child(even) {
    direction: ltr;
}

.service-row:nth-child(even) .srv-text {
    direction: rtl;
}

.srv-number {
    position: absolute;
    font-size: 250px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    line-height: 1;
    top: -50px;
    right: 0;
    z-index: 0;
    user-select: none;
}

.service-row:nth-child(even) .srv-number {
    right: auto;
    left: 0;
}

.srv-image-wrapper {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
}

.srv-image-reveal {
    position: absolute;
    inset: 0;
    background: var(--accent-primary);
    z-index: 3;
    transform-origin: left;
}

.srv-image {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    transform: translateY(-10%);
}

.srv-text {
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.srv-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 42, 42, 0.1);
    border: 1px solid rgba(255, 42, 42, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--accent-primary);
    margin-bottom: 30px;
}

.srv-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: white;
}

.srv-text p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.9;
    margin-bottom: 30px;
}

.srv-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 40px;
}

.srv-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--text-light-gray);
    font-weight: 600;
}

.srv-features i { color: var(--accent-primary); }

.materials-section {
    padding: 120px 0;
    background: #080a10;
    border-top: 1px solid var(--border-color);
}

.sec-header {
    text-align: center;
    margin-bottom: 80px;
}

.sec-header span {
    color: var(--accent-primary);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.sec-header h2 {
    font-size: 3rem;
    color: white;
}

.mat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mat-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

.mat-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--accent-gradient);
    transition: 0.4s;
    z-index: 1;
    opacity: 0.1;
}

.mat-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-primary);
}

.mat-card:hover::before { height: 100%; }

.mat-card i {
    font-size: 40px;
    color: var(--text-muted);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}

.mat-card:hover i { color: var(--accent-primary); transform: scale(1.2); }

.mat-card h3 {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.mat-card p {
    font-size: 13px;
    color: var(--text-muted);
    position: relative;
    z-index: 2;
}

.cta-banner {
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(rgba(11,15,25,0.9), rgba(11,15,25,0.9)), url('https://images.unsplash.com/photo-1565610222536-ef125c59da2c?q=80&w=2070&auto=format&fit=crop') fixed center/cover;
    border-top: 1px solid rgba(255,42,42,0.3);
    border-bottom: 1px solid var(--border-color);
}

footer {
    background-color: #05070a;
    padding: 60px 0 30px;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-logo {
    color: white;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 992px) {
    .hero-title-wrapper h1 { font-size: 3rem; }
    .service-row, .service-row:nth-child(even) { grid-template-columns: 1fr; gap: 40px; direction: rtl; }
    .service-row:nth-child(even) .srv-text { direction: rtl; }
    .srv-image-wrapper { height: 350px; }
    .srv-text { padding: 0 10px; text-align: center; }
    .srv-features { text-align: right; }
    .srv-icon { margin: 0 auto 30px auto; }
    .mat-grid { grid-template-columns: 1fr 1fr; }
    .nav-menu { display: none; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 576px) {
    .mat-grid { grid-template-columns: 1fr; }
}/* End custom CSS */