Address Kirkuk Al-Yarmouk Complex Second Floor Al-Jumhuriya Street Plot No. 22/186
Call us+ 9647709565588
Write usinfo@farajmedservices.com

Our Network & Partnerships

Our operations extend across Iraq and beyond, powered by a diverse network of medical complexes, specialized centers, pharmacies, and international partnerships. We are committed to delivering exceptional healthcare services, advanced medical technology, and reliable pharmaceutical distribution through our strong presence and collaborations.

Pharmaceutical Distribution - Al-Faraj @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap'); /* Scoped wrapper to protect global theme */ .pharma-dist-scope { font-family: 'Inter', sans-serif; } /* Reduced Title Size & Forced Color */ .pharma-dist-scope .title-text { color: #4ca9d4 !important; font-weight: 800; font-size: 1.85rem; letter-spacing: -0.01em; } /* Unique Animations */ @keyframes slowFloatPharma { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } } @keyframes rotatePharma { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* Laser Border Container with Cut Corners */ .pharma-dist-scope .laser-container { position: relative; padding: 2.5px; background: rgba(76, 169, 212, 0.1); animation: slowFloatPharma 7s ease-in-out infinite; clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%); overflow: hidden; display: flex; } .pharma-dist-scope .laser-container::before { content: ''; position: absolute; width: 200%; height: 200%; background: conic-gradient( transparent, transparent, transparent, #4ca9d4 ); animation: rotatePharma 4s linear infinite; top: -50%; left: -50%; z-index: 0; } /* Inner card content */ .pharma-dist-scope .cut-corner-inner { position: relative; background-color: #f9fafb; /* Light neutral bg */ padding: 3rem 2rem; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 320px; width: 100%; z-index: 1; clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%); } .pharma-dist-scope .delay-1 { animation-delay: 0s; } .pharma-dist-scope .delay-2 { animation-delay: 2s; } .pharma-dist-scope .delay-3 { animation-delay: 4s; } .pharma-dist-scope .card-title { font-size: 1.45rem; font-weight: 700; margin-bottom: 1.25rem; color: #4ca9d4 !important; } /* Changed description text to black */ .pharma-dist-scope .card-desc { font-size: 0.95rem; line-height: 1.6; color: #1f2937 !important; max-width: 260px; } .pharma-dist-scope .highlight-bold { font-weight: 800; color: #4ca9d4 !important; }

Pharmaceutical Distribution

Al-Faraj Drugstore

Distributing medicines across Iraq's cities and regions.

Pharmacy Chain

Approximately 25 pharmacies serving communities nationwide.

Partnerships

Partnerships with more than 300 doctors and a dedicated team of over 400 employees.

Medical Complexes - Al-Faraj @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap'); /* Scoped wrapper to protect global theme */ .medical-complexes-scope { font-family: 'Inter', sans-serif; } /* 1. Scoped Animations */ @keyframes waveMoveComplex { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } } @keyframes rotateLaserComplex { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes breathingZoomComplex { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } } /* Centered Header Style */ .medical-complexes-scope .header-container { text-align: center; margin-bottom: 5rem; } .medical-complexes-scope .section-title { color: #4ca9d4 !important; /* Brand Blue */ font-size: 1.85rem; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 1.5rem; } .medical-complexes-scope .title-underline { width: 96px; height: 6px; background-color: #4ca9d4; border-radius: 99px; margin: 0 auto; } /* Complex List Item Styling */ .medical-complexes-scope .complex-item { display: flex; align-items: center; position: relative; } .medical-complexes-scope .number-circle { width: 60px; height: 60px; border: 4px solid #4ca9d4; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #4ca9d4 !important; background: white; z-index: 15; flex-shrink: 0; animation: waveMoveComplex 3s ease-in-out infinite; } /* Laser Border for Labels */ .medical-complexes-scope .laser-wrapper { position: relative; padding: 2px; border-radius: 12px; overflow: hidden; margin-left: -20px; flex-grow: 1; z-index: 5; background: rgba(76, 169, 212, 0.1); } .medical-complexes-scope .laser-wrapper::before { content: ''; position: absolute; width: 200%; height: 200%; background: conic-gradient(transparent, transparent, transparent, #4ca9d4); animation: rotateLaserComplex 4s linear infinite; top: -50%; left: -50%; } .medical-complexes-scope .item-label { position: relative; background-color: #f8fafc; padding: 1.1rem 1.5rem 1.1rem 2.5rem; border-radius: 10px; font-size: 1rem; color: #1f2937 !important; /* Black Text for Contrast */ font-weight: 700; z-index: 10; display: block; } /* Circuit Lines */ .medical-complexes-scope .line-segment { background-color: #4ca9d4; position: absolute; } .medical-complexes-scope .line-h-1 { top: 25%; left: 15%; width: 25%; height: 5px; } .medical-complexes-scope .line-v-1 { top: 25%; left: 15%; width: 5px; height: 35%; } .medical-complexes-scope .line-l-wrap { position: absolute; top: 50%; right: 20%; width: 35%; height: 35%; border-right: 5px solid #4ca9d4; border-bottom: 5px solid #4ca9d4; border-bottom-right-radius: 40px; } .medical-complexes-scope .img-card { overflow: hidden; border-radius: 40px; box-shadow: 0 25px 50px -12px rgba(76, 169, 212, 0.15); z-index: 10; background: white; } .medical-complexes-scope .zoom-img { width: 100%; height: 100%; object-fit: cover; animation: breathingZoomComplex 8s ease-in-out infinite; } /* Staggered Delays */ .medical-complexes-scope .d-1 { animation-delay: 0s; } .medical-complexes-scope .d-2 { animation-delay: 0.2s; } .medical-complexes-scope .d-3 { animation-delay: 0.4s; } .medical-complexes-scope .d-4 { animation-delay: 0.6s; } .medical-complexes-scope .d-5 { animation-delay: 0.8s; } .medical-complexes-scope .d-6 { animation-delay: 1.0s; } .medical-complexes-scope .d-7 { animation-delay: 1.2s; } .medical-complexes-scope .d-8 { animation-delay: 1.4s; }

Medical Complexes

01
Ibn Al-Bitar Medical Complex
02
Ibn Hayyan Medical Complex
03
Al-Yarmouk Medical Complex
04
Al-Salam Medical Complex
05
Al-Awchi Medical Complex
06
Al-Kawthar Medical Complex
07
Al-Razi Medical Complex
08
Al-Wazzan Medical Complex
Complex A
Complex B
Specialized Medical Centers @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap'); /* Scoped wrapper */ .spec-centers-solid-scope { font-family: 'Inter', sans-serif; } /* Header Style */ .spec-centers-solid-scope .title-text { color: #4ca9d4 !important; font-weight: 800; font-size: 1.85rem; letter-spacing: -0.01em; margin-bottom: 1rem; } .spec-centers-solid-scope .title-underline { width: 80px; height: 5px; background-color: #4ca9d4; border-radius: 99px; margin: 0 auto; } /* Laser Border Animation */ @keyframes rotateSpecSolid { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .spec-centers-solid-scope .laser-container { position: relative; padding: 2px; border-radius: 12px; overflow: hidden; background: rgba(76, 169, 212, 0.1); display: flex; } .spec-centers-solid-scope .laser-container::before { content: ''; position: absolute; width: 200%; height: 200%; background: conic-gradient(transparent, transparent, transparent, #4ca9d4); animation: rotateSpecSolid 4s linear infinite; top: -50%; left: -50%; z-index: 0; } .spec-centers-solid-scope .inner-content { position: relative; background: white; border-radius: 10px; padding: 2.5rem; width: 100%; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; } /* Title Style */ .spec-centers-solid-scope .card-title { color: #4ca9d4 !important; font-weight: 700; font-size: 1.35rem; margin-bottom: 1rem; line-height: 1.3; padding-right: 2rem; } /* Black description for contrast */ .spec-centers-solid-scope .card-desc { color: #1f2937 !important; font-size: 1rem; line-height: 1.6; } /* SOLID LARGE ICON STYLING */ .spec-centers-solid-scope .icon-container { margin-bottom: 1.5rem; display: flex; align-items: center; } .spec-centers-solid-scope .icon-box { color: #4ca9d4; /* Same color as title */ opacity: 1; /* Solid, no longer watermark */ transition: transform 0.4s ease; } .spec-centers-solid-scope .laser-container:hover .icon-box { transform: scale(1.1) translateY(-5px); } .spec-centers-solid-scope .icon-box svg { width: 64px; /* Large size */ height: 64px; stroke-width: 1.5px; } /* Staggered laser timing */ .spec-centers-solid-scope .delay-1::before { animation-duration: 4s; } .spec-centers-solid-scope .delay-2::before { animation-duration: 4.5s; animation-delay: -1s; } .spec-centers-solid-scope .delay-3::before { animation-duration: 5s; animation-delay: -2s; } .spec-centers-solid-scope .delay-4::before { animation-duration: 3.5s; animation-delay: -0.5s; }

Specialized Medical Centers

Al-Faraj Center for Infertility and Reproduction (IVF)

Advanced fertility treatments and reproductive health services to support families on their parenthood journey.

Al-Faraj Center for Stones and Kidneys

Specialized care for kidney health, including diagnosis and treatment of stones and urinary tract conditions.

Al-Yarmouk Center for Radiology and Imaging

Comprehensive imaging services with Ultrasound, PET scan, CT scan, and Mammogram for accurate diagnosis.

Al-Faraj Surgical Clinic

Private clinic offering specialized surgical procedures in a safe, modern, and patient-centered environment.

lucide.createIcons();
Logistics & Infrastructure - Al-Faraj @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap'); /* Scoped wrapper */ .logistics-large-scope { font-family: 'Inter', sans-serif; } /* Header Style */ .logistics-large-scope .title-main { color: #4ca9d4 !important; font-weight: 800; font-size: 1.85rem; letter-spacing: -0.01em; margin-bottom: 1rem; text-align: center; } .logistics-large-scope .title-underline { width: 80px; height: 5px; background-color: #4ca9d4; border-radius: 99px; margin: 0 auto; } /* Unique Animations */ @keyframes rotateLogisticsLarge { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @keyframes slowFloatLogisticsLarge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } } /* Laser Card Styling */ .logistics-large-scope .laser-wrapper { position: relative; padding: 2.5px; border-radius: 20px; overflow: hidden; background: rgba(76, 169, 212, 0.05); display: flex; animation: slowFloatLogisticsLarge 6s ease-in-out infinite; } .logistics-large-scope .laser-wrapper::before { content: ''; position: absolute; width: 200%; height: 200%; background: conic-gradient(transparent, transparent, transparent, #4ca9d4); animation: rotateLogisticsLarge 5s linear infinite; top: -50%; left: -50%; z-index: 0; } .logistics-large-scope .card-inner { position: relative; background: white; border-radius: 18px; padding: 3.5rem 2.5rem; width: 100%; z-index: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.02); text-align: center; /* Center content for large icon layout */ } /* Label and Text Styling */ .logistics-large-scope .card-label { color: #4ca9d4 !important; font-weight: 800; font-size: 1.6rem; margin-bottom: 1rem; } .logistics-large-scope .card-text { color: #1f2937 !important; /* Black description */ font-size: 1.1rem; line-height: 1.7; } /* MUCH BIGGER ICON STYLING */ .logistics-large-scope .icon-container { margin-bottom: 2rem; display: flex; justify-content: center; } .logistics-large-scope .icon-accent { background: rgba(76, 169, 212, 0.08); width: 110px; height: 110px; border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #4ca9d4; transition: all 0.4s ease; } .logistics-large-scope .laser-wrapper:hover .icon-accent { transform: scale(1.1) translateY(-5px); background: rgba(76, 169, 212, 0.15); } .logistics-large-scope .icon-accent svg { width: 72px; /* Much bigger icons */ height: 72px; stroke-width: 1.5px; } /* Staggered Timings */ .logistics-large-scope .delay-1 { animation-delay: 0s; } .logistics-large-scope .delay-2 { animation-delay: 2s; } .logistics-large-scope .delay-1::before { animation-duration: 4s; } .logistics-large-scope .delay-2::before { animation-duration: 6s; }

Logistics & Infrastructure

Al-Faraj Warehouse

A 15,000 m² secure warehouse designed for large-scale storage, safe handling, and efficient distribution of medical products nationwide.

Al-Faraj Paper Company

Specialized in packaging and supply solutions to support medical operations and ensure high-quality distribution standards.

lucide.createIcons();
International Partnerships & Agencies @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap'); /* Scoped wrapper */ .partnerships-carousel-scope { font-family: 'Inter', sans-serif; } /* 1. Scoped Header Style */ .partnerships-carousel-scope .section-title { color: #4ca9d4 !important; font-weight: 800; font-size: 1.85rem; letter-spacing: -0.01em; margin-bottom: 1rem; text-align: center; } .partnerships-carousel-scope .title-underline { width: 80px; height: 5px; background-color: #4ca9d4; border-radius: 99px; margin: 0 auto; } /* 2. Scoped Laser Border Animation */ @keyframes rotateLaserPartnerships { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .partnerships-carousel-scope .laser-card { position: relative; padding: 2.5px; border-radius: 14px; overflow: hidden; height: 100%; display: flex; background: rgba(76, 169, 212, 0.1); margin: 0 12px; transition: transform 0.3s ease; } .partnerships-carousel-scope .laser-card:hover { transform: translateY(-5px); } .partnerships-carousel-scope .laser-card::before { content: ''; position: absolute; width: 200%; height: 200%; background: conic-gradient(transparent, transparent, transparent, #4ca9d4); animation: rotateLaserPartnerships 4s linear infinite; top: -50%; left: -50%; z-index: 0; } .partnerships-carousel-scope .card-content { position: relative; background: white; border-radius: 12px; padding: 2.5rem 1.75rem; width: 100%; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; } /* 3. Logo and Text Styling */ .partnerships-carousel-scope .logo-container { width: 100%; height: 90px; margin-bottom: 2rem; display: flex; align-items: center; justify-content: center; } .partnerships-carousel-scope .logo-container img { max-width: 250px; max-height: 150px; object-fit: contain; } .partnerships-carousel-scope .card-h3 { color: #4ca9d4 !important; font-weight: 700; font-size: 1.125rem; margin-bottom: 1rem; } .partnerships-carousel-scope .card-p { color: #1f2937 !important; /* Readability improvement */ font-size: 0.875rem; line-height: 1.6; margin-bottom: 2rem; } /* 4. Carousel Infrastructure */ .partnerships-carousel-scope .carousel-outer { overflow: hidden; width: 100%; } .partnerships-carousel-scope .carousel-track { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); } .partnerships-carousel-scope .slide { flex: 0 0 100%; } @media (min-width: 768px) { .partnerships-carousel-scope .slide { flex: 0 0 33.333333%; } } /* 5. Controls Styling */ .partnerships-carousel-scope .btn-learn { background-color: #4ca9d4; color: white; padding: 0.7rem 2.5rem; border-radius: 9999px; font-weight: 600; margin-top: auto; font-size: 0.9rem; transition: opacity 0.2s; } .partnerships-carousel-scope .nav-control { border: 1.5px solid #4ca9d4; color: #4ca9d4; padding: 8px 12px; border-radius: 6px; transition: all 0.2s; } .partnerships-carousel-scope .nav-control:hover:not(:disabled) { background-color: #4ca9d4; color: white; } .partnerships-carousel-scope .nav-control:disabled { opacity: 0.2; cursor: not-allowed; } .partnerships-carousel-scope .counter-text { color: #4ca9d4 !important; font-weight: 700; font-size: 1.25rem; } lucide.createIcons(); const track = document.getElementById('track'); const nextBtn = document.getElementById('next'); const prevBtn = document.getElementById('prev'); const pageLabel = document.getElementById('page'); let currentIndex = 0; const totalSlides = 8; function getVisibleCount() { return window.innerWidth >= 768 ? 3 : 1; } function updateCarousel() { const visible = getVisibleCount(); const maxIdx = totalSlides - visible; if (currentIndex > maxIdx) currentIndex = maxIdx; if (currentIndex = maxIdx; } nextBtn.addEventListener('click', () => { currentIndex++; updateCarousel(); }); prevBtn.addEventListener('click', () => { currentIndex--; updateCarousel(); }); window.addEventListener('resize', updateCarousel); updateCarousel();