{"id":545,"date":"2026-01-11T09:22:52","date_gmt":"2026-01-11T09:22:52","guid":{"rendered":"https:\/\/yebbo.com\/ethiodiego\/?p=545"},"modified":"2026-01-11T09:23:03","modified_gmt":"2026-01-11T09:23:03","slug":"%e1%8b%a8%e1%8a%a2%e1%89%b5%e1%8b%ae%e1%8c%b5%e1%8b%ab-%e1%8d%93%e1%88%b5%e1%8d%96%e1%88%ad%e1%89%b5-%e1%8a%a5%e1%8a%93-%e1%89%aa%e1%8b%9b-%e1%8d%8e%e1%89%b6-%e1%8a%a0%e1%8c%88%e1%88%8d%e1%8c%8d","status":"publish","type":"post","link":"http:\/\/yebbo.com\/ethiodiego\/%e1%8b%a8%e1%8a%a2%e1%89%b5%e1%8b%ae%e1%8c%b5%e1%8b%ab-%e1%8d%93%e1%88%b5%e1%8d%96%e1%88%ad%e1%89%b5-%e1%8a%a5%e1%8a%93-%e1%89%aa%e1%8b%9b-%e1%8d%8e%e1%89%b6-%e1%8a%a0%e1%8c%88%e1%88%8d%e1%8c%8d\/","title":{"rendered":"\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u134e\u1276 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Professional Ethiopia passport and visa photo services. \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u134e\u1276 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d\u1362\">\n    <title>Ethiopia Passport &#038; Visa Photos | Yebbo Professional Services<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        \/* CSS Reset and Variables - Ethiopia Theme Colors *\/\n        :root {\n            --primary: #078930; \/* Ethiopia Green *\/\n            --secondary: #FCDD09; \/* Ethiopia Yellow *\/\n            --accent: #DA121A; \/* Ethiopia Red *\/\n            --light: #f7fafc;\n            --dark: #2d3748;\n            --success: #38a169;\n            --warning: #dd6b20;\n            --danger: #DA121A;\n            --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s ease;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--dark);\n            background-color: var(--light);\n        }\n\n        h1, h2, h3, h4 {\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        p {\n            margin-bottom: 1rem;\n        }\n\n        a {\n            text-decoration: none;\n            color: var(--accent);\n            transition: var(--transition);\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1rem;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 0.75rem 1.5rem;\n            background-color: var(--primary);\n            color: white;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n            font-weight: 600;\n            text-align: center;\n            transition: var(--transition);\n        }\n\n        .btn:hover {\n            background-color: #056822;\n            transform: translateY(-2px);\n        }\n\n        .btn-secondary {\n            background-color: var(--secondary);\n            color: #333;\n        }\n\n        .btn-secondary:hover {\n            background-color: #e6c708;\n        }\n\n        .section {\n            padding: 4rem 0;\n        }\n\n        .section-title {\n            text-align: center;\n            margin-bottom: 3rem;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(to right, var(--primary), var(--secondary), var(--accent));\n        }\n\n        \/* Language Tabs *\/\n        .language-tabs {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 2rem;\n            border-bottom: 1px solid #e2e8f0;\n            flex-wrap: wrap;\n        }\n\n        .language-tab {\n            padding: 0.75rem 1.5rem;\n            background: none;\n            border: none;\n            font-size: 1rem;\n            font-weight: 600;\n            cursor: pointer;\n            border-bottom: 3px solid transparent;\n            transition: var(--transition);\n        }\n\n        .language-tab.active {\n            color: var(--primary);\n            border-bottom: 3px solid var(--primary);\n        }\n\n        .language-tab:hover {\n            color: var(--primary);\n        }\n\n        .language-content {\n            display: none;\n        }\n\n        .language-content.active {\n            display: block;\n        }\n\n        \/* Header and Navigation *\/\n        header {\n            background-color: white;\n            box-shadow: var(--shadow);\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n        }\n\n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem;\n        }\n\n        .logo {\n            display: flex;\n            align-items: center;\n        }\n\n        .logo img {\n            height: 50px;\n            margin-right: 10px;\n        }\n\n        .logo-text {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--primary);\n        }\n\n        .nav-menu {\n            display: flex;\n            list-style: none;\n        }\n\n        .nav-item {\n            margin-left: 1.5rem;\n        }\n\n        .nav-link {\n            color: var(--dark);\n            font-weight: 500;\n            padding: 0.5rem 0;\n            position: relative;\n        }\n\n        .nav-link:hover {\n            color: var(--primary);\n        }\n\n        .nav-link::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: linear-gradient(to right, var(--primary), var(--secondary), var(--accent));\n            transition: var(--transition);\n        }\n\n        .nav-link:hover::after {\n            width: 100%;\n        }\n\n        .mobile-toggle {\n            display: none;\n            font-size: 1.5rem;\n            cursor: pointer;\n        }\n\n        \/* Phone Number Banner *\/\n        .phone-banner {\n            background: linear-gradient(to right, var(--primary), var(--secondary), var(--accent));\n            color: white;\n            padding: 0.75rem 0;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.2rem;\n        }\n\n        .phone-banner a {\n            color: white;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .phone-banner a:hover {\n            color: #f0f0f0;\n        }\n\n        \/* Hero Section with Ethiopia Theme *\/\n        .hero {\n            background: linear-gradient(rgba(7, 137, 48, 0.85), rgba(252, 221, 9, 0.7)), url('https:\/\/images.unsplash.com\/photo-1578662996442-48f60103fc96?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 6rem 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: \n                linear-gradient(90deg, var(--primary) 33%, var(--secondary) 33%, var(--secondary) 66%, var(--accent) 66%);\n            opacity: 0.1;\n        }\n\n        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .hero p {\n            font-size: 1.2rem;\n            margin-bottom: 2rem;\n        }\n\n        .hero-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .hero-phone {\n            margin-top: 2rem;\n            font-size: 1.8rem;\n            font-weight: 700;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.75rem;\n        }\n\n        .hero-phone a {\n            color: white;\n            text-decoration: none;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 0.75rem 1.5rem;\n            border-radius: 50px;\n            transition: var(--transition);\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .hero-phone a:hover {\n            background: rgba(255, 255, 255, 0.3);\n            transform: scale(1.05);\n        }\n\n        \/* Services Section *\/\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .service-card {\n            background-color: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            border-top: 4px solid var(--primary);\n        }\n\n        .service-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n            border-top: 4px solid var(--accent);\n        }\n\n        .service-img {\n            height: 200px;\n            overflow: hidden;\n        }\n\n        .service-img img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .service-card:hover .service-img img {\n            transform: scale(1.05);\n        }\n\n        .service-content {\n            padding: 1.5rem;\n        }\n\n        .service-content h3 {\n            color: var(--primary);\n        }\n\n        \/* Requirements Section *\/\n        .requirements {\n            background-color: var(--light);\n        }\n\n        .requirements-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .requirement-card {\n            background-color: white;\n            border-radius: 8px;\n            padding: 2rem;\n            box-shadow: var(--shadow);\n            border-left: 4px solid var(--primary);\n        }\n\n        .requirement-card h3 {\n            color: var(--primary);\n            margin-bottom: 1.5rem;\n            display: flex;\n            align-items: center;\n        }\n\n        .requirement-card h3 i {\n            margin-right: 0.75rem;\n            color: var(--primary);\n        }\n\n        .do-dont-list {\n            list-style: none;\n        }\n\n        .do-dont-list li {\n            margin-bottom: 0.75rem;\n            padding-left: 1.5rem;\n            position: relative;\n        }\n\n        .do-dont-list li:before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 0.5rem;\n            width: 8px;\n            height: 8px;\n            border-radius: 50%;\n        }\n\n        .do-list li:before {\n            background-color: var(--primary);\n        }\n\n        .dont-list li:before {\n            background-color: var(--accent);\n        }\n\n        .example-container {\n            background-color: white;\n            border-radius: 8px;\n            padding: 2rem;\n            box-shadow: var(--shadow);\n            margin-top: 2rem;\n            border-top: 4px solid var(--primary);\n        }\n\n        .example-image {\n            max-width: 300px;\n            margin: 0 auto 1.5rem;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            overflow: hidden;\n        }\n\n        .example-image img {\n            display: block;\n            width: 100%;\n        }\n\n        .credit {\n            font-size: 0.85rem;\n            color: #718096;\n            text-align: center;\n            margin-top: 0.5rem;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 1.5rem;\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 0.75rem;\n            text-align: left;\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .specs-table th {\n            background-color: #f7fafc;\n            font-weight: 600;\n            color: var(--primary);\n        }\n\n        \/* Detailed Requirements Section *\/\n        .detailed-requirements {\n            background-color: white;\n            border-radius: 8px;\n            padding: 2rem;\n            box-shadow: var(--shadow);\n            margin-top: 2rem;\n            border-top: 4px solid var(--primary);\n        }\n\n        .req-section {\n            margin-bottom: 2.5rem;\n            padding-bottom: 1.5rem;\n            border-bottom: 1px solid #e2e8f0;\n        }\n\n        .req-section:last-child {\n            border-bottom: none;\n        }\n\n        .req-section h3 {\n            color: var(--primary);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n        }\n\n        .req-section h3 i {\n            margin-right: 0.75rem;\n            color: var(--primary);\n        }\n\n        .req-list {\n            list-style: none;\n        }\n\n        .req-list li {\n            margin-bottom: 0.75rem;\n            padding-left: 1.5rem;\n            position: relative;\n        }\n\n        .req-list li:before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: var(--primary);\n            font-weight: bold;\n        }\n\n        .req-subsection {\n            margin-top: 1rem;\n            margin-left: 1.5rem;\n        }\n\n        .req-subsection h4 {\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n\n        .req-note {\n            background-color: #e6f7f0;\n            padding: 1rem;\n            border-radius: 4px;\n            margin-top: 1rem;\n            border-left: 4px solid var(--primary);\n        }\n\n        \/* Z-Pattern Section *\/\n        .z-pattern {\n            background-color: var(--light);\n        }\n\n        .z-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 4rem;\n        }\n\n        .z-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .z-img, .z-content {\n            flex: 1;\n            padding: 1rem;\n        }\n\n        .z-img img {\n            border-radius: 8px;\n            box-shadow: var(--shadow);\n        }\n\n        .z-content h2 {\n            color: var(--primary);\n        }\n\n        \/* Testimonials *\/\n        .testimonials {\n            background: linear-gradient(to right, var(--primary), var(--secondary), var(--accent));\n            color: white;\n        }\n\n        .testimonials .section-title::after {\n            background-color: white;\n        }\n\n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .testimonial-card {\n            background-color: rgba(255, 255, 255, 0.1);\n            padding: 2rem;\n            border-radius: 8px;\n            position: relative;\n            border-left: 4px solid white;\n        }\n\n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 1.5rem;\n        }\n\n        .testimonial-author {\n            display: flex;\n            align-items: center;\n        }\n\n        .author-img {\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            overflow: hidden;\n            margin-right: 1rem;\n        }\n\n        .author-info h4 {\n            margin-bottom: 0.25rem;\n        }\n\n        .author-info p {\n            margin-bottom: 0;\n            font-size: 0.9rem;\n            opacity: 0.8;\n        }\n\n        \/* FAQ Section *\/\n        .faq-container {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .faq-item {\n            margin-bottom: 1rem;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            border-left: 4px solid var(--primary);\n        }\n\n        .faq-question {\n            padding: 1.5rem;\n            background-color: white;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n        }\n\n        .faq-answer {\n            padding: 0 1.5rem;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            background-color: white;\n        }\n\n        .faq-answer.active {\n            padding: 1.5rem;\n            max-height: 500px;\n        }\n\n        \/* Contact Section *\/\n        .contact-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 3rem;\n        }\n\n        .contact-info {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n        }\n\n        .contact-item {\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .contact-icon {\n            font-size: 1.5rem;\n            margin-right: 1rem;\n            color: var(--primary);\n        }\n\n        .contact-phone {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin: 1rem 0;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        .contact-form {\n            background-color: white;\n            padding: 2rem;\n            border-radius: 8px;\n            box-shadow: var(--shadow);\n            border-top: 4px solid var(--primary);\n        }\n\n        .form-group {\n            margin-bottom: 1.5rem;\n        }\n\n        .form-label {\n            display: block;\n            margin-bottom: 0.5rem;\n            font-weight: 500;\n        }\n\n        .form-control {\n            width: 100%;\n            padding: 0.75rem;\n            border: 1px solid #ddd;\n            border-radius: 4px;\n            font-family: inherit;\n        }\n\n        .map-container {\n            margin-top: 2rem;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .map-container iframe {\n            width: 100%;\n            height: 400px;\n            border: none;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: linear-gradient(to right, var(--primary), var(--secondary), var(--accent));\n            color: white;\n            padding: 4rem 0 2rem;\n        }\n\n        .footer-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .footer-col h3 {\n            color: white;\n            margin-bottom: 1.5rem;\n            position: relative;\n            padding-bottom: 0.5rem;\n        }\n\n        .footer-col h3::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 40px;\n            height: 2px;\n            background-color: white;\n        }\n\n        .footer-links {\n            list-style: none;\n        }\n\n        .footer-links li {\n            margin-bottom: 0.75rem;\n        }\n\n        .footer-links a {\n            color: #e2e8f0;\n            transition: var(--transition);\n        }\n\n        .footer-links a:hover {\n            color: white;\n            padding-left: 5px;\n        }\n\n        .footer-phone {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin: 1rem 0;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .social-links {\n            display: flex;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .social-links a {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background-color: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            color: white;\n            transition: var(--transition);\n        }\n\n        .social-links a:hover {\n            background-color: white;\n            color: var(--primary);\n            transform: translateY(-3px);\n        }\n\n        .footer-bottom {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n        }\n\n        \/* Trust Signals *\/\n        .trust-signals {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 2rem;\n            margin: 2rem 0;\n        }\n\n        .trust-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            max-width: 150px;\n        }\n\n        .trust-icon {\n            font-size: 2.5rem;\n            color: var(--primary);\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Ethiopia Flag Banner *\/\n        .ethiopia-banner {\n            background: linear-gradient(to right, var(--primary) 33%, var(--secondary) 33%, var(--secondary) 66%, var(--accent) 66%);\n            height: 10px;\n            width: 100%;\n            position: relative;\n        }\n\n        .ethiopia-banner::before {\n            content: '\ud83c\uddea\ud83c\uddf9';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            font-size: 1.5rem;\n        }\n\n        \/* Amharic Font Styling *\/\n        .amharic {\n            font-family: 'Nyala', 'Abyssinica SIL', 'GF Zemen', sans-serif;\n            direction: ltr;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .mobile-toggle {\n                display: block;\n            }\n\n            .nav-menu {\n                position: fixed;\n                top: 70px;\n                left: -100%;\n                flex-direction: column;\n                background-color: white;\n                width: 100%;\n                text-align: center;\n                transition: 0.3s;\n                box-shadow: var(--shadow);\n                padding: 2rem 0;\n            }\n\n            .nav-menu.active {\n                left: 0;\n            }\n\n            .nav-item {\n                margin: 0.75rem 0;\n            }\n\n            .hero h1 {\n                font-size: 2rem;\n            }\n\n            .hero-phone {\n                font-size: 1.4rem;\n            }\n\n            .contact-phone {\n                font-size: 1.4rem;\n            }\n\n            .footer-phone {\n                font-size: 1.2rem;\n            }\n\n            .z-item, .z-item:nth-child(even) {\n                flex-direction: column;\n            }\n\n            .hero-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .hero-buttons .btn {\n                width: 100%;\n                max-width: 300px;\n            }\n            \n            .language-tabs {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Ethiopia Flag Banner -->\n    <div class=\"ethiopia-banner\"><\/div>\n\n    <!-- Phone Number Banner -->\n    <div class=\"phone-banner\">\n        <a href=\"tel:619-255-5530\">\n            <i class=\"fas fa-phone\"><\/i>\n            CALL NOW: 619-255-5530\n        <\/a>\n    <\/div>\n\n    <!-- Header -->\n    <header>\n        <div class=\"container header-container\">\n            <div class=\"logo\">\n                <div class=\"logo-text\">Ethiopia Passport &#038; Visa Photos<\/div>\n            <\/div>\n            <div class=\"mobile-toggle\">\n                <i class=\"fas fa-bars\"><\/i>\n            <\/div>\n            <ul class=\"nav-menu\">\n                <li class=\"nav-item\"><a href=\"#home\" class=\"nav-link\">Home<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#services\" class=\"nav-link\">Services<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#requirements\" class=\"nav-link\">Requirements<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#about\" class=\"nav-link\">About<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#testimonials\" class=\"nav-link\">Testimonials<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#faq\" class=\"nav-link\">FAQ<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#contact\" class=\"nav-link\">Contact<\/a><\/li>\n                <li class=\"nav-item\"><a href=\"#\" class=\"btn\">Book Now<\/a><\/li>\n            <\/ul>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero\" id=\"home\">\n        <div class=\"container hero-content\">\n            <h1>Professional Ethiopia Passport &#038; Visa Photos<\/h1>\n            <p>Compliant with all official Ethiopia requirements. Fast, convenient service with professional results.<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#services\" class=\"btn\">View Services<\/a>\n                <a href=\"#contact\" class=\"btn btn-secondary\">Book Appointment<\/a>\n            <\/div>\n            <div class=\"hero-phone\">\n                <a href=\"tel:619-255-5530\">\n                    <i class=\"fas fa-phone\"><\/i>\n                    619-255-5530\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Language Tabs -->\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"language-tabs\">\n                <button class=\"language-tab active\" data-lang=\"en\">English<\/button>\n                <button class=\"language-tab\" data-lang=\"am\">\u12a0\u121b\u122d\u129b<\/button>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Trust Signals - English -->\n    <section class=\"section language-content active\" id=\"trust-en\">\n        <div class=\"container\">\n            <div class=\"trust-signals\">\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-camera trust-icon\"><\/i>\n                    <p>Professional Quality<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-clock trust-icon\"><\/i>\n                    <p>Fast Service<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-certificate trust-icon\"><\/i>\n                    <p>Official Compliance<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-laptop trust-icon\"><\/i>\n                    <p>Digital &#038; Print Options<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Trust Signals - Amharic -->\n    <section class=\"section language-content\" id=\"trust-am\">\n        <div class=\"container\">\n            <div class=\"trust-signals\">\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-camera trust-icon\"><\/i>\n                    <p class=\"amharic\">\u1355\u122e\u134c\u123d\u1293\u120d \u1325\u122b\u1275<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-clock trust-icon\"><\/i>\n                    <p class=\"amharic\">\u1348\u1323\u1295 \u12a0\u1308\u120d\u130d\u120e\u1275<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-certificate trust-icon\"><\/i>\n                    <p class=\"amharic\">\u12ed\u1348\u1240\u12f3\u120d \u1270\u1265\u120e \u12e8\u1270\u1218\u12d8\u1308\u1260<\/p>\n                <\/div>\n                <div class=\"trust-item\">\n                    <i class=\"fas fa-laptop trust-icon\"><\/i>\n                    <p class=\"amharic\">\u12f2\u1302\u1273\u120d \u12a5\u1293 \u12e8\u1270\u1270\u1228\u130e\u1218 \u12a0\u121b\u122b\u132e\u127d<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section - English -->\n    <section class=\"section language-content active\" id=\"services-en\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Our Photo Services<\/h2>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1552058544-f2b08422138a?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Ethiopia Passport Photo\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3>Ethiopia Passport Photo<\/h3>\n                        <p>Compliant with all Ethiopia passport requirements including size, background, and facial expression.<\/p>\n                        <a href=\"#\" class=\"btn\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1580087226040-bb16b08d5781?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Ethiopia Visa Photo\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3>Ethiopia Visa Photo<\/h3>\n                        <p>Professional photos meeting specific requirements for all Ethiopia visa categories.<\/p>\n                        <a href=\"#\" class=\"btn\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1554224155-8d04cb21cd6c?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Digital Photo Package\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3>Digital Photo Package<\/h3>\n                        <p>Digital copies of your photos for online applications with guaranteed format compliance.<\/p>\n                        <a href=\"#\" class=\"btn\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Document Services\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3>Document Services<\/h3>\n                        <p>Additional services including document scanning, printing, and photocopying for your application.<\/p>\n                        <a href=\"#\" class=\"btn\">Learn More<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Services Section - Amharic -->\n    <section class=\"section language-content\" id=\"services-am\">\n        <div class=\"container\">\n            <h2 class=\"section-title amharic\">\u12e8\u134e\u1276 \u12a0\u1308\u120d\u130d\u120e\u1276\u127b\u127d\u1295<\/h2>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1552058544-f2b08422138a?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3 class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276<\/h3>\n                        <p class=\"amharic\">\u12a8\u1218\u1320\u1295\u1363 \u12e8\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u12a5\u1293 \u12e8\u134a\u1275 \u12a0\u1308\u120b\u1208\u133d \u1328\u121d\u122e \u1208\u1201\u1209\u121d \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u1218\u1235\u1348\u122d\u1276\u127d \u12e8\u121a\u1235\u121b\u121b\u1362<\/p>\n                        <a href=\"#\" class=\"btn amharic\">\u1270\u1328\u121b\u122a \u1208\u1218\u1228\u12f3\u1275<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1580087226040-bb16b08d5781?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u126a\u12db \u134e\u1276\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3 class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u126a\u12db \u134e\u1276<\/h3>\n                        <p class=\"amharic\">\u1208\u1201\u1209\u121d \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u126a\u12db \u121d\u12f5\u1266\u127d \u120d\u12e9 \u1218\u1235\u1348\u122d\u1276\u127d\u1295 \u12e8\u121a\u12eb\u121f\u1209 \u1355\u122e\u134c\u123d\u1293\u120d \u134e\u1276\u12ce\u127d\u1362<\/p>\n                        <a href=\"#\" class=\"btn amharic\">\u1270\u1328\u121b\u122a \u1208\u1218\u1228\u12f3\u1275<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1554224155-8d04cb21cd6c?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u12f2\u1302\u1273\u120d \u134e\u1276 \u1353\u12ac\u1305\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3 class=\"amharic\">\u12f2\u1302\u1273\u120d \u134e\u1276 \u1353\u12ac\u1305<\/h3>\n                        <p class=\"amharic\">\u1208\u12a6\u1295\u120b\u12ed\u1295 \u121b\u1218\u120d\u12a8\u127b\u12ce\u127d \u12e8\u1270\u1320\u1260\u1240 \u134e\u122d\u121b\u1275 \u1270\u12b3\u1203\u129d\u1290\u1275 \u12eb\u120b\u1278\u12cd \u12e8\u134e\u1276\u12ce\u127d\u12ce \u12f2\u1302\u1273\u120d \u1245\u1302\u12ce\u127d\u1362<\/p>\n                        <a href=\"#\" class=\"btn amharic\">\u1270\u1328\u121b\u122a \u1208\u1218\u1228\u12f3\u1275<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"service-card\">\n                    <div class=\"service-img\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u12e8\u1230\u1290\u12f5 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d\">\n                    <\/div>\n                    <div class=\"service-content\">\n                        <h3 class=\"amharic\">\u12e8\u1230\u1290\u12f5 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d<\/h3>\n                        <p class=\"amharic\">\u1208\u121b\u1218\u120d\u12a8\u127b\u12ce \u12e8\u1230\u1290\u12f5 \u1235\u12ab\u1295\u1363 \u121b\u1270\u121d \u12a5\u1293 \u134e\u1276\u12ae\u1352 \u1328\u121d\u122e \u1270\u1328\u121b\u122a \u12a0\u1308\u120d\u130d\u120e\u1276\u127d\u1362<\/p>\n                        <a href=\"#\" class=\"btn amharic\">\u1270\u1328\u121b\u122a \u1208\u1218\u1228\u12f3\u1275<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Requirements Section - English -->\n    <section class=\"section requirements language-content active\" id=\"requirements-en\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Ethiopia Passport Photo Requirements<\/h2>\n            <p style=\"text-align: center; max-width: 800px; margin: 0 auto 2rem;\">To ensure your Ethiopia passport application is successful, your photos must meet specific requirements set by the Ethiopian authorities.<\/p>\n            \n            <div class=\"requirements-grid\">\n                <div class=\"requirement-card\">\n                    <h3><i class=\"fas fa-check-circle\"><\/i> Do&#8217;s<\/h3>\n                    <ul class=\"do-dont-list do-list\">\n                        <li>Use a plain white or light gray background<\/li>\n                        <li>Look directly at the camera with a neutral expression<\/li>\n                        <li>Ensure your face is clearly visible and in focus<\/li>\n                        <li>Keep your eyes open and clearly visible<\/li>\n                        <li>Ensure even lighting with no shadows<\/li>\n                        <li>Use recent photos (taken within the last month)<\/li>\n                        <li>Maintain a natural skin tone<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"requirement-card\">\n                    <h3><i class=\"fas fa-times-circle\"><\/i> Don&#8217;ts<\/h3>\n                    <ul class=\"do-dont-list dont-list\">\n                        <li>Don&#8217;t wear hats or head coverings (except for religious reasons)<\/li>\n                        <li>Don&#8217;t have other people or objects in the photo<\/li>\n                        <li>Don&#8217;t have &#8216;red eye&#8217; in photos<\/li>\n                        <li>Don&#8217;t wear sunglasses or tinted glasses<\/li>\n                        <li>Don&#8217;t smile with your mouth open<\/li>\n                        <li>Don&#8217;t use filters or edit your photos<\/li>\n                        <li>Don&#8217;t wear uniforms in the photo<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <!-- Detailed Requirements Section -->\n            <div class=\"detailed-requirements\">\n                <h2 style=\"text-align: center; margin-bottom: 2rem;\">Complete Ethiopia Passport Photo Specifications<\/h2>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-images\"><\/i> Number of Photos Required<\/h3>\n                    <ul class=\"req-list\">\n                        <li>You must submit 2 identical and unaltered photos with each passport application<\/li>\n                        <li>Both photos must be taken at the same time and be identical in every aspect<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-ruler\"><\/i> Photo Size Specifications<\/h3>\n                    <ul class=\"req-list\">\n                        <li>Photos must be 35mm x 45mm (1.38 inches x 1.77 inches)<\/li>\n                        <li>The head height (from top of hair to bottom of chin) should be between 25mm and 35mm<\/li>\n                        <li>The distance from the bottom of the photo to the eye line should be approximately 30mm<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-camera\"><\/i> Image Quality Requirements<\/h3>\n                    <ul class=\"req-list\">\n                        <li>Photos must be in color (black and white photos are not accepted)<\/li>\n                        <li>Must be clear, sharp and in perfect focus<\/li>\n                        <li>Must have uniform lighting and no shadows, glare or flash reflections<\/li>\n                        <li>Must show a clear difference between your face and the background<\/li>\n                        <li>Must show your natural skin tone without any color alterations<\/li>\n                        <li>Must be taken in person by a professional photographer<\/li>\n                        <li>Must be printed on high-quality matte photographic paper<\/li>\n                        <li>Must be an original photo that is not altered in any way<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-user\"><\/i> Facial Expression Requirements<\/h3>\n                    <ul class=\"req-list\">\n                        <li>Eyes must be open and clearly visible, looking directly at the camera<\/li>\n                        <li>Mouth must be closed with a neutral expression<\/li>\n                        <li>No smiling, frowning, or exaggerated expressions<\/li>\n                        <li>Face must be completely visible with no hair covering the eyes<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-user-circle\"><\/i> Appearance and Posture<\/h3>\n                    <ul class=\"req-list\">\n                        <li>Photos must be recent (taken within the last month) and reflect current appearance<\/li>\n                        <li>Face and shoulders must be straight on and centered in the photo<\/li>\n                        <li>Head should not be tilted in any direction<\/li>\n                        <li>Background must be plain white or light gray without any patterns, textures, or shadows<\/li>\n                    <\/ul>\n                    \n                    <div class=\"req-subsection\">\n                        <h4>What is Accepted:<\/h4>\n                        <ul class=\"req-list\">\n                            <li>Regular prescription glasses (no tint, no glare, eyes clearly visible)<\/li>\n                            <li>Hair can be worn down or up as long as face is fully visible<\/li>\n                            <li>Religious head coverings (full face must be clearly visible)<\/li>\n                            <li>Natural-looking makeup that doesn&#8217;t alter facial features<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"req-subsection\">\n                        <h4>What is Not Accepted:<\/h4>\n                        <ul class=\"req-list\">\n                            <li>Sunglasses or tinted glasses of any kind<\/li>\n                            <li>Hats or non-religious head coverings<\/li>\n                            <li>Uniforms or camouflage clothing<\/li>\n                            <li>Heavy makeup that significantly alters appearance<\/li>\n                            <li>Any shadows on the face or background<\/li>\n                            <li>Red-eye effect or any digital corrections<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-tshirt\"><\/i> Clothing Requirements<\/h3>\n                    <ul class=\"req-list\">\n                        <li>Wear normal street clothing (not uniforms or costumes)<\/li>\n                        <li>Avoid white clothing that may blend with the background<\/li>\n                        <li>Clothing should be modest and appropriate for official documentation<\/li>\n                        <li>No low-cut tops that show excessive chest area<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3><i class=\"fas fa-certificate\"><\/i> Additional Requirements<\/h3>\n                    <ul class=\"req-list\">\n                        <li>Photos must be printed on matte photographic paper (not glossy)<\/li>\n                        <li>The back of one photo must be stamped with the photographer&#8217;s information<\/li>\n                        <li>Photos cannot be stapled, bent, or damaged in any way<\/li>\n                        <li>For children under 4, both eyes must be open and visible<\/li>\n                        <li>For infants under 1 year, photos can be taken while lying down with a white sheet as background<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"example-container\">\n                <h3 style=\"text-align: center; margin-bottom: 1.5rem;\">Official Ethiopia Passport Photo Example<\/h3>\n                <div class=\"example-image\">\n                    <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x400\/078930\/FFFFFF?text=Ethiopia+Passport+Photo+Example\" alt=\"Official Ethiopia Passport Photo Example\">\n                <\/div>\n                <p class=\"credit\">Example of proper Ethiopia passport photo composition and requirements<\/p>\n                \n                <h4 style=\"margin-top: 2rem; margin-bottom: 1rem;\">Technical Specifications Summary<\/h4>\n                <table class=\"specs-table\">\n                    <tr>\n                        <th>Requirement<\/th>\n                        <th>Specification<\/th>\n                    <\/tr>\n                    <tr>\n                        <td>Size<\/td>\n                        <td>35mm x 45mm (1.38&#8243; x 1.77&#8243;)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Background<\/td>\n                        <td>Plain white or light gray<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Head Size<\/td>\n                        <td>25-35mm from top of hair to chin<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Image Quality<\/td>\n                        <td>Color, sharp focus, high resolution<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Print Quality<\/td>\n                        <td>Matte photographic paper<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Expression<\/td>\n                        <td>Neutral, closed mouth, eyes open<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Lighting<\/td>\n                        <td>Uniform, no shadows<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Number of Photos<\/td>\n                        <td>2 identical photos required<\/td>\n                    <\/tr>\n                <\/table>\n                \n                <div style=\"margin-top: 2rem; padding: 1.5rem; background-color: #e6f7f0; border-radius: 8px; border-left: 4px solid var(--primary);\">\n                    <h4 style=\"color: var(--primary); margin-bottom: 0.5rem;\"><i class=\"fas fa-lightbulb\"><\/i> Pro Tip<\/h4>\n                    <p style=\"margin-bottom: 0;\">The most common reason for Ethiopia passport photo rejection is incorrect size or non-compliant background. Let our professionals ensure your photos meet all requirements including proper sizing, lighting, and certification.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Requirements Section - Amharic -->\n    <section class=\"section requirements language-content\" id=\"requirements-am\">\n        <div class=\"container\">\n            <h2 class=\"section-title amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276 \u1218\u1235\u1348\u122d\u1276\u127d<\/h2>\n            <p style=\"text-align: center; max-width: 800px; margin: 0 auto 2rem;\" class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u121b\u1218\u120d\u12a8\u127b\u12ce \u12a5\u1295\u12f2\u1233\u12ab \u134e\u1276\u12ce\u127d\u12ce \u1260\u12a2\u1275\u12ee\u1335\u12eb \u1263\u1208\u1235\u120d\u1323\u1293\u1275 \u12e8\u1270\u12d8\u130b\u1301 \u120d\u12e9 \u1218\u1235\u1348\u122d\u1276\u127d\u1295 \u121b\u121f\u120b\u1275 \u12a0\u1208\u1263\u1278\u12cd\u1362<\/p>\n            \n            <div class=\"requirements-grid\">\n                <div class=\"requirement-card\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-check-circle\"><\/i> \u121b\u12f5\u1228\u130d \u12eb\u1208\u1265\u1205<\/h3>\n                    <ul class=\"do-dont-list do-list\">\n                        <li class=\"amharic\">\u1295\u1339\u1205 \u1290\u132d \u12c8\u12ed\u121d \u1265\u122d\u1203\u1290 \u130d\u122b\u132b \u12e8\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u12ed\u1320\u1240\u1219<\/li>\n                        <li class=\"amharic\">\u1240\u1325 \u1265\u1208\u12cd \u12c8\u12f0 \u12ab\u121c\u122b\u12cd \u1260\u1308\u1208\u120d\u1270\u129b \u12a0\u1308\u120b\u1208\u133d \u12ed\u1218\u120d\u12a8\u1271<\/li>\n                        <li class=\"amharic\">\u134a\u1275\u12ce \u1260\u130d\u120d\u133d \u12a5\u1295\u12f2\u1273\u12ed \u12a5\u1293 \u1260\u1275\u12ad\u12ad\u120d \u12a5\u1295\u12f2\u1273\u12c8\u1235 \u12eb\u1228\u130b\u130d\u1321<\/li>\n                        <li class=\"amharic\">\u12d3\u12ed\u1295\u12ce \u12ad\u134d\u1275 \u12a5\u1293 \u1260\u130d\u120d\u133d \u12e8\u121a\u1273\u12ed \u12ed\u1201\u1295<\/li>\n                        <li class=\"amharic\">\u12a5\u12a9\u120d \u1218\u1265\u122b\u1275 \u12a5\u1293 \u121d\u1295\u121d \u1325\u120b \u12a5\u1295\u12f0\u120c\u1208 \u12eb\u1228\u130b\u130d\u1321<\/li>\n                        <li class=\"amharic\">\u12e8\u1245\u122d\u1265 \u130a\u12dc \u134e\u1276\u12ce\u127d\u1295 \u12ed\u1320\u1240\u1219 (\u1263\u1208\u1348\u12cd \u12c8\u122d \u12e8\u1270\u1290\u1231)<\/li>\n                        <li class=\"amharic\">\u12e8\u1270\u1348\u1325\u122e \u12e8\u1246\u12f3 \u1240\u1208\u121d \u12ed\u1320\u1265\u1241<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"requirement-card\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-times-circle\"><\/i> \u121b\u12f5\u1228\u130d \u12e8\u1208\u1265\u1205\u121d<\/h3>\n                    <ul class=\"do-dont-list dont-list\">\n                        <li class=\"amharic\">\u12ae\u134d\u12eb \u12c8\u12ed\u121d \u12e8\u122b\u1235 \u1218\u1238\u1348\u129b \u12a0\u1275\u1320\u1240\u121d (\u1208\u1203\u12ed\u121b\u1296\u1275 \u121d\u12ad\u1295\u12eb\u1276\u127d \u1260\u1235\u1270\u1240\u122d)<\/li>\n                        <li class=\"amharic\">\u120c\u120e\u127d \u1230\u12ce\u127d \u12c8\u12ed\u121d \u1290\u1308\u122e\u127d \u1260\u134e\u1276\u12cd \u12cd\u1235\u1325 \u12a0\u12ed\u1308\u1299\u121d<\/li>\n                        <li class=\"amharic\">&#8216;\u1240\u12ed \u12d3\u12ed\u1295&#8217; \u1260\u134e\u1276\u12ce\u127d \u12cd\u1235\u1325 \u12a0\u12ed\u1308\u129d\u121d<\/li>\n                        <li class=\"amharic\">\u12e8\u1340\u1210\u12ed \u1218\u1290\u133d\u122d \u12c8\u12ed\u121d \u12e8\u1270\u1240\u1261 \u1218\u1290\u133d\u122e\u127d \u12a0\u1275\u1320\u1240\u121d<\/li>\n                        <li class=\"amharic\">\u12a0\u134d\u12ce\u1295 \u12a8\u134d\u1270\u12cd \u12a0\u1275\u1235\u1219<\/li>\n                        <li class=\"amharic\">\u134a\u120d\u1270\u122e\u127d\u1295 \u12a0\u1275\u1320\u1240\u121d \u12c8\u12ed\u121d \u134e\u1276\u12ce\u127d\u12ce\u1295 \u12a0\u1275\u1235\u1270\u12ab\u12ad\u120d<\/li>\n                        <li class=\"amharic\">\u12e9\u1292\u134e\u122d\u121d \u1260\u134e\u1276\u12cd \u12cd\u1235\u1325 \u12a0\u1275\u1320\u1240\u121d<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <!-- Detailed Requirements Section - Amharic -->\n            <div class=\"detailed-requirements\">\n                <h2 style=\"text-align: center; margin-bottom: 2rem;\" class=\"amharic\">\u1219\u1209 \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276 \u12dd\u122d\u12dd\u122e\u127d<\/h2>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-images\"><\/i> \u12e8\u121a\u12eb\u1235\u1348\u120d\u1309 \u134e\u1276\u12ce\u127d \u1265\u12db\u1275<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u12a8\u12a5\u12eb\u1295\u12f3\u1295\u12f1 \u1353\u1235\u1356\u122d\u1275 \u121b\u1218\u120d\u12a8\u127b \u130b\u122d 2 \u1270\u1218\u1233\u1233\u12ed \u12a5\u1293 \u12eb\u120d\u1270\u1208\u12c8\u1321 \u134e\u1276\u12ce\u127d\u1295 \u121b\u1235\u1308\u1263\u1275 \u12a0\u1208\u1265\u12ce\u1275<\/li>\n                        <li class=\"amharic\">\u1201\u1208\u1271\u121d \u134e\u1276\u12ce\u127d \u1260\u1270\u1218\u1233\u1233\u12ed \u130a\u12dc \u1218\u12c8\u1230\u12f5 \u12a5\u1293 \u1260\u1201\u1209\u121d \u12a0\u1240\u134d \u1270\u1218\u1233\u1233\u12ed \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-ruler\"><\/i> \u12e8\u134e\u1276 \u1218\u1320\u1295 \u12dd\u122d\u12dd\u122e\u127d<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u134e\u1276\u12ce\u127d 35mm x 45mm (1.38 \u12a2\u1295\u127d x 1.77 \u12a2\u1295\u127d) \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u12e8\u122b\u1235 \u1241\u1218\u1275 (\u12a8\u1320\u1309\u120d \u12a0\u1293\u1275 \u12a5\u1235\u12a8 \u1309\u1295\u132d \u12f5\u1228\u1235) \u126025mm \u12a5\u1293 35mm \u1218\u12ab\u12a8\u120d \u1218\u1206\u1295 \u12a0\u1208\u1260\u1275<\/li>\n                        <li class=\"amharic\">\u12a8\u134e\u1276\u12cd \u1273\u127d \u12a5\u1235\u12a8 \u12d3\u12ed\u1295 \u1218\u1235\u1218\u122d \u12eb\u1208\u12cd \u122d\u1240\u1275 \u1260\u130d\u121d\u1275 30mm \u1218\u1206\u1295 \u12a0\u1208\u1260\u1275<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-camera\"><\/i> \u12e8\u121d\u1235\u120d \u1325\u122b\u1275 \u1218\u1235\u1348\u122d\u1276\u127d<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u134e\u1276\u12ce\u127d \u1240\u1208\u121d \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd (\u1325\u1241\u122d \u12a5\u1293 \u1290\u132d \u134e\u1276\u12ce\u127d \u12a0\u12ed\u1240\u1260\u1209\u121d)<\/li>\n                        <li class=\"amharic\">\u130d\u120d\u133d\u1363 \u1239\u120d \u12a5\u1293 \u1260\u1275\u12ad\u12ad\u120d \u1270\u1270\u12ae\u1236 \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u12a5\u12a9\u120d \u1218\u1265\u122b\u1275 \u12a5\u1293 \u121d\u1295\u121d \u1325\u120b\u1363 \u1265\u122d\u1203\u1295 \u1218\u1295\u1338\u1263\u1228\u1245 \u12c8\u12ed\u121d \u12e8\u134d\u120b\u123d \u1290\u1338\u1265\u122b\u1245 \u12a0\u12ed\u1308\u129d\u121d<\/li>\n                        <li class=\"amharic\">\u130d\u120d\u133d \u12e8\u1206\u1290 \u120d\u12e9\u1290\u1275 \u1260\u134a\u1275\u12ce \u12a5\u1293 \u1260\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u1218\u12ab\u12a8\u120d \u1218\u1273\u12e8\u1275 \u12a0\u1208\u1260\u1275<\/li>\n                        <li class=\"amharic\">\u12e8\u1270\u1348\u1325\u122e \u12e8\u1246\u12f3 \u1240\u1208\u121d\u12ce\u1295 \u12eb\u1208\u121b\u1295\u129b\u12cd\u121d \u12e8\u1240\u1208\u121d \u1208\u12cd\u1325 \u1218\u1273\u12e8\u1275 \u12a0\u1208\u1260\u1275<\/li>\n                        <li class=\"amharic\">\u1260\u130d\u120d \u1260\u1355\u122e\u134c\u123d\u1293\u120d \u134e\u1276\u130d\u122b\u134d \u1218\u12c8\u1230\u12f5 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u1260\u12a8\u134d\u1270\u129b \u1325\u122b\u1275 \u12eb\u1208\u12cd \u121b\u1275 \u134e\u1276\u130d\u122b\u134a\u12ad \u12c8\u1228\u1240\u1275 \u120b\u12ed \u1218\u1270\u122d\u130e\u121d \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u1260\u121b\u1295\u129b\u12cd\u121d \u1218\u1295\u1308\u12f5 \u12eb\u120d\u1270\u1208\u12c8\u1320 \u12e8\u1218\u1300\u1218\u122a\u12eb \u134e\u1276 \u1218\u1206\u1295 \u12a0\u1208\u1260\u1275<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-user\"><\/i> \u12e8\u134a\u1275 \u12a0\u1308\u120b\u1208\u133d \u1218\u1235\u1348\u122d\u1276\u127d<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u12d3\u12ed\u1296\u127d \u12ad\u134d\u1275 \u12a5\u1293 \u1260\u130d\u120d\u133d \u12e8\u121a\u1273\u12e9 \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd\u1363 \u1240\u1325 \u1265\u1208\u12cd \u12c8\u12f0 \u12ab\u121c\u122b\u12cd \u12ed\u1218\u120d\u12a8\u1271<\/li>\n                        <li class=\"amharic\">\u12a0\u134d \u1260\u1308\u1208\u120d\u1270\u129b \u12a0\u1308\u120b\u1208\u133d \u1218\u12dd\u130b\u1275 \u12a0\u1208\u1260\u1275<\/li>\n                        <li class=\"amharic\">\u121b\u1295\u121d \u1233\u12ed\u121e\u1245\u1363 \u121b\u1295\u121d \u1233\u12eb\u121b\u130e\u122d \u12c8\u12ed\u121d \u12e8\u1270\u12d8\u1228\u130b \u12a0\u1308\u120b\u1208\u133e\u127d \u12a0\u12ed\u1308\u1299\u121d<\/li>\n                        <li class=\"amharic\">\u134a\u1275 \u1219\u1209 \u1260\u1219\u1209 \u12e8\u121a\u1273\u12ed \u1218\u1206\u1295 \u12a0\u1208\u1260\u1275 \u12eb\u1208 \u1340\u1309\u122d \u12d3\u12ed\u1296\u127d\u1295 \u121b\u130b\u1208\u1325<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-user-circle\"><\/i> \u1218\u120d\u12ad \u12a5\u1293 \u12a0\u1240\u121b\u1218\u1325<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u134e\u1276\u12ce\u127d \u12e8\u1245\u122d\u1265 \u130a\u12dc (\u1263\u1208\u1348\u12cd \u12c8\u122d \u12e8\u1270\u1290\u1231) \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd \u12a5\u1293 \u12e8\u12a0\u1201\u1291\u1295 \u1218\u120d\u12ad \u121b\u1295\u1338\u1263\u1228\u1245 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u134a\u1275 \u12a5\u1293 \u1275\u12a8\u123b\u12ce\u127d \u1240\u1325 \u1265\u1208\u12cd \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd \u12a5\u1293 \u1260\u134e\u1276\u12cd \u1218\u1203\u120d \u120b\u12ed \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u122b\u1235 \u1260\u121b\u1295\u129b\u12cd\u121d \u12a0\u1245\u1323\u132b \u1218\u12d8\u1295\u1260\u120d \u12e8\u1208\u1260\u1275\u121d<\/li>\n                        <li class=\"amharic\">\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u1295\u1339\u1205 \u1290\u132d \u12c8\u12ed\u121d \u1265\u122d\u1203\u1290 \u130d\u122b\u132b \u1218\u1206\u1295 \u12a0\u1208\u1260\u1275 \u12eb\u1208 \u121b\u1295\u129b\u12cd\u121d \u1295\u12f5\u134d\u1363 \u1325\u130d\u130d\u1275 \u12c8\u12ed\u121d \u1325\u120b<\/li>\n                    <\/ul>\n                    \n                    <div class=\"req-subsection\">\n                        <h4 class=\"amharic\">\u121d\u1295 \u12a5\u1295\u12f0\u121a\u1240\u1260\u120d\u1361<\/h4>\n                        <ul class=\"req-list\">\n                            <li class=\"amharic\">\u1218\u12f0\u1260\u129b \u12e8\u122b\u12ed \u1218\u1290\u133d\u122e\u127d (\u121d\u1295\u121d \u1240\u1208\u121d \u12e8\u1208\u121d\u1363 \u121d\u1295\u121d \u1265\u122d\u1203\u1295 \u1218\u1295\u1338\u1263\u1228\u1245 \u12e8\u1208\u121d\u1363 \u12d3\u12ed\u1296\u127d \u1260\u130d\u120d\u133d \u12ed\u1273\u12eb\u1209)<\/li>\n                            <li class=\"amharic\">\u1340\u1309\u122d \u12a5\u1295\u12f0 \u1270\u12d8\u1228\u130b \u12c8\u12ed\u121d \u12a5\u1295\u12f0 \u1270\u1290\u1233 \u120a\u12eb\u120d\u134d \u12ed\u127d\u120b\u120d \u12a5\u1235\u12a8\u12da\u12eb \u12f5\u1228\u1235 \u134a\u1275 \u1219\u1209 \u1260\u1219\u1209 \u12e8\u121a\u1273\u12ed \u12a8\u1206\u1290<\/li>\n                            <li class=\"amharic\">\u12e8\u1203\u12ed\u121b\u1296\u1275 \u12e8\u122b\u1235 \u1218\u1238\u1348\u129b\u12ce\u127d (\u1219\u1209 \u134a\u1275 \u1260\u130d\u120d\u133d \u1218\u1273\u12e8\u1275 \u12a0\u1208\u1260\u1275)<\/li>\n                            <li class=\"amharic\">\u12e8\u134a\u1275 \u1263\u1205\u122a\u12eb\u1275\u1295 \u12e8\u121b\u12ed\u1208\u12cd\u1325 \u12e8\u1270\u1348\u1325\u122e \u12e8\u121a\u1218\u1235\u120d \u121b\u12aa\u12eb\u1305<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"req-subsection\">\n                        <h4 class=\"amharic\">\u121d\u1295 \u12a5\u1295\u12f0\u121b\u12ed\u1240\u1260\u120d\u1361<\/h4>\n                        <ul class=\"req-list\">\n                            <li class=\"amharic\">\u12e8\u1340\u1210\u12ed \u1218\u1290\u133d\u122d \u12c8\u12ed\u121d \u121b\u1295\u129b\u12cd\u121d \u12d3\u12ed\u1290\u1275 \u12e8\u1270\u1240\u1261 \u1218\u1290\u133d\u122e\u127d<\/li>\n                            <li class=\"amharic\">\u12ae\u134d\u12eb \u12c8\u12ed\u121d \u12eb\u120d\u1203\u12ed\u121b\u1296\u1275 \u12e8\u122b\u1235 \u1218\u1238\u1348\u129b\u12ce\u127d<\/li>\n                            <li class=\"amharic\">\u12e9\u1292\u134e\u122d\u121d \u12c8\u12ed\u121d \u12e8\u1218\u12f0\u1260\u1242\u12eb \u120d\u1265\u1236\u127d<\/li>\n                            <li class=\"amharic\">\u1218\u120d\u12ad\u1295 \u1260\u12a8\u134d\u1270\u129b \u1201\u1294\u1273 \u12e8\u121a\u1240\u12ed\u1228\u12cd \u12a8\u1263\u12f5 \u121b\u12aa\u12eb\u1305<\/li>\n                            <li class=\"amharic\">\u121b\u1295\u129b\u12cd\u121d \u1325\u120b \u1260\u134a\u1275 \u12c8\u12ed\u121d \u1260\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273<\/li>\n                            <li class=\"amharic\">\u1240\u12ed \u12d3\u12ed\u1295 \u12cd\u1324\u1275 \u12c8\u12ed\u121d \u121b\u1295\u129b\u12cd\u121d \u12f2\u1302\u1273\u120d \u12a0\u122d\u1275\u12d6\u1275<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-tshirt\"><\/i> \u12e8\u120d\u1265\u1235 \u1218\u1235\u1348\u122d\u1276\u127d<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u1218\u12f0\u1260\u129b \u12e8\u130e\u12f3\u1293 \u120d\u1265\u1236\u127d\u1295 \u12ed\u120d\u1260\u1231 (\u12e9\u1292\u134e\u122d\u121d \u12c8\u12ed\u121d \u12ae\u1235\u1275\u12e9\u121d \u12a0\u12ed\u12f0\u1208\u121d)<\/li>\n                        <li class=\"amharic\">\u12a8\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u130b\u122d \u120a\u1240\u120b\u1240\u120d \u12e8\u121a\u127d\u1208\u12cd\u1295 \u1290\u132d \u120d\u1265\u1235 \u12eb\u1235\u1240\u121d\u1321<\/li>\n                        <li class=\"amharic\">\u120d\u1265\u1236\u127d \u120d\u12ad \u12eb\u1208 \u12a5\u1293 \u1208\u12ed\u1348\u1240\u12f0 \u1230\u1290\u12f5 \u1270\u1308\u1262 \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u12a8\u1218\u1320\u1295 \u1260\u120b\u12ed \u12e8\u12f0\u1228\u1275 \u12a0\u12ab\u1263\u1262 \u12e8\u121a\u12eb\u1233\u12e9 \u12dd\u1245\u1270\u129b \u12e8\u1270\u1246\u1228\u1321 \u120b\u12ed\u129b \u12ad\u134d\u120e\u127d \u12e8\u1209\u121d<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"req-section\">\n                    <h3 class=\"amharic\"><i class=\"fas fa-certificate\"><\/i> \u1270\u1328\u121b\u122a \u1218\u1235\u1348\u122d\u1276\u127d<\/h3>\n                    <ul class=\"req-list\">\n                        <li class=\"amharic\">\u134e\u1276\u12ce\u127d \u1260\u121b\u1275 \u134e\u1276\u130d\u122b\u134a\u12ad \u12c8\u1228\u1240\u1275 \u120b\u12ed \u1218\u1270\u122d\u130e\u121d \u12a0\u1208\u1263\u1278\u12cd (\u12f0\u121b\u121d\u1263 \u12a0\u12ed\u12f0\u1208\u121d)<\/li>\n                        <li class=\"amharic\">\u12e8\u12a0\u1295\u12f5 \u134e\u1276 \u1300\u122d\u1263 \u1260\u134e\u1276\u130d\u122b\u134d \u1218\u1228\u1303 \u1218\u1273\u1230\u122d \u12a0\u1208\u1260\u1275<\/li>\n                        <li class=\"amharic\">\u134e\u1276\u12ce\u127d \u1260\u121b\u1295\u129b\u12cd\u121d \u1218\u1295\u1308\u12f5 \u1218\u1230\u1295\u1320\u1245\u1363 \u1218\u1273\u1320\u1245 \u12c8\u12ed\u121d \u1218\u1260\u120b\u1238\u1275 \u12a0\u12ed\u127d\u1209\u121d<\/li>\n                        <li class=\"amharic\">\u12084 \u12d3\u1218\u1275 \u1260\u1273\u127d \u120d\u1306\u127d\u1363 \u1201\u1208\u1271\u121d \u12d3\u12ed\u1296\u127d \u12ad\u134d\u1275 \u12a5\u1293 \u12e8\u121a\u1273\u12e9 \u1218\u1206\u1295 \u12a0\u1208\u1263\u1278\u12cd<\/li>\n                        <li class=\"amharic\">\u12081 \u12d3\u1218\u1275 \u1260\u1273\u127d \u1215\u1343\u1293\u1275\u1363 \u134e\u1276\u12ce\u127d \u1260\u1290\u132d \u1238\u122b \u12a5\u1295\u12f0 \u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u1270\u129d\u1270\u12cd \u120a\u12c8\u1230\u12f1 \u12ed\u127d\u120b\u1209<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"example-container\">\n                <h3 style=\"text-align: center; margin-bottom: 1.5rem;\" class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276 \u121d\u1233\u120c<\/h3>\n                <div class=\"example-image\">\n                    <img decoding=\"async\" src=\"https:\/\/via.placeholder.com\/300x400\/078930\/FFFFFF?text=\u12e8\u12a2\u1275\u12ee\u1335\u12eb+\u1353\u1235\u1356\u122d\u1275+\u134e\u1276+\u121d\u1233\u120c\" alt=\"\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276 \u121d\u1233\u120c\">\n                <\/div>\n                <p class=\"credit amharic\">\u12e8\u1275\u12ad\u12ad\u1208\u129b \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276 \u12a0\u1240\u1293\u1263\u122a \u12a5\u1293 \u1218\u1235\u1348\u122d\u1276\u127d \u121d\u1233\u120c<\/p>\n                \n                <h4 style=\"margin-top: 2rem; margin-bottom: 1rem;\" class=\"amharic\">\u12e8\u1274\u12ad\u1292\u12ab\u120d \u12dd\u122d\u12dd\u122e\u127d \u121b\u1320\u1243\u1208\u12eb<\/h4>\n                <table class=\"specs-table\">\n                    <tr>\n                        <th class=\"amharic\">\u1218\u1235\u1348\u122d\u1275<\/th>\n                        <th class=\"amharic\">\u12dd\u122d\u12dd\u122d<\/th>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u1218\u1320\u1295<\/td>\n                        <td class=\"amharic\">35mm x 45mm (1.38&#8243; x 1.77&#8243;)<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273<\/td>\n                        <td class=\"amharic\">\u1295\u1339\u1205 \u1290\u132d \u12c8\u12ed\u121d \u1265\u122d\u1203\u1290 \u130d\u122b\u132b<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u12e8\u122b\u1235 \u1218\u1320\u1295<\/td>\n                        <td class=\"amharic\">25-35mm \u12a8\u1320\u1309\u120d \u12a0\u1293\u1275 \u12a5\u1235\u12a8 \u1309\u1295\u132d<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u12e8\u121d\u1235\u120d \u1325\u122b\u1275<\/td>\n                        <td class=\"amharic\">\u1240\u1208\u121d\u1363 \u1239\u120d \u1275\u12a9\u1228\u1275\u1363 \u12a8\u134d\u1270\u129b \u1325\u122b\u1275<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u12e8\u121b\u1270\u121d \u1325\u122b\u1275<\/td>\n                        <td class=\"amharic\">\u121b\u1275 \u134e\u1276\u130d\u122b\u134a\u12ad \u12c8\u1228\u1240\u1275<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u12a0\u1308\u120b\u1208\u133d<\/td>\n                        <td class=\"amharic\">\u1308\u1208\u120d\u1270\u129b\u1363 \u12e8\u1270\u12d8\u130b \u12a0\u134d\u1363 \u12ad\u134d\u1275 \u12d3\u12ed\u1296\u127d<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u1218\u1265\u122b\u1275<\/td>\n                        <td class=\"amharic\">\u12a5\u12a9\u120d\u1363 \u121d\u1295\u121d \u1325\u120b \u12e8\u1208\u121d<\/td>\n                    <\/tr>\n                    <tr>\n                        <td class=\"amharic\">\u12e8\u134e\u1276\u12ce\u127d \u1265\u12db\u1275<\/td>\n                        <td class=\"amharic\">2 \u1270\u1218\u1233\u1233\u12ed \u134e\u1276\u12ce\u127d \u12eb\u1235\u1348\u120d\u130b\u1209<\/td>\n                    <\/tr>\n                <\/table>\n                \n                <div style=\"margin-top: 2rem; padding: 1.5rem; background-color: #e6f7f0; border-radius: 8px; border-left: 4px solid var(--primary);\">\n                    <h4 style=\"color: var(--primary); margin-bottom: 0.5rem;\" class=\"amharic\"><i class=\"fas fa-lightbulb\"><\/i> \u12e8\u1355\u122e\u134c\u123d\u1293\u120d \u121d\u12ad\u122d<\/h4>\n                    <p style=\"margin-bottom: 0;\" class=\"amharic\">\u1208\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276 \u1218\u1218\u1208\u1235 \u1260\u1323\u121d \u12e8\u1270\u1208\u1218\u12f0\u12cd \u121d\u12ad\u1295\u12eb\u1275 \u12e8\u1270\u1233\u1233\u1270 \u1218\u1320\u1295 \u12c8\u12ed\u121d \u12eb\u120d\u1270\u1348\u1240\u12f0 \u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u1290\u12cd\u1362 \u134e\u1276\u12ce\u127d\u12ce \u1275\u12ad\u12ad\u1208\u129b \u1218\u1320\u1295\u1363 \u1218\u1265\u122b\u1275 \u12a5\u1293 \u121b\u1228\u130b\u1308\u132b \u1328\u121d\u122e \u1201\u1209\u1295\u121d \u1218\u1235\u1348\u122d\u1276\u127d \u12a5\u1295\u12f2\u12eb\u121f\u1209 \u12e8\u12a5\u129b \u1355\u122e\u134c\u123d\u1293\u120e\u127d \u12eb\u1228\u130b\u130d\u1321\u1362<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Z-Pattern Section - English -->\n    <section class=\"section z-pattern language-content active\" id=\"about-en\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Why Choose Yebbo Services<\/h2>\n            <div class=\"z-item\">\n                <div class=\"z-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565689228866-1d7db786d2a6?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Expert Service\">\n                <\/div>\n                <div class=\"z-content\">\n                    <h2>Expert Knowledge<\/h2>\n                    <p>We specialize exclusively in Ethiopia passport and visa photos, ensuring complete compliance with all official requirements. Our technicians are trained to understand the specific nuances of Ethiopian photo regulations.<\/p>\n                    <p>From background color to head positioning and facial expression, we ensure your photos will meet the strict standards set by Ethiopian authorities.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"z-item\">\n                <div class=\"z-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Fast Service\">\n                <\/div>\n                <div class=\"z-content\">\n                    <h2>Fast &#038; Convenient<\/h2>\n                    <p>We understand that time is often critical when applying for passports and visas. That&#8217;s why we offer express service with most photos ready quickly.<\/p>\n                    <p>With convenient online booking and flexible hours, we make the process as smooth as possible for our clients.<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"z-item\">\n                <div class=\"z-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565374396388-26c48b3b6918?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"Professional Results\">\n                <\/div>\n                <div class=\"z-content\">\n                    <h2>Professional Results<\/h2>\n                    <p>We use professional equipment and lighting to ensure your photos meet the highest quality standards while complying with official requirements.<\/p>\n                    <p>Our track record speaks for itself &#8211; numerous satisfied customers with successful applications using our photos.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Z-Pattern Section - Amharic -->\n    <section class=\"section z-pattern language-content\" id=\"about-am\">\n        <div class=\"container\">\n            <h2 class=\"section-title amharic\">\u1208\u121d\u1295 \u12e8\u12e8\u1266 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d\u1295 \u1218\u121d\u1228\u1325<\/h2>\n            <div class=\"z-item\">\n                <div class=\"z-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565689228866-1d7db786d2a6?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u12e8\u1263\u1208\u1219\u12eb \u12a0\u1308\u120d\u130d\u120e\u1275\">\n                <\/div>\n                <div class=\"z-content\">\n                    <h2 class=\"amharic\">\u12e8\u1263\u1208\u1219\u12eb \u12a5\u12cd\u1240\u1275<\/h2>\n                    <p class=\"amharic\">\u12a5\u129b \u1260\u1219\u12eb\u1270\u129b\u1290\u1275 \u1260\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u134e\u1276\u12ce\u127d \u120b\u12ed \u12a5\u1295\u1230\u122b\u1208\u1295\u1363 \u1208\u1201\u1209\u121d \u12ed\u1348\u1240\u12f3\u120d \u1270\u1265\u120e \u12e8\u1270\u1218\u12d8\u1308\u1260 \u1218\u1235\u1348\u122d\u1276\u127d \u1219\u1209 \u1270\u12b3\u1203\u129d\u1290\u1275 \u12a5\u1293\u1228\u130b\u130d\u1323\u1208\u1295\u1362 \u1274\u12ad\u1292\u123b\u1296\u127b\u127d\u1295 \u12e8\u12a2\u1275\u12ee\u1335\u12eb\u1295 \u134e\u1276 \u12f0\u1295\u1266\u127d \u120d\u12e9 \u120d\u12e9 \u1290\u1308\u122e\u127d\u1295 \u1208\u1218\u1228\u12f3\u1275 \u1270\u1230\u120d\u1348\u12cb\u120d\u1362<\/p>\n                    <p class=\"amharic\">\u12a8\u134a\u1275 \u1208\u134a\u1275 \u1266\u1273 \u1240\u1208\u121d \u12a5\u1235\u12a8 \u122b\u1235 \u12a0\u1240\u121b\u1218\u1325 \u12a5\u1293 \u12e8\u134a\u1275 \u12a0\u1308\u120b\u1208\u133d \u12f5\u1228\u1235\u1363 \u134e\u1276\u12ce\u127d\u12ce \u1260\u12a2\u1275\u12ee\u1335\u12eb \u1263\u1208\u1235\u120d\u1323\u1293\u1275 \u12e8\u1270\u12d8\u130b\u1301\u1275\u1295 \u1325\u1265\u1245 \u12f0\u1228\u1303\u12ce\u127d \u12a5\u1295\u12f0\u121a\u12eb\u121f\u1209 \u12a5\u1293\u1228\u130b\u130d\u1323\u1208\u1295\u1362<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"z-item\">\n                <div class=\"z-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1589829545856-d10d557cf95f?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u1348\u1323\u1295 \u12a0\u1308\u120d\u130d\u120e\u1275\">\n                <\/div>\n                <div class=\"z-content\">\n                    <h2 class=\"amharic\">\u1348\u1323\u1295 \u12a5\u1293 \u121d\u1279<\/h2>\n                    <p class=\"amharic\">\u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u1232\u1218\u1208\u12a8\u1271 \u130a\u12dc \u1265\u12d9 \u130a\u12dc \u12c8\u1233\u129d \u1218\u1206\u1291\u1295 \u12a5\u1293\u12cd\u1243\u1208\u1295\u1362 \u1208\u12da\u1205\u121d \u1290\u12cd \u12a0\u1265\u12db\u129b\u12ce\u1279 \u134e\u1276\u12ce\u127d \u1260\u134d\u1325\u1290\u1275 \u12a5\u1295\u12f2\u1230\u1260\u1230\u1261 \u1348\u1323\u1295 \u12a0\u1308\u120d\u130d\u120e\u1275 \u12e8\u121d\u1295\u1230\u1320\u12cd\u1362<\/p>\n                    <p class=\"amharic\">\u1260\u121d\u1279 \u12e8\u12a6\u1295\u120b\u12ed\u1295 \u121b\u1235\u1273\u12c8\u1242\u12eb \u12a5\u1293 \u1260\u12ad\u134d\u1275 \u1230\u12d3\u1276\u127d\u1363 \u1202\u12f0\u1271\u1295 \u1208\u12f0\u1295\u1260\u129e\u127b\u127d\u1295 \u1260\u1270\u127b\u1208 \u1218\u1320\u1295 \u1208\u1235\u120b\u1233 \u12a5\u1293\u12f0\u122d\u1308\u12cb\u1208\u1295\u1362<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"z-item\">\n                <div class=\"z-img\">\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1565374396388-26c48b3b6918?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=600&#038;q=80\" alt=\"\u1355\u122e\u134c\u123d\u1293\u120d \u12cd\u1324\u1276\u127d\">\n                <\/div>\n                <div class=\"z-content\">\n                    <h2 class=\"amharic\">\u1355\u122e\u134c\u123d\u1293\u120d \u12cd\u1324\u1276\u127d<\/h2>\n                    <p class=\"amharic\">\u134e\u1276\u12ce\u127d\u12ce \u12a8\u134d\u1270\u129b \u12e8\u1325\u122b\u1275 \u12f0\u1228\u1303\u12ce\u127d\u1295 \u1232\u12eb\u121f\u1209 \u12a5\u1293 \u1208\u12ed\u1348\u1240\u12f0 \u1218\u1235\u1348\u122d\u1276\u127d \u1232\u1235\u121b\u1219 \u1208\u121b\u1228\u130b\u1308\u1325 \u1355\u122e\u134c\u123d\u1293\u120d \u1218\u1233\u122a\u12eb\u12ce\u127d\u1295 \u12a5\u1293 \u1218\u1265\u122b\u1275\u1295 \u12a5\u1295\u1320\u1240\u121b\u1208\u1295\u1362<\/p>\n                    <p class=\"amharic\">\u12e8\u12a5\u129b \u12e8\u1235\u122b \u1273\u122a\u12ad \u1208\u122b\u1231 \u12ed\u1293\u1308\u122b\u120d &#8211; \u1260\u122d\u12ab\u1273 \u12e8\u1270\u1228\u12a9 \u12f0\u1295\u1260\u129e\u127d \u12e8\u12a5\u129b\u1295 \u134e\u1276\u12ce\u127d \u1260\u1218\u1320\u1240\u121d \u1235\u12ac\u1273\u121b \u121b\u1218\u120d\u12a8\u127b\u12ce\u127d \u12a0\u120f\u1278\u12cd\u1362<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonials Section - English -->\n    <section class=\"section testimonials language-content active\" id=\"testimonials-en\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What Our Customers Say<\/h2>\n            <div class=\"testimonial-grid\">\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text\">\n                        &#8220;I was worried about my Ethiopia passport application, but the team here knew exactly what was needed. My photos were perfect. Highly recommended!&#8221;\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-img\">\n                            <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/45.jpg\" alt=\"Selam Tesfaye\">\n                        <\/div>\n                        <div class=\"author-info\">\n                            <h4>Selam Tesfaye<\/h4>\n                            <p>Passport Applicant<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text\">\n                        &#8220;Fast, professional service. I needed passport photos for my family and they had us in and out efficiently. The digital copies were perfect for our online application.&#8221;\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-img\">\n                            <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg\" alt=\"Abebe Kebede\">\n                        <\/div>\n                        <div class=\"author-info\">\n                            <h4>Abebe Kebede<\/h4>\n                            <p>Family Passport Renewal<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text\">\n                        &#8220;After having issues with photos from another provider, I came here. They explained the requirements clearly and took perfect photos that worked perfectly for my visa application.&#8221;\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-img\">\n                            <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg\" alt=\"Meron Assefa\">\n                        <\/div>\n                        <div class=\"author-info\">\n                            <h4>Meron Assefa<\/h4>\n                            <p>Visa Applicant<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonials Section - Amharic -->\n    <section class=\"section testimonials language-content\" id=\"testimonials-am\">\n        <div class=\"container\">\n            <h2 class=\"section-title amharic\">\u12f0\u1295\u1260\u129e\u127b\u127d\u1295 \u121d\u1295 \u12ed\u120b\u1209<\/h2>\n            <div class=\"testimonial-grid\">\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text amharic\">\n                        &#8220;\u1235\u1208 \u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u121b\u1218\u120d\u12a8\u127b\u12ec \u1270\u1328\u1295\u1244 \u1290\u1260\u122d\u1363 \u1290\u1308\u122d \u130d\u1295 \u12a5\u12da\u1205 \u12eb\u1208\u12cd \u1261\u12f5\u1295 \u1260\u1275\u12ad\u12ad\u120d \u121d\u1295 \u12a5\u1295\u12f0\u121a\u12eb\u1235\u1348\u120d\u130d \u12eb\u12cd\u1245 \u1290\u1260\u122d\u1362 \u134e\u1276\u12ce\u127c \u134d\u1339\u121d \u1290\u1260\u1229\u1362 \u1260\u1323\u121d \u12ed\u1218\u12a8\u122b\u120d!&#8221;\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-img\">\n                            <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/45.jpg\" alt=\"\u1230\u120b\u121d \u1270\u1235\u134b\u12ec\">\n                        <\/div>\n                        <div class=\"author-info\">\n                            <h4 class=\"amharic\">\u1230\u120b\u121d \u1270\u1235\u134b\u12ec<\/h4>\n                            <p class=\"amharic\">\u1353\u1235\u1356\u122d\u1275 \u12a0\u1218\u120d\u12ab\u127d<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text amharic\">\n                        &#8220;\u1348\u1323\u1295\u1363 \u1355\u122e\u134c\u123d\u1293\u120d \u12a0\u1308\u120d\u130d\u120e\u1275\u1362 \u1208\u1264\u1270\u1230\u1264 \u1353\u1235\u1356\u122d\u1275 \u134e\u1276\u12ce\u127d \u12eb\u1235\u1348\u120d\u1309\u129d \u1290\u1260\u122d \u12a5\u1293\u121d \u1260\u1265\u1243\u1275 \u12a0\u1235\u1308\u1265\u1270\u12cd\u1293 \u12a0\u12c8\u1321\u1295\u1362 \u12f2\u1302\u1273\u120d \u1245\u1302\u12ce\u1279 \u1208\u12a6\u1295\u120b\u12ed\u1295 \u121b\u1218\u120d\u12a8\u127b\u127d\u1295 \u134d\u1339\u121d \u1290\u1260\u1229\u1362&#8221;\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-img\">\n                            <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg\" alt=\"\u12a0\u1260\u1260 \u12a8\u1260\u12f0\">\n                        <\/div>\n                        <div class=\"author-info\">\n                            <h4 class=\"amharic\">\u12a0\u1260\u1260 \u12a8\u1260\u12f0<\/h4>\n                            <p class=\"amharic\">\u12e8\u1264\u1270\u1230\u1265 \u1353\u1235\u1356\u122d\u1275 \u12a5\u12f5\u1233\u1275<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"testimonial-card\">\n                    <div class=\"testimonial-text amharic\">\n                        &#8220;\u12a8\u120c\u120b \u12a0\u1245\u122b\u1262 \u130b\u122d \u1260\u134e\u1276\u12ce\u127d \u127d\u130d\u122e\u127d \u12ab\u130b\u1320\u1219\u129d \u1260\u128b\u120b\u1363 \u12a5\u12da\u1205 \u1218\u1323\u1201\u1362 \u1218\u1235\u1348\u122d\u1276\u1279\u1295 \u1260\u130d\u120d\u133d \u1308\u1208\u1339\u120d\u129d \u12a5\u1293 \u1208\u126a\u12db \u121b\u1218\u120d\u12a8\u127b\u12ec \u134d\u1339\u121d \u12e8\u121a\u1230\u1229 \u134d\u1339\u121d \u134e\u1276\u12ce\u127d\u1295 \u12a0\u1290\u1231\u120d\u129d\u1362&#8221;\n                    <\/div>\n                    <div class=\"testimonial-author\">\n                        <div class=\"author-img\">\n                            <img decoding=\"async\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg\" alt=\"\u1218\u122e\u1295 \u12a0\u1230\u134b\">\n                        <\/div>\n                        <div class=\"author-info\">\n                            <h4 class=\"amharic\">\u1218\u122e\u1295 \u12a0\u1230\u134b<\/h4>\n                            <p class=\"amharic\">\u126a\u12db \u12a0\u1218\u120d\u12ab\u127d<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section - English -->\n    <section class=\"section language-content active\" id=\"faq-en\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        What are the specific requirements for Ethiopia passport photos?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Ethiopia passport photos must meet strict requirements: size 35mm x 45mm, plain white or light gray background, neutral expression with mouth closed, eyes open and clearly visible, no headwear (except for religious reasons), and no shadows. The photo must be taken within the last month and show your current appearance.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        How long does the process take?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Our standard service is efficient and timely. If we&#8217;re busy, there might be a short wait, but we strive to keep all appointments on schedule.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        Do you offer digital copies?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>Yes, we offer digital copies of your photos that are formatted correctly for online applications. These can be provided on a USB drive, emailed to you, or both. Our digital package ensures the files meet the specific size and format requirements for Ethiopian online applications.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        What if my photos are rejected?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>We take great care to ensure all photos meet official requirements. In the unlikely event of rejection related to photo specifications, please contact us and we&#8217;ll assist with resolving the issue.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question\">\n                        Do I need an appointment?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p>While walk-ins are welcome, we recommend booking an appointment to guarantee your preferred time slot, especially during peak hours. You can book online through our website or by contacting us directly.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section - Amharic -->\n    <section class=\"section language-content\" id=\"faq-am\">\n        <div class=\"container\">\n            <h2 class=\"section-title amharic\">\u1260\u1270\u12f0\u130b\u130b\u121a \u12e8\u121a\u1320\u12e8\u1241 \u1325\u12eb\u1244\u12ce\u127d<\/h2>\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <div class=\"faq-question amharic\">\n                        \u1208\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276\u12ce\u127d \u120d\u12e9 \u120d\u12e9 \u1218\u1235\u1348\u122d\u1276\u127d \u121d\u1295\u12f5\u1295 \u1293\u1278\u12cd?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276\u12ce\u127d \u1325\u1265\u1245 \u1218\u1235\u1348\u122d\u1276\u127d\u1295 \u121b\u121f\u120b\u1275 \u12a0\u1208\u1263\u1278\u12cd\u1361 \u1218\u1320\u1295 35mm x 45mm\u1363 \u1295\u1339\u1205 \u1290\u132d \u12c8\u12ed\u121d \u1265\u122d\u1203\u1290 \u130d\u122b\u132b \u134a\u1275 \u1208\u134a\u1275 \u1266\u1273\u1363 \u1308\u1208\u120d\u1270\u129b \u12a0\u1308\u120b\u1208\u133d \u12a8\u1270\u12d8\u130b \u12a0\u134d\u1363 \u12ad\u134d\u1275 \u12d3\u12ed\u1296\u127d \u12a5\u1293 \u1260\u130d\u120d\u133d \u12e8\u121a\u1273\u12e9\u1363 \u121d\u1295\u121d \u12e8\u122b\u1235 \u1218\u1238\u1348\u129b (\u1208\u1203\u12ed\u121b\u1296\u1275 \u121d\u12ad\u1295\u12eb\u1276\u127d \u1260\u1235\u1270\u1240\u122d)\u1363 \u12a5\u1293 \u121d\u1295\u121d \u1325\u120b \u12e8\u1208\u121d\u1362 \u134e\u1276\u12cd \u1263\u1208\u1348\u12cd \u12c8\u122d \u12cd\u1235\u1325 \u1218\u12c8\u1230\u12f5 \u12a0\u1208\u1260\u1275 \u12a5\u1293 \u12e8\u12a0\u1201\u1291\u1295 \u1218\u120d\u12ad\u12ce \u121b\u1233\u12e8\u1275 \u12a0\u1208\u1260\u1275\u1362<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question amharic\">\n                        \u1202\u12f0\u1271 \u121d\u1295 \u12eb\u1205\u120d \u130a\u12dc \u12ed\u1348\u1305\u1260\u1273\u120d?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"amharic\">\u12e8\u12a5\u129b \u1218\u12f0\u1260\u129b \u12a0\u1308\u120d\u130d\u120e\u1275 \u12cd\u1324\u1273\u121b \u12a5\u1293 \u1260\u130a\u12dc \u1290\u12cd\u1362 \u1265\u12d9 \u1235\u1295\u1230\u122b \u12a0\u132d\u122d \u1218\u1320\u1260\u1245 \u120a\u1296\u122d \u12ed\u127d\u120b\u120d\u1363 \u1290\u1308\u122d \u130d\u1295 \u1201\u1209\u1295\u121d \u1240\u1320\u122e\u12ce\u127d \u1260\u130a\u12dc \u1208\u1218\u1320\u1260\u1245 \u12a5\u1295\u1325\u122b\u1208\u1295\u1362<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question amharic\">\n                        \u12f2\u1302\u1273\u120d \u1245\u1302\u12ce\u127d\u1295 \u1275\u1230\u1323\u120b\u127d\u1201?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"amharic\">\u12a0\u12ce\u1363 \u12e8\u134e\u1276\u12ce\u127d\u12ce\u1295 \u12f2\u1302\u1273\u120d \u1245\u1302\u12ce\u127d \u12a5\u1293\u1240\u122d\u1263\u1208\u1295 \u12a5\u1290\u1231\u121d \u1208\u12a6\u1295\u120b\u12ed\u1295 \u121b\u1218\u120d\u12a8\u127b\u12ce\u127d \u1260\u1275\u12ad\u12ad\u120d \u12e8\u1270\u1240\u1228\u1339 \u1293\u1278\u12cd\u1362 \u12a5\u1290\u12da\u1205 \u1260USB \u121b\u1235\u1270\u120b\u1208\u134a\u12eb\u1363 \u1260\u12a2\u121c\u120d \u120a\u120b\u12a9\u120d\u12ce \u12c8\u12ed\u121d \u1201\u1208\u1271\u121d \u120a\u1206\u1291 \u12ed\u127d\u120b\u1209\u1362 \u12e8\u12a5\u129b \u12f2\u1302\u1273\u120d \u1353\u12ac\u1305 \u134b\u12ed\u120e\u1279 \u1208\u12a2\u1275\u12ee\u1335\u12eb \u12a6\u1295\u120b\u12ed\u1295 \u121b\u1218\u120d\u12a8\u127b\u12ce\u127d \u120d\u12e9 \u12e8\u1218\u1320\u1295 \u12a5\u1293 \u12e8\u134e\u122d\u121b\u1275 \u1218\u1235\u1348\u122d\u1276\u127d\u1295 \u12a5\u1295\u12f0\u121a\u12eb\u121f\u1209 \u12eb\u1228\u130b\u130d\u1323\u120d\u1362<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question amharic\">\n                        \u134e\u1276\u12ce\u127c \u1262\u1218\u1208\u1231\u1235?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"amharic\">\u1201\u1209\u121d \u134e\u1276\u12ce\u127d \u12ed\u1348\u1240\u12f3\u1209 \u1270\u1265\u120e \u12e8\u1270\u1218\u12d8\u1308\u1261 \u1218\u1235\u1348\u122d\u1276\u127d\u1295 \u12a5\u1295\u12f2\u12eb\u121f\u1209 \u1275\u120d\u1245 \u12a5\u1295\u12ad\u1265\u12ab\u1264 \u12a5\u1293\u12f0\u122d\u130b\u1208\u1295\u1362 \u12a8\u134e\u1276 \u12dd\u122d\u12dd\u122e\u127d \u130b\u122d \u1260\u1270\u12eb\u12eb\u12d8 \u12e8\u1218\u1218\u1208\u1235 \u12a5\u12f5\u120d \u1260\u120c\u1208\u12cd \u1201\u1294\u1273\u1363 \u12a5\u1263\u12ad\u12ce\u1295 \u12eb\u130d\u1299\u1295 \u12a5\u1293 \u127d\u130d\u1229\u1295 \u1208\u1218\u134d\u1273\u1275 \u12a5\u1295\u1228\u12f3\u12ce\u1273\u1208\u1295\u1362<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <div class=\"faq-question amharic\">\n                        \u1240\u1320\u122e \u12eb\u1235\u1348\u120d\u1308\u129b\u120d?\n                        <i class=\"fas fa-chevron-down\"><\/i>\n                    <\/div>\n                    <div class=\"faq-answer\">\n                        <p class=\"amharic\">\u12eb\u1208 \u1240\u1320\u122e \u12e8\u121a\u1218\u1321 \u1230\u12ce\u127d \u1262\u1240\u1260\u1209\u121d\u1363 \u1260\u1270\u1208\u12ed\u121d \u1260\u132d\u1295\u1240\u1275 \u1230\u12d3\u1273\u1275 \u12cd\u1235\u1325 \u12e8\u1270\u1218\u1228\u1320\u12ce\u1275\u1295 \u12e8\u130a\u12dc \u12ad\u134d\u1270\u1275 \u1208\u121b\u1228\u130b\u1308\u1325 \u1240\u1320\u122e \u121b\u12f5\u1228\u130d \u12a5\u1295\u1218\u12ad\u122b\u1208\u1295\u1362 \u1260\u12f5\u122d \u1323\u1262\u12eb\u127d\u1295 \u1260\u12a9\u120d \u12a6\u1295\u120b\u12ed\u1295 \u121b\u1235\u1273\u12c8\u1242\u12eb \u121b\u12f5\u1228\u130d \u12c8\u12ed\u121d \u1260\u1240\u1325\u1273 \u1260\u1218\u1308\u1293\u1298\u1275 \u121b\u1235\u1273\u12c8\u1242\u12eb \u121b\u12f5\u1228\u130d \u12ed\u127d\u120b\u1209\u1362<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section - English -->\n    <section class=\"section language-content active\" id=\"contact-en\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Contact Us<\/h2>\n            <div class=\"contact-container\">\n                <div class=\"contact-info\">\n                    <h3>Get In Touch<\/h3>\n                    <p>Have questions about our services or need assistance with your Ethiopia passport or visa photos? We&#8217;re here to help!<\/p>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4>Our Location<\/h4>\n                            <p>Yebbo Communication Network<\/p>\n                            <p>San Diego, CA<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-phone\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4>Phone Number<\/h4>\n                            <div class=\"contact-phone\">\n                                <a href=\"tel:619-255-5530\">\n                                    <i class=\"fas fa-phone\"><\/i>\n                                    619-255-5530\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4>Email Address<\/h4>\n                            <p>info@yebbo.com<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-clock\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4>Service Hours<\/h4>\n                            <p>Contact us for current service hours and availability<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"contact-form\">\n                    <h3>Send Us a Message<\/h3>\n                    <form id=\"contactForm\">\n                        <div class=\"form-group\">\n                            <label for=\"name\" class=\"form-label\">Your Name<\/label>\n                            <input type=\"text\" id=\"name\" class=\"form-control\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"email\" class=\"form-label\">Your Email<\/label>\n                            <input type=\"email\" id=\"email\" class=\"form-control\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"phone\" class=\"form-label\">Phone Number<\/label>\n                            <input type=\"tel\" id=\"phone\" class=\"form-control\">\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"service\" class=\"form-label\">Service Interested In<\/label>\n                            <select id=\"service\" class=\"form-control\">\n                                <option value=\"\">Select a service<\/option>\n                                <option value=\"passport\">Ethiopia Passport Photo<\/option>\n                                <option value=\"visa\">Ethiopia Visa Photo<\/option>\n                                <option value=\"digital\">Digital Photo Package<\/option>\n                                <option value=\"documents\">Document Services<\/option>\n                                <option value=\"other\">Other<\/option>\n                            <\/select>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"message\" class=\"form-label\">Your Message<\/label>\n                            <textarea id=\"message\" class=\"form-control\" rows=\"5\"><\/textarea>\n                        <\/div>\n                        <button type=\"submit\" class=\"btn\">Send Message<\/button>\n                    <\/form>\n                <\/div>\n            <\/div>\n            \n            <!-- Google Maps Embed -->\n            <div class=\"map-container\">\n                <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3355.429319789674!2d-117.1032657243382!3d32.75434107367313!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80d954fee73a1105%3A0x12275cce5959e850!2sYebbo%20Communication%20Network!5e0!3m2!1sen!2sus!4v1763862667424!5m2!1sen!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Section - Amharic -->\n    <section class=\"section language-content\" id=\"contact-am\">\n        <div class=\"container\">\n            <h2 class=\"section-title amharic\">\u12a0\u130d\u1299\u1295<\/h2>\n            <div class=\"contact-container\">\n                <div class=\"contact-info\">\n                    <h3 class=\"amharic\">\u1260\u1218\u1308\u1293\u1298\u1275 \u120b\u12ed<\/h3>\n                    <p class=\"amharic\">\u1235\u1208 \u12a0\u1308\u120d\u130d\u120e\u1276\u127b\u127d\u1295 \u1325\u12eb\u1244\u12ce\u127d \u12a0\u1209\u12ce\u1275 \u12c8\u12ed\u1235 \u1260\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12c8\u12ed\u121d \u126a\u12db \u134e\u1276\u12ce\u127d\u12ce \u120b\u12ed \u12a5\u122d\u12f3\u1273 \u12eb\u1235\u1348\u120d\u130d\u12ce\u1273\u120d? \u1208\u1218\u122d\u12f3\u1275 \u12a5\u12da\u1205 \u1290\u1295!<\/p>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"amharic\">\u12a0\u12f5\u122b\u123b\u127d\u1295<\/h4>\n                            <p class=\"amharic\">\u12e8\u1266 \u12ae\u1219\u1292\u12ac\u123d\u1295 \u1294\u1275\u12ce\u122d\u12ad<\/p>\n                            <p class=\"amharic\">\u1233\u1295 \u12f2\u12eb\u130e\u1363 \u12ab\u120a\u134e\u122d\u1292\u12eb<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-phone\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"amharic\">\u1235\u120d\u12ad \u1241\u1325\u122d<\/h4>\n                            <div class=\"contact-phone\">\n                                <a href=\"tel:619-255-5530\">\n                                    <i class=\"fas fa-phone\"><\/i>\n                                    619-255-5530\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"amharic\">\u12a2\u121c\u12ed\u120d \u12a0\u12f5\u122b\u123b<\/h4>\n                            <p class=\"amharic\">info@yebbo.com<\/p>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"contact-item\">\n                        <div class=\"contact-icon\">\n                            <i class=\"fas fa-clock\"><\/i>\n                        <\/div>\n                        <div>\n                            <h4 class=\"amharic\">\u12e8\u12a0\u1308\u120d\u130d\u120e\u1275 \u1230\u12d3\u1276\u127d<\/h4>\n                            <p class=\"amharic\">\u1208\u12a0\u1201\u1291 \u12e8\u12a0\u1308\u120d\u130d\u120e\u1275 \u1230\u12d3\u1276\u127d \u12a5\u1293 \u1270\u1308\u129d\u1290\u1275 \u12eb\u130d\u1299\u1295<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"contact-form\">\n                    <h3 class=\"amharic\">\u1218\u120d\u12a5\u12ad\u1275 \u12ed\u120b\u12a9\u120d\u1295<\/h3>\n                    <form id=\"contactFormAm\">\n                        <div class=\"form-group\">\n                            <label for=\"name-am\" class=\"form-label amharic\">\u1235\u121d\u12ce<\/label>\n                            <input type=\"text\" id=\"name-am\" class=\"form-control\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"email-am\" class=\"form-label amharic\">\u12a2\u121c\u12ed\u120d\u12ce<\/label>\n                            <input type=\"email\" id=\"email-am\" class=\"form-control\" required>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"phone-am\" class=\"form-label amharic\">\u1235\u120d\u12ad \u1241\u1325\u122d<\/label>\n                            <input type=\"tel\" id=\"phone-am\" class=\"form-control\">\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"service-am\" class=\"form-label amharic\">\u12e8\u121a\u1348\u120d\u1309\u1275 \u12a0\u1308\u120d\u130d\u120e\u1275<\/label>\n                            <select id=\"service-am\" class=\"form-control\">\n                                <option value=\"\" class=\"amharic\">\u12a0\u1308\u120d\u130d\u120e\u1275 \u12ed\u121d\u1228\u1321<\/option>\n                                <option value=\"passport\" class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276<\/option>\n                                <option value=\"visa\" class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u126a\u12db \u134e\u1276<\/option>\n                                <option value=\"digital\" class=\"amharic\">\u12f2\u1302\u1273\u120d \u134e\u1276 \u1353\u12ac\u1305<\/option>\n                                <option value=\"documents\" class=\"amharic\">\u12e8\u1230\u1290\u12f5 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d<\/option>\n                                <option value=\"other\" class=\"amharic\">\u120c\u120b<\/option>\n                            <\/select>\n                        <\/div>\n                        <div class=\"form-group\">\n                            <label for=\"message-am\" class=\"form-label amharic\">\u1218\u120d\u12a5\u12ad\u1275\u12ce<\/label>\n                            <textarea id=\"message-am\" class=\"form-control\" rows=\"5\"><\/textarea>\n                        <\/div>\n                        <button type=\"submit\" class=\"btn amharic\">\u1218\u120d\u12a5\u12ad\u1275 \u120b\u12ad<\/button>\n                    <\/form>\n                <\/div>\n            <\/div>\n            \n            <!-- Google Maps Embed -->\n            <div class=\"map-container\">\n                <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3355.429319789674!2d-117.1032657243382!3d32.75434107367313!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80d954fee73a1105%3A0x12275cce5959e850!2sYebbo%20Communication%20Network!5e0!3m2!1sen!2sus!4v1763862667424!5m2!1sen!2sus\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer - English -->\n    <footer class=\"language-content active\" id=\"footer-en\">\n        <div class=\"container\">\n            <div class=\"footer-container\">\n                <div class=\"footer-col\">\n                    <h3>Yebbo Ethiopia Passport &#038; Visa Photos<\/h3>\n                    <p>Professional Ethiopia passport and visa photo services. Compliant with all official requirements.<\/p>\n                    <div class=\"footer-phone\">\n                        <a href=\"tel:619-255-5530\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            619-255-5530\n                        <\/a>\n                    <\/div>\n                    <div class=\"social-links\">\n                        <a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                        <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\n                        <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                        <a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h3>Quick Links<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"#home\">Home<\/a><\/li>\n                        <li><a href=\"#services\">Services<\/a><\/li>\n                        <li><a href=\"#requirements\">Requirements<\/a><\/li>\n                        <li><a href=\"#about\">About Us<\/a><\/li>\n                        <li><a href=\"#testimonials\">Testimonials<\/a><\/li>\n                        <li><a href=\"#faq\">FAQ<\/a><\/li>\n                        <li><a href=\"#contact\">Contact<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h3>Our Services<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"#\">Ethiopia Passport Photos<\/a><\/li>\n                        <li><a href=\"#\">Ethiopia Visa Photos<\/a><\/li>\n                        <li><a href=\"#\">Digital Photo Packages<\/a><\/li>\n                        <li><a href=\"#\">Document Services<\/a><\/li>\n                        <li><a href=\"#\">Express Service<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h3>Contact Info<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><i class=\"fas fa-map-marker-alt\"><\/i> Yebbo Communication Network<\/li>\n                        <li><i class=\"fas fa-phone\"><\/i> 619-255-5530<\/li>\n                        <li><i class=\"fas fa-envelope\"><\/i> info@yebbo.com<\/li>\n                        <li><i class=\"fas fa-globe\"><\/i> www.yebbo.com<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"footer-bottom\">\n                <p>&copy; 1999 &#8211; <span id=\"currentYear\"><\/span> Yebbo Ethiopia Passport &#038; Visa Photos. All rights reserved.<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- Footer - Amharic -->\n    <footer class=\"language-content\" id=\"footer-am\">\n        <div class=\"container\">\n            <div class=\"footer-container\">\n                <div class=\"footer-col\">\n                    <h3 class=\"amharic\">\u12e8\u1266 \u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u134e\u1276\u12ce\u127d<\/h3>\n                    <p class=\"amharic\">\u1355\u122e\u134c\u123d\u1293\u120d \u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u134e\u1276 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d\u1362 \u1208\u1201\u1209\u121d \u12ed\u1348\u1240\u12f3\u120d \u1270\u1265\u120e \u12e8\u1270\u1218\u12d8\u1308\u1260 \u1218\u1235\u1348\u122d\u1276\u127d \u12e8\u121a\u1235\u121b\u1219\u1362<\/p>\n                    <div class=\"footer-phone\">\n                        <a href=\"tel:619-255-5530\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            619-255-5530\n                        <\/a>\n                    <\/div>\n                    <div class=\"social-links\">\n                        <a href=\"#\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                        <a href=\"#\"><i class=\"fab fa-twitter\"><\/i><\/a>\n                        <a href=\"#\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                        <a href=\"#\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h3 class=\"amharic\">\u1348\u1323\u1295 \u12a0\u1308\u1293\u129e\u127d<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"#home\" class=\"amharic\">\u1218\u1290\u123b<\/a><\/li>\n                        <li><a href=\"#services\" class=\"amharic\">\u12a0\u1308\u120d\u130d\u120e\u1276\u127d<\/a><\/li>\n                        <li><a href=\"#requirements\" class=\"amharic\">\u1218\u1235\u1348\u122d\u1276\u127d<\/a><\/li>\n                        <li><a href=\"#about\" class=\"amharic\">\u1235\u1208 \u12a5\u129b<\/a><\/li>\n                        <li><a href=\"#testimonials\" class=\"amharic\">\u121d\u1235\u12ad\u122d\u1290\u1276\u127d<\/a><\/li>\n                        <li><a href=\"#faq\" class=\"amharic\">\u1325\u12eb\u1244\u12ce\u127d<\/a><\/li>\n                        <li><a href=\"#contact\" class=\"amharic\">\u12a0\u130d\u1299\u1295<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h3 class=\"amharic\">\u12e8\u12a5\u129b \u12a0\u1308\u120d\u130d\u120e\u1276\u127d<\/h3>\n                    <ul class=\"footer-links\">\n                        <li><a href=\"#\" class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u134e\u1276\u12ce\u127d<\/a><\/li>\n                        <li><a href=\"#\" class=\"amharic\">\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u126a\u12db \u134e\u1276\u12ce\u127d<\/a><\/li>\n                        <li><a href=\"#\" class=\"amharic\">\u12f2\u1302\u1273\u120d \u134e\u1276 \u1353\u12ac\u1306\u127d<\/a><\/li>\n                        <li><a href=\"#\" class=\"amharic\">\u12e8\u1230\u1290\u12f5 \u12a0\u1308\u120d\u130d\u120e\u1276\u127d<\/a><\/li>\n                        <li><a href=\"#\" class=\"amharic\">\u1348\u1323\u1295 \u12a0\u1308\u120d\u130d\u120e\u1275<\/a><\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"footer-col\">\n                    <h3 class=\"amharic\">\u12e8\u1218\u1308\u129b \u1218\u1228\u1303<\/h3>\n                    <ul class=\"footer-links\">\n                        <li class=\"amharic\"><i class=\"fas fa-map-marker-alt\"><\/i> \u12e8\u1266 \u12ae\u1219\u1292\u12ac\u123d\u1295 \u1294\u1275\u12ce\u122d\u12ad<\/li>\n                        <li class=\"amharic\"><i class=\"fas fa-phone\"><\/i> 619-255-5530<\/li>\n                        <li class=\"amharic\"><i class=\"fas fa-envelope\"><\/i> info@yebbo.com<\/li>\n                        <li class=\"amharic\"><i class=\"fas fa-globe\"><\/i> www.yebbo.com<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            <div class=\"footer-bottom\">\n                <p class=\"amharic\">&copy; 1999 &#8211; <span id=\"currentYearAm\"><\/span> \u12e8\u1266 \u12a2\u1275\u12ee\u1335\u12eb \u1353\u1235\u1356\u122d\u1275 \u12a5\u1293 \u126a\u12db \u134e\u1276\u12ce\u127d\u1362 \u1201\u1209\u121d \u1218\u1265\u1276\u127d \u12e8\u1270\u1320\u1260\u1241 \u1293\u1278\u12cd\u1362<\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Set current year in copyright\n        document.getElementById('currentYear').textContent = new Date().getFullYear();\n        document.getElementById('currentYearAm').textContent = new Date().getFullYear();\n        \n        \/\/ Language Tab Functionality\n        document.querySelectorAll('.language-tab').forEach(tab => {\n            tab.addEventListener('click', () => {\n                \/\/ Remove active class from all tabs\n                document.querySelectorAll('.language-tab').forEach(t => {\n                    t.classList.remove('active');\n                });\n                \n                \/\/ Add active class to clicked tab\n                tab.classList.add('active');\n                \n                \/\/ Get the language from data attribute\n                const lang = tab.getAttribute('data-lang');\n                \n                \/\/ Hide all language content\n                document.querySelectorAll('.language-content').forEach(content => {\n                    content.classList.remove('active');\n                });\n                \n                \/\/ Show content for selected language\n                document.querySelectorAll(`.language-content[id$=\"-${lang}\"]`).forEach(content => {\n                    content.classList.add('active');\n                });\n            });\n        });\n        \n        \/\/ Mobile Navigation Toggle\n        document.querySelector('.mobile-toggle').addEventListener('click', function() {\n            document.querySelector('.nav-menu').classList.toggle('active');\n        });\n\n        \/\/ FAQ Accordion\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const answer = question.nextElementSibling;\n                const isActive = answer.classList.contains('active');\n                \n                \/\/ Close all answers\n                document.querySelectorAll('.faq-answer').forEach(ans => {\n                    ans.classList.remove('active');\n                });\n                \n                \/\/ Toggle icons\n                document.querySelectorAll('.faq-question i').forEach(icon => {\n                    icon.className = 'fas fa-chevron-down';\n                });\n                \n                \/\/ If not active, open this one\n                if (!isActive) {\n                    answer.classList.add('active');\n                    question.querySelector('i').className = 'fas fa-chevron-up';\n                }\n            });\n        });\n\n        \/\/ Form Submission\n        document.getElementById('contactForm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            alert('Thank you for your message! We will get back to you soon.');\n            this.reset();\n        });\n\n        document.getElementById('contactFormAm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            alert('\u1208\u1218\u120d\u12a5\u12ad\u1275\u12ce \u12a5\u1293\u1218\u1230\u130d\u1293\u1208\u1295! \u1260\u1245\u122d\u1265 \u130a\u12dc \u12a5\u1295\u1218\u1208\u1235\u120d\u12ce\u1273\u1208\u1295\u1362');\n            this.reset();\n        });\n\n        \/\/ Smooth scrolling for navigation links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                \n                const targetId = this.getAttribute('href');\n                if(targetId === '#') return;\n                \n                const targetElement = document.querySelector(targetId);\n                if(targetElement) {\n                    window.scrollTo({\n                        top: targetElement.offsetTop - 80,\n                        behavior: 'smooth'\n                    });\n                    \n                    \/\/ Close mobile menu if open\n                    document.querySelector('.nav-menu').classList.remove('active');\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Ethiopia Passport &#038; Visa Photos | Yebbo Professional Services CALL NOW: 619-255-5530 Ethiopia Passport &#038; Visa Photos Home Services Requirements [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[14,25],"tags":[],"class_list":["post-545","post","type-post","status-publish","format-standard","hentry","category-passport-and-visa","category-yebbotravel"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8nzgb-8N","jetpack_likes_enabled":true,"_links":{"self":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/comments?post=545"}],"version-history":[{"count":1,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/545\/revisions"}],"predecessor-version":[{"id":546,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/posts\/545\/revisions\/546"}],"wp:attachment":[{"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/media?parent=545"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/categories?post=545"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/yebbo.com\/ethiodiego\/wp-json\/wp\/v2\/tags?post=545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}