.elementor-3301 .elementor-element.elementor-element-21e2ee0:not(.elementor-motion-effects-element-type-background), .elementor-3301 .elementor-element.elementor-element-21e2ee0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3301 .elementor-element.elementor-element-21e2ee0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:6px 0px 6px 0px;}.elementor-3301 .elementor-element.elementor-element-21e2ee0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3301 .elementor-element.elementor-element-866975f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3301 .elementor-element.elementor-element-866975f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3301 .elementor-element.elementor-element-866975f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3301 .elementor-element.elementor-element-866975f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3301 .elementor-element.elementor-element-3589a31{text-align:center;}.elementor-3301 .elementor-element.elementor-element-3589a31 .elementor-heading-title{font-family:"Rubik", Sans-serif;font-size:30px;font-weight:800;color:#FFFFFF;}.elementor-3301 .elementor-element.elementor-element-21a8c9f > .elementor-element-populated{margin:-12px -403px 0px 0px;--e-column-margin-right:-403px;--e-column-margin-left:0px;}body.elementor-page-3301:not(.elementor-motion-effects-element-type-background), body.elementor-page-3301 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-3301 .elementor-element.elementor-element-21a8c9f > .elementor-element-populated{margin:-11px -10px 0px 0px;--e-column-margin-right:-10px;--e-column-margin-left:0px;}}/* Start custom CSS for html, class: .elementor-element-4265b3b */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html, body {
            overflow-x: hidden;
            width: 100%;
            max-width: 100vw;
        }

        body {
            font-family: 'Heebo', sans-serif;
            line-height: 1.6;
            color: #333;
            direction: rtl;
        }

        /* Header Section - Hero */
        .hero {
            background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 50%, #ff6b35 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            color: white;
            position: relative;
            width: 100vw;
            padding: 0 5%;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="20,20 80,20 70,80 30,80" fill="rgba(255,107,53,0.1)" transform="rotate(45 50 50)"/></svg>') repeat;
            opacity: 0.3;
            animation: metalPattern 20s linear infinite;
        }

        @keyframes metalPattern {
            0% { transform: translateX(0) translateY(0); }
            100% { transform: translateX(100px) translateY(-100px); }
        }

        .hero-content {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }

        .hero-text h1 {
            font-family: 'Heebo', sans-serif;
            font-size: 4rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            background: linear-gradient(45deg, #fff, #ff6b35);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: fadeInUp 1s ease-out;
        }

        .hero-text .highlight {
            color: #ff6b35;
            font-weight: 800;
        }

        .hero-text p {
            font-family: 'Heebo', sans-serif;
            font-size: 1.4rem;
            margin-bottom: 2.5rem;
            opacity: 0.9;
            animation: fadeInUp 1s ease-out 0.3s both;
        }

        .hero-visual {
            text-align: center;
            animation: fadeInUp 1s ease-out 0.6s both;
        }

        .aluminum-icon {
            width: 250px;
            height: 250px;
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            border-radius: 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 5rem;
            margin: 0 auto 30px;
            box-shadow: 0 25px 50px rgba(255,107,53,0.4);
            animation: float 4s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-button {
            display: inline-block;
            background: #ff6b35;
            color: white;
            padding: 20px 50px;
            text-decoration: none;
            border-radius: 10px;
            font-family: 'Heebo', sans-serif;
            font-size: 1.4rem;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 15px 35px rgba(255,107,53,0.4);
            animation: fadeInUp 1s ease-out 0.9s both;
        }

        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 45px rgba(255,107,53,0.6);
            background: #ff5722;
        }

        /* Services Section */
        .services {
            padding: 120px 5%;
            background: linear-gradient(45deg, #f8f9fa, #e9ecef);
            width: 100vw;
        }

        .services h2 {
            text-align: center;
            font-family: 'Heebo', sans-serif;
            font-size: 3.2rem;
            margin-bottom: 4rem;
            color: #1a1a1a;
            position: relative;
        }

        .services h2::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 5px;
            background: linear-gradient(90deg, #ff6b35, #ff8c42);
            border-radius: 3px;
        }

        .services-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 50px;
            margin-top: 5rem;
        }

        .service-card {
            background: white;
            padding: 50px 40px;
            border-radius: 20px;
            text-align: center;
            transition: all 0.4s ease;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
            border-top: 8px solid #ff6b35;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,107,53,0.1), transparent);
            transition: all 0.8s ease;
        }

        .service-card:hover::before {
            left: 100%;
        }

        .service-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 60px rgba(0,0,0,0.2);
        }

        .service-icon {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, #1a1a1a, #2c2c2c);
            border-radius: 50%;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            color: #ff6b35;
            border: 4px solid #ff6b35;
        }

        .service-card h3 {
            font-family: 'Heebo', sans-serif;
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: #1a1a1a;
        }

        .service-card p {
            font-family: 'Heebo', sans-serif;
            color: #666;
            line-height: 1.8;
            margin-bottom: 25px;
            font-size: 1.1rem;
        }

        .service-features {
            list-style: none;
            text-align: right;
        }

        .service-features li {
            font-family: 'Heebo', sans-serif;
            padding: 8px 0;
            color: #555;
            position: relative;
            padding-right: 30px;
            font-size: 1.05rem;
        }

        .service-features li::before {
            content: '✓';
            position: absolute;
            right: 0;
            color: #ff6b35;
            font-weight: bold;
            font-size: 1.2rem;
        }

        /* Portfolio Section */
        .portfolio {
            padding: 120px 5%;
            background: #1a1a1a;
            color: white;
            width: 100vw;
        }

        .portfolio h2 {
            text-align: center;
            font-family: 'Heebo', sans-serif;
            font-size: 3.2rem;
            margin-bottom: 4rem;
            position: relative;
        }

        .portfolio h2::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 5px;
            background: linear-gradient(90deg, #ff6b35, #ff8c42);
            border-radius: 3px;
        }

        .portfolio-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 5rem;
        }

        .portfolio-item {
            background: #2c2c2c;
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            box-shadow: 0 15px 35px rgba(0,0,0,0.4);
        }

        .portfolio-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(255,107,53,0.3);
        }

        .portfolio-image {
            height: 280px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .portfolio-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.4s ease;
        }

        .portfolio-image:hover img {
            transform: scale(1.05);
        }

        .portfolio-image::after {
            content: '🏗️';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 3.5rem;
            color: white;
            z-index: -1;
        }

        .portfolio-content {
            padding: 30px;
        }

        .portfolio-content h3 {
            font-family: 'Heebo', sans-serif;
            color: #ff6b35;
            margin-bottom: 15px;
            font-size: 1.6rem;
        }

        .portfolio-content p {
            font-family: 'Heebo', sans-serif;
            opacity: 0.9;
            line-height: 1.6;
            font-size: 1.1rem;
        }

        /* Testimonials Section */
        .testimonials {
            padding: 120px 5%;
            background: linear-gradient(135deg, #2c3e50, #34495e);
            color: white;
            width: 100vw;
        }

        .testimonials h2 {
            text-align: center;
            font-family: 'Heebo', sans-serif;
            font-size: 3.2rem;
            margin-bottom: 4rem;
            position: relative;
        }

        .testimonials h2::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 5px;
            background: linear-gradient(90deg, #ff6b35, #ff8c42);
            border-radius: 3px;
        }

        .testimonials-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 50px;
            margin-top: 5rem;
        }

        .testimonial-card {
            background: rgba(255,255,255,0.1);
            padding: 40px;
            border-radius: 20px;
            backdrop-filter: blur(15px);
            border: 1px solid rgba(255,255,255,0.2);
            transition: all 0.4s ease;
            position: relative;
        }

        .testimonial-card:hover {
            background: rgba(255,255,255,0.15);
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.3);
        }

        .testimonial-text {
            font-family: 'Heebo', sans-serif;
            font-style: italic;
            margin-bottom: 25px;
            font-size: 1.2rem;
            line-height: 1.7;
            position: relative;
        }

        .testimonial-text::before {
            content: '"';
            font-size: 4rem;
            color: #ff6b35;
            position: absolute;
            right: -15px;
            top: -20px;
            line-height: 1;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .author-avatar {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Heebo', sans-serif;
            font-weight: bold;
            font-size: 1.4rem;
            color: white;
        }

        .author-info h4 {
            font-family: 'Heebo', sans-serif;
            margin-bottom: 8px;
            color: #ff6b35;
            font-size: 1.2rem;
        }

        .author-info p {
            font-family: 'Heebo', sans-serif;
            opacity: 0.8;
            font-size: 1rem;
        }

        .stars {
            margin-top: 15px;
            color: #ffd700;
            font-size: 1.4rem;
        }

        /* Why Choose Us Section */
        .why-us {
            padding: 120px 5%;
            background: linear-gradient(45deg, #f8f8f8, #fff);
            width: 100vw;
        }

        .why-us h2 {
            text-align: center;
            font-family: 'Heebo', sans-serif;
            font-size: 3.2rem;
            margin-bottom: 4rem;
            color: #1a1a1a;
            position: relative;
        }

        .why-us h2::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 5px;
            background: linear-gradient(90deg, #ff6b35, #ff8c42);
            border-radius: 3px;
        }

        .why-us-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .advantages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 50px;
            margin-top: 5rem;
        }

        .advantage-item {
            display: flex;
            align-items: center;
            gap: 25px;
            padding: 40px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            border-right: 8px solid #ff6b35;
        }

        .advantage-item:hover {
            transform: translateX(-15px);
            box-shadow: 0 15px 40px rgba(255,107,53,0.2);
        }

        .advantage-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            flex-shrink: 0;
        }

        .advantage-content h3 {
            font-family: 'Heebo', sans-serif;
            color: #1a1a1a;
            margin-bottom: 8px;
            font-size: 1.4rem;
        }

        .advantage-content p {
            font-family: 'Heebo', sans-serif;
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        /* CTA Section */
        .final-cta {
            padding: 120px 5%;
            background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
            color: white;
            text-align: center;
            position: relative;
            width: 100vw;
        }

        .final-cta::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect width="25" height="25" fill="rgba(0,0,0,0.1)" x="25" y="25"/></svg>') repeat;
            opacity: 0.2;
        }

        .final-cta-content {
            position: relative;
            z-index: 2;
            max-width: 1000px;
            margin: 0 auto;
        }

        .final-cta h2 {
            font-family: 'Heebo', sans-serif;
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .final-cta p {
            font-family: 'Heebo', sans-serif;
            font-size: 1.6rem;
            margin-bottom: 3rem;
            opacity: 0.95;
        }

        .final-cta .cta-button {
            background: #1a1a1a;
            color: #ff6b35;
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            border: 3px solid #1a1a1a;
            font-size: 1.5rem;
            padding: 25px 60px;
        }

        .final-cta .cta-button:hover {
            background: #000;
            color: white;
            border: 3px solid #ff6b35;
        }

        .contact-info {
            margin-top: 4rem;
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
            font-family: 'Heebo', sans-serif;
            font-size: 1.3rem;
        }

        /* Footer */
        .footer {
            background: #1a1a1a;
            color: white;
            padding: 60px 5%;
            text-align: center;
            border-top: 5px solid #ff6b35;
            width: 100vw;
        }

        .footer p {
            font-family: 'Heebo', sans-serif;
            opacity: 0.8;
            font-size: 1.1rem;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .hero {
                padding: 0 3%;
            }
            
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 40px;
            }
            
            .hero-text h1 {
                font-size: 2.8rem;
            }
            
            .aluminum-icon {
                width: 180px;
                height: 180px;
                font-size: 4rem;
            }
            
            .services, .portfolio, .testimonials, .why-us, .final-cta, .footer {
                padding-left: 3%;
                padding-right: 3%;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .portfolio-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .advantages-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .advantage-item {
                flex-direction: column;
                text-align: center;
            }
            
            .contact-info {
                flex-direction: column;
                gap: 25px;
            }
            
            h2 {
                font-size: 2.5rem !important;
            }
            
            .final-cta h2 {
                font-size: 2.8rem !important;
            }
        }

        /* Scroll Animations */
        .fade-in {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }/* End custom CSS */
/* Start custom CSS */html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}/* End custom CSS */