
/*   
Theme Name:            Amzewaro
 * Text Domain:        amzewaro
 * description : Bienvenue chez Amzewaro — votre première destination pour des solutions de marketing digital intelligentes et sur mesure !
 * Version:            4.1.2
 * Author:             Abdelkarim
 * Author URI:         https://amzewaro.com/about/
 * Theme URI:          https://amzewaro.com/
*/


 @import "css/bootstrap.min.css";
 /*packages */
@import "css/style.css";


/*
     * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Cairo', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

 /* Hero Section 
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1784&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 120px 0;
            position: relative;
        }
        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .hero h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }
        


        


  /* القائمة العلوية  
        header {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0;
        }
        
        .logo {
            font-size: 28px;
            font-weight: 700;
            color: #3498db;
        }
/*        
        nav ul {
            display: flex;
        }
        
        nav ul li {
            margin-right: 25px;
        }
        
        nav ul li:last-child {
            margin-right: 0;
        }
        
        nav ul li a {
            font-weight: 500;
            transition: color 0.3s;
        }
        
        nav ul li a:hover {
            color: #3498db;
        }
        
*/


/** CSS للسلايدر   

       .slider-section {
        padding: 0;
        overflow: hidden;
    }
    
    .slider-container {
        position: relative;
        width: 100%;
    }
    
    .slider {
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }
    
    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.8s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .slide.active {
        opacity: 1;
        z-index: 1;
    }
    
    .slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.7);
    }
    
    .slide-content {
        position: relative;
        z-index: 2;
        text-align: center;
        max-width: 800px;
        padding: 0 20px;
        color: #fff;
    }
    
    .slide-content h2 {
        font-size: 3rem;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .slide-content p {
        font-size: 1.2rem;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }
    
    .slide-btn {
        display: inline-block;
        padding: 12px 30px;
        background-color: #3498db;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        font-weight: bold;
        transition: all 0.3s ease;
    }
    
    .slide-btn:hover {
        background-color: #2980b9;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    
    .slider-controls {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }
    
    .prev-btn, .next-btn {
        background: rgba(255, 255, 255, 0.3);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        cursor: pointer;
        margin: 0 15px;
        transition: all 0.3s ease;
    }
    
    .prev-btn:hover, .next-btn:hover {
        background: rgba(255, 255, 255, 0.5);
    }
    
    .slider-dots {
        display: flex;
        gap: 10px;
    }
    
    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .dot.active {
        background-color: #fff;
        transform: scale(1.2);
    }
    
    @media (max-width: 768px) {
        .slider {
            height: 450px;
        }
        
        .slide-content h2 {
            font-size: 2rem;
        }
        
        .slide-content p {
            font-size: 1rem;
        }
    }




    /*** about section ***


    .about-section {
        padding: 80px 0;
        background-color: #f9f9f9;
    }
    
    .section-title {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .section-title h2 {
        font-size: 36px;
        color: #fffce1;
        margin-bottom: 15px;
    }
    
    .title-underline {
        height: 4px;
        width: 70px;
        background-color: #39FF14;
        margin: 0 auto;
    }
    
    .about-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 40px;
    }
    
    .about-image {
        flex: 1;
        min-width: 300px;
    }
    
    .about-image img {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(128, 128, 128, 0.1);
    }
    
    .about-text {
        flex: 1;
        min-width: 300px;
    }
    
    .about-text h3 {
        font-size: 28px;
        color: #CCCCCC;
        margin-bottom: 20px;
    }
    
    .about-text p {
        margin-bottom: 15px;
        line-height: 1.6;
        color: #CCCCCC;
    }
    
    .about-text ul {
        margin-bottom: 20px;
        padding-right: 20px;
        color: #B0B0B0;
    }
    
    .about-text ul li {
        margin-bottom: 10px;
        position: relative;
        padding-right: 25px;
    }
    
    .about-text ul li:before {
        content: "✓";
        color: #CCCCCC;
        position: absolute;
        right: 0;
        font-weight: bold;
    }
    
    .about-btn {
        display: inline-block;
        background-color: #FF4C4C;
        color: #fffce1;
        padding: 12px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.3s ease;
    }
    
    .about-btn:hover {
        background-color: #FF4C4C;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
    
    /* تجاوب مع الشاشات الصغيرة 
    @media (max-width: 768px) {
        .about-content {
            flex-direction: column;
        }
        
        .about-image, .about-text {
            width: 100%;
        }
    }




/*** services card *****


  /* قسم الخدمات *
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background-color: #fff;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            font-size: 40px;
            color: #3498db;
            margin-bottom: 20px;
        }
        
        .service-card h3 {
            font-size: 20px;
            margin-bottom: 15px;
        }








          /* تصميم متجاوب *
        @media (max-width: 992px) {
            .about-container {
                flex-direction: column;
            }
            
            .about-image, .about-content {
                flex: 1;
                width: 100%;
            }
        }
        
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
            }
            
            .logo {
                margin-bottom: 15px;
            }
            
            nav ul {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            nav ul li {
                margin: 5px 10px;
            }
            
            .hero h1 {
                font-size: 36px;
            }
            
            .hero p {
                font-size: 18px;
            }
            
            .section {
                padding: 60px 0;
            }
        }




/** truste review **/


     /* Testimonials Section 
        .testimonials {
            background-color: #f8f9fa;
        }
        
        .testimonials-slider {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 30px;
            padding: 20px 0;
            scrollbar-width: none;
        }
        
        .testimonials-slider::-webkit-scrollbar {
            display: none;
        }
        
        .testimonial-card {
            scroll-snap-align: start;
            min-width: 300px;
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            position: relative;
        }
        
        .testimonial-card:before {
            content: '\201C';
            font-size: 4rem;
            position: absolute;
            top: 10px;
            left: 10px;
            color: #e6e6e6;
            font-family: serif;
        }
        
        .client-info {
            display: flex;
            align-items: center;
            margin-top: 20px;
        }
        
        .client-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-left: 15px;
            object-fit: cover;
        }
        
        /* Careers Section 
        .careers {
            background-color: white;
            text-align: center;
        }
        
        .careers-content {
            max-width: 700px;
            margin: 0 auto;
        }