{"id":183,"date":"2025-12-14T20:43:00","date_gmt":"2025-12-14T20:43:00","guid":{"rendered":"https:\/\/medestanbul.com\/wordpress_K\/?page_id=183"},"modified":"2025-12-14T20:43:00","modified_gmt":"2025-12-14T20:43:00","slug":"kidney-transplant","status":"publish","type":"page","link":"https:\/\/medestanbul.com\/index.php\/kidney-transplant\/","title":{"rendered":"Kidney Transplant"},"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    <title>Kidney Transplant | Renal Transplantation | Medestanbul<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700&#038;family=Open+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary: #2980b9;\n            --primary-light: #5dade2;\n            --accent: #27ae60;\n            --accent-light: #82e5aa;\n            --accent-secondary: #8e44ad;\n            --text-dark: #1a2b3c;\n            --text-medium: #5a6b7c;\n            --text-light: #8a9aab;\n            --light-bg: #f8fafc;\n            --white: #ffffff;\n            --border-radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            --shadow-hover: 0 15px 40px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Open Sans', sans-serif;\n            line-height: 1.7;\n            color: var(--text-dark);\n            background-color: var(--white);\n            padding: 0;\n        }\n\n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 12px 28px;\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: var(--transition);\n            border: none;\n            cursor: pointer;\n            font-size: 1rem;\n        }\n\n        .btn-primary {\n            background-color: var(--accent);\n            color: var(--white);\n            box-shadow: 0 4px 15px rgba(39, 174, 96, 0.2);\n        }\n\n        .btn-primary:hover {\n            background-color: var(--primary);\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(41, 128, 185, 0.2);\n        }\n\n        .btn-secondary {\n            background-color: var(--accent-secondary);\n            color: var(--white);\n            box-shadow: 0 4px 15px rgba(142, 68, 173, 0.2);\n        }\n\n        .btn-secondary:hover {\n            background-color: var(--primary);\n            transform: translateY(-3px);\n        }\n\n        \/* Kidney Animation *\/\n        .kidney-animation {\n            text-align: center;\n            padding: 20px;\n            margin-bottom: 20px;\n        }\n\n        .kidney-pulse {\n            font-size: 3rem;\n            color: var(--primary);\n            animation: pulse 2s infinite;\n            display: block;\n            margin-bottom: 10px;\n        }\n\n        @keyframes pulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.1); }\n            100% { transform: scale(1); }\n        }\n\n        \/* Urgent Banner *\/\n        .urgent-banner {\n            background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);\n            color: white;\n            text-align: center;\n            padding: 15px;\n            font-weight: 600;\n            position: relative;\n            margin-bottom: 20px;\n        }\n\n        .urgent-icon {\n            margin-right: 10px;\n            animation: pulse 2s infinite;\n        }\n\n        \/* Hero Section *\/\n        .treatment-hero {\n            background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.97)), \n                        url('https:\/\/images.unsplash.com\/photo-1559757148-5c350d0d3c56?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80');\n            background-size: cover;\n            background-position: center;\n            padding: 60px 0 40px;\n            margin-bottom: 40px;\n        }\n\n        .treatment-title {\n            font-size: 3rem;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .treatment-subtitle {\n            font-size: 1.3rem;\n            color: var(--text-medium);\n            max-width: 800px;\n            margin-bottom: 30px;\n        }\n\n        .treatment-highlights {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .highlight {\n            display: flex;\n            align-items: center;\n            background: var(--white);\n            padding: 15px 25px;\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow);\n        }\n\n        .highlight i {\n            color: var(--accent);\n            font-size: 1.5rem;\n            margin-right: 15px;\n        }\n\n        \/* Content Sections *\/\n        .content-section {\n            padding: 60px 0;\n        }\n\n        .section-title {\n            font-size: 2.2rem;\n            color: var(--primary);\n            margin-bottom: 30px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background-color: var(--accent);\n        }\n\n        .section-subtitle {\n            font-size: 1.1rem;\n            color: var(--text-medium);\n            margin-bottom: 30px;\n            line-height: 1.8;\n        }\n\n        \/* Two Column Layout *\/\n        .two-column {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: start;\n        }\n\n        \/* Three Column Layout *\/\n        .three-column {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        \/* Procedure Cards *\/\n        .procedure-types {\n            background-color: var(--light-bg);\n        }\n\n        .procedure-card {\n            background-color: var(--white);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            margin-bottom: 25px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .procedure-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .procedure-card h3 {\n            color: var(--primary);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n\n        .procedure-card h3 i {\n            color: var(--accent);\n            margin-right: 12px;\n        }\n\n        \/* Candidate List *\/\n        .candidate-list {\n            list-style: none;\n        }\n\n        .candidate-list li {\n            margin-bottom: 15px;\n            padding-left: 30px;\n            position: relative;\n        }\n\n        .candidate-list li::before {\n            content: '\u2713';\n            position: absolute;\n            left: 0;\n            color: var(--accent);\n            font-weight: bold;\n        }\n\n        .warning-list li::before {\n            content: '\u26a0';\n            color: #e74c3c;\n        }\n\n        \/* Process Timeline *\/\n        .process-timeline {\n            position: relative;\n            padding-left: 30px;\n        }\n\n        .process-timeline::before {\n            content: '';\n            position: absolute;\n            left: 10px;\n            top: 0;\n            bottom: 0;\n            width: 2px;\n            background-color: var(--primary-light);\n        }\n\n        .process-step {\n            position: relative;\n            margin-bottom: 40px;\n            padding-left: 30px;\n        }\n\n        .process-step::before {\n            content: '';\n            position: absolute;\n            left: -20px;\n            top: 0;\n            width: 20px;\n            height: 20px;\n            border-radius: 50%;\n            background-color: var(--accent);\n            border: 4px solid var(--white);\n            box-shadow: 0 0 0 2px var(--accent);\n        }\n\n        .step-number {\n            position: absolute;\n            left: -25px;\n            top: -5px;\n            width: 30px;\n            height: 30px;\n            background-color: var(--primary);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 0.9rem;\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .feature-item {\n            background: var(--white);\n            padding: 30px;\n            border-radius: var(--border-radius);\n            text-align: center;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .feature-item:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .feature-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            color: var(--white);\n            font-size: 2rem;\n        }\n\n        \/* Info Box *\/\n        .info-box {\n            background: linear-gradient(135deg, #e8f6f3 0%, #d1f2eb 100%);\n            border-left: 4px solid var(--accent);\n            padding: 30px;\n            border-radius: var(--border-radius);\n            margin: 40px 0;\n        }\n\n        .info-box h3 {\n            color: var(--primary);\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n        }\n\n        .info-box h3 i {\n            color: var(--accent);\n            margin-right: 10px;\n        }\n\n        \/* Stats Counter *\/\n        .stats-counter {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n\n        .stat-item {\n            text-align: center;\n            padding: 30px;\n            background: var(--white);\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow);\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 10px;\n            font-family: 'Montserrat', sans-serif;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\n            color: var(--white);\n            padding: 80px 0;\n            text-align: center;\n            border-radius: var(--border-radius);\n            margin-top: 60px;\n        }\n\n        .cta-title {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--white);\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            background-color: var(--light-bg);\n        }\n\n        .faq-item {\n            background-color: var(--white);\n            border-radius: var(--border-radius);\n            margin-bottom: 20px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .faq-question {\n            padding: 25px 30px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            color: var(--primary);\n            transition: var(--transition);\n        }\n\n        .faq-question:hover {\n            background-color: rgba(41, 128, 185, 0.03);\n        }\n\n        .faq-question i {\n            color: var(--accent);\n            transition: transform 0.3s ease;\n        }\n\n        .faq-answer {\n            padding: 0 30px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease, padding 0.5s ease;\n        }\n\n        .faq-item.active .faq-answer {\n            padding: 0 30px 25px 30px;\n            max-height: 500px;\n        }\n\n        .faq-item.active .faq-question i {\n            transform: rotate(180deg);\n        }\n\n        \/* Comparison Table *\/\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 30px;\n            box-shadow: var(--shadow);\n            border-radius: var(--border-radius);\n            overflow: hidden;\n        }\n\n        .comparison-table th {\n            background-color: var(--primary);\n            color: white;\n            padding: 20px;\n            text-align: left;\n        }\n\n        .comparison-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid rgba(0,0,0,0.05);\n        }\n\n        .comparison-table tr:nth-child(even) {\n            background-color: rgba(0,0,0,0.02);\n        }\n\n        \/* Timeline *\/\n        .timeline {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n\n        .timeline-phase {\n            background: var(--white);\n            padding: 25px;\n            border-radius: var(--border-radius);\n            box-shadow: var(--shadow);\n            border-top: 3px solid var(--accent);\n        }\n\n        \/* Donor Type Cards *\/\n        .donor-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .donor-card {\n            background: var(--white);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n        }\n\n        .donor-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .donor-tag {\n            display: inline-block;\n            padding: 5px 15px;\n            background-color: var(--accent-light);\n            color: var(--primary);\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        \/* Technology Grid *\/\n        .tech-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .tech-card {\n            background: var(--white);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            box-shadow: var(--shadow);\n            text-align: center;\n            transition: var(--transition);\n        }\n\n        .tech-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-hover);\n        }\n\n        .tech-icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            color: var(--white);\n            font-size: 1.8rem;\n        }\n\n        \/* Recovery Timeline *\/\n        .recovery-timeline {\n            background: var(--white);\n            border-radius: var(--border-radius);\n            padding: 40px;\n            box-shadow: var(--shadow);\n            margin-top: 40px;\n        }\n\n        .recovery-phase {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 1px solid rgba(0,0,0,0.1);\n        }\n\n        .recovery-phase:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n            padding-bottom: 0;\n        }\n\n        .phase-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 1.5rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        \/* Success Rate Visualization *\/\n        .success-visualization {\n            background: var(--white);\n            border-radius: var(--border-radius);\n            padding: 40px;\n            box-shadow: var(--shadow);\n            margin: 40px 0;\n            text-align: center;\n        }\n\n        .success-rate-large {\n            font-size: 4rem;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 10px;\n            font-family: 'Montserrat', sans-serif;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1200px) {\n            .three-column {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 992px) {\n            .two-column {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            \n            .treatment-title {\n                font-size: 2.5rem;\n            }\n            \n            .feature-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .three-column {\n                grid-template-columns: 1fr;\n            }\n            \n            .recovery-phase {\n                flex-direction: column;\n            }\n            \n            .phase-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .treatment-hero {\n                padding: 40px 0 30px;\n            }\n            \n            .treatment-title {\n                font-size: 2rem;\n            }\n            \n            .section-title {\n                font-size: 1.8rem;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .comparison-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .timeline {\n                grid-template-columns: 1fr;\n            }\n            \n            .stats-counter {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .donor-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .tech-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .success-rate-large {\n                font-size: 3rem;\n            }\n        }\n\n        @media (max-width: 576px) {\n            .highlight {\n                flex: 1 0 100%;\n            }\n            \n            .procedure-card {\n                padding: 20px;\n            }\n            \n            .cta-title {\n                font-size: 2rem;\n            }\n            \n            .stats-counter {\n                grid-template-columns: 1fr;\n            }\n            \n            .stat-number {\n                font-size: 2.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Urgent Banner -->\n    <div class=\"urgent-banner\">\n        <i class=\"fas fa-clock urgent-icon\"><\/i>\n        Need a Kidney Transplant? Wait Times Under 6 Months for International Patients\n    <\/div>\n\n    <!-- Kidney Animation -->\n    <div class=\"kidney-animation\">\n        <div class=\"kidney-pulse\">\n            <i class=\"fas fa-filter\"><\/i>\n        <\/div>\n        <h2 style=\"color: var(--primary);\">New Life Through Kidney Transplantation<\/h2>\n    <\/div>\n\n    <!-- Hero Section -->\n    <section class=\"treatment-hero\">\n        <div class=\"container\">\n            <h1 class=\"treatment-title\">Kidney Transplant<\/h1>\n            <p class=\"treatment-subtitle\">Life-saving renal transplantation offering freedom from dialysis and significantly improved quality of life. Our comprehensive transplant program provides expert care from evaluation through long-term follow-up with exceptional success rates.<\/p>\n            \n            <div class=\"treatment-highlights\">\n                <div class=\"highlight\">\n                    <i class=\"fas fa-heartbeat\"><\/i>\n                    <div>\n                        <strong>High Success Rates<\/strong>\n                        <div style=\"font-size: 0.9rem; color: var(--text-medium);\">95% 1-year graft survival<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"highlight\">\n                    <i class=\"fas fa-user-friends\"><\/i>\n                    <div>\n                        <strong>Living Donor Program<\/strong>\n                        <div style=\"font-size: 0.9rem; color: var(--text-medium);\">Comprehensive donor evaluation<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"highlight\">\n                    <i class=\"fas fa-clock\"><\/i>\n                    <div>\n                        <strong>Short Wait Times<\/strong>\n                        <div style=\"font-size: 0.9rem; color: var(--text-medium);\">3-6 months for international patients<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"highlight\">\n                    <i class=\"fas fa-user-md\"><\/i>\n                    <div>\n                        <strong>Expert Transplant Team<\/strong>\n                        <div style=\"font-size: 0.9rem; color: var(--text-medium);\">20+ years experience average<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Main Content -->\n    <div class=\"container\">\n        <!-- Stats Counter -->\n        <section class=\"content-section\">\n            <div class=\"stats-counter\">\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">2,000+<\/div>\n                    <h3>Transplants Performed<\/h3>\n                    <p>Since program establishment<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">95%<\/div>\n                    <h3>1-Year Success<\/h3>\n                    <p>Graft survival rate<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">3-6<\/div>\n                    <h3>Months Wait Time<\/h3>\n                    <p>For international patients<\/p>\n                <\/div>\n                <div class=\"stat-item\">\n                    <div class=\"stat-number\">50+<\/div>\n                    <h3>Transplant Team<\/h3>\n                    <p>Multidisciplinary specialists<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Success Visualization -->\n        <section class=\"content-section\">\n            <div class=\"success-visualization\">\n                <div class=\"success-rate-large\">95%<\/div>\n                <h3 style=\"color: var(--primary); margin-bottom: 10px;\">1-Year Graft Survival Rate<\/h3>\n                <p>Among the highest success rates internationally for living donor kidney transplants<\/p>\n                <div style=\"display: flex; justify-content: center; gap: 30px; margin-top: 30px;\">\n                    <div>\n                        <h4 style=\"color: var(--accent); margin-bottom: 5px;\">5-Year Survival<\/h4>\n                        <p style=\"font-size: 1.5rem; font-weight: 600;\">85%<\/p>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--accent); margin-bottom: 5px;\">10-Year Survival<\/h4>\n                        <p style=\"font-size: 1.5rem; font-weight: 600;\">70%<\/p>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--accent); margin-bottom: 5px;\">Patient Survival<\/h4>\n                        <p style=\"font-size: 1.5rem; font-weight: 600;\">98%<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Donor Types -->\n        <section class=\"content-section\" style=\"background-color: var(--light-bg);\">\n            <h2 class=\"section-title\">Kidney Transplant Options<\/h2>\n            <p class=\"section-subtitle\">We offer comprehensive transplant services for both living and deceased donor kidney transplantation.<\/p>\n            \n            <div class=\"donor-grid\">\n                <div class=\"donor-card\">\n                    <span class=\"donor-tag\">Living Donor<\/span>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Living Related Donor<\/h3>\n                    <p>Kidney donation from biologically related family members with excellent tissue matching and outcomes.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Siblings (highest compatibility)<\/li>\n                        <li>Parents or children<\/li>\n                        <li>Other blood relatives<\/li>\n                        <li>Best long-term outcomes<\/li>\n                        <li>Planned surgery dates<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"donor-card\">\n                    <span class=\"donor-tag\">Living Donor<\/span>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Living Unrelated Donor<\/h3>\n                    <p>Kidney donation from emotionally related individuals or altruistic donors with advanced matching techniques.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Spouses or partners<\/li>\n                        <li>Friends or colleagues<\/li>\n                        <li>Altruistic donors<\/li>\n                        <li>Paired exchange programs<\/li>\n                        <li>Excellent outcomes with modern immunosuppression<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"donor-card\">\n                    <span class=\"donor-tag\">Deceased Donor<\/span>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Deceased Donor Transplant<\/h3>\n                    <p>Transplantation from brain-dead donors through national organ sharing networks with advanced preservation.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Expanded criteria donors available<\/li>\n                        <li>Standard criteria donors<\/li>\n                        <li>National organ sharing system<\/li>\n                        <li>Advanced preservation techniques<\/li>\n                        <li>Wait times: 3-6 months for international patients<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- The Transplant Process -->\n        <section class=\"content-section\">\n            <h2 class=\"section-title\">The Kidney Transplant Journey<\/h2>\n            <p class=\"section-subtitle\">Comprehensive care from initial evaluation through long-term follow-up and management.<\/p>\n            \n            <div class=\"process-timeline\">\n                <div class=\"process-step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 10px;\">Comprehensive Evaluation<\/h3>\n                    <p>Thorough medical, surgical, and psychosocial assessment to determine transplant candidacy and optimal timing.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Complete medical history and physical exam<\/li>\n                        <li>Cardiac and pulmonary evaluation<\/li>\n                        <li>Infectious disease screening<\/li>\n                        <li>Cancer screening appropriate for age<\/li>\n                        <li>Psychosocial and financial assessment<\/li>\n                        <li>Tissue typing and antibody screening<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 10px;\">Donor Evaluation &#038; Matching<\/h3>\n                    <p>Comprehensive donor assessment and immunological matching to ensure optimal transplant outcomes.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Living donor medical and surgical evaluation<\/li>\n                        <li>Crossmatch testing for compatibility<\/li>\n                        <li>HLA typing and antibody assessment<\/li>\n                        <li>Donor renal anatomy evaluation (CT angiography)<\/li>\n                        <li>Ethical review and informed consent<\/li>\n                        <li>Paired exchange consideration if needed<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 10px;\">Pre-Transplant Preparation<\/h3>\n                    <p>Medical optimization and preparation for transplantation to ensure best possible outcomes.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Dialysis optimization if needed<\/li>\n                        <li>Vaccination updates<\/li>\n                        <li>Dental clearance<\/li>\n                        <li>Medication adjustments<\/li>\n                        <li>Nutritional optimization<\/li>\n                        <li>Living donor surgery scheduling<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 10px;\">Transplant Surgery<\/h3>\n                    <p>Minimally invasive donor nephrectomy and recipient transplantation by experienced surgical teams.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Laparoscopic donor nephrectomy (minimally invasive)<\/li>\n                        <li>Recipient transplant through lower abdominal incision<\/li>\n                        <li>Vascular anastomosis to iliac vessels<\/li>\n                        <li>Ureteral implantation into bladder<\/li>\n                        <li>Intraoperative ultrasound assessment<\/li>\n                        <li>Simultaneous surgeries for living donor transplants<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">5<\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 10px;\">Post-Transplant Care<\/h3>\n                    <p>Comprehensive inpatient and outpatient management with close monitoring and immunosuppression management.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                        <li>Transplant unit admission: 5-7 days average<\/li>\n                        <li>Immunosuppression initiation and monitoring<\/li>\n                        <li>Frequent laboratory monitoring<\/li>\n                        <li>Early detection of complications<\/li>\n                        <li>Patient and caregiver education<\/li>\n                        <li>Discharge planning and follow-up scheduling<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Advanced Technologies -->\n        <section class=\"content-section procedure-types\">\n            <h2 class=\"section-title\">Advanced Transplant Technologies<\/h2>\n            <p class=\"section-subtitle\">We employ cutting-edge technologies and techniques to maximize transplant success and safety.<\/p>\n            \n            <div class=\"tech-grid\">\n                <div class=\"tech-card\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-dna\"><\/i>\n                    <\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Advanced Tissue Typing<\/h3>\n                    <p>Next-generation sequencing for HLA typing and sophisticated antibody detection for optimal matching.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px; text-align: left;\">\n                        <li>High-resolution HLA typing<\/li>\n                        <li>Single antigen bead antibody testing<\/li>\n                        <li>Virtual crossmatch capability<\/li>\n                        <li>Flow cytometry crossmatch<\/li>\n                        <li>Donor-specific antibody monitoring<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"tech-card\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-procedures\"><\/i>\n                    <\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Minimally Invasive Donor Surgery<\/h3>\n                    <p>Laparoscopic and robotic-assisted donor nephrectomy for faster recovery and reduced donor morbidity.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px; text-align: left;\">\n                        <li>Hand-assisted laparoscopic nephrectomy<\/li>\n                        <li>Pure laparoscopic techniques<\/li>\n                        <li>Robotic-assisted nephrectomy<\/li>\n                        <li>Single-port laparoscopic surgery<\/li>\n                        <li>Enhanced recovery protocols<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"tech-card\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-prescription-bottle\"><\/i>\n                    <\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Individualized Immunosuppression<\/h3>\n                    <p>Personalized immunosuppressive regimens with therapeutic drug monitoring for optimal balance.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px; text-align: left;\">\n                        <li>Therapeutic drug monitoring (Tacrolimus, etc.)<\/li>\n                        <li>Pharmacogenetic testing when indicated<\/li>\n                        <li>Induction therapy protocols<\/li>\n                        <li>Steroid-sparing regimens<\/li>\n                        <li>Novel immunosuppressive agents<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"tech-grid\" style=\"margin-top: 30px;\">\n                <div class=\"tech-card\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-vial\"><\/i>\n                    <\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Desensitization Protocols<\/h3>\n                    <p>Advanced protocols for transplanting across immunological barriers for highly sensitized patients.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px; text-align: left;\">\n                        <li>Plasmapheresis protocols<\/li>\n                        <li>Intravenous immunoglobulin (IVIG)<\/li>\n                        <li>Rituximab and bortezomib protocols<\/li>\n                        <li>Complement inhibition when needed<\/li>\n                        <li>Successful transplants in highly sensitized patients<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"tech-card\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-temperature-low\"><\/i>\n                    <\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Advanced Organ Preservation<\/h3>\n                    <p>Hypothermic machine perfusion and other advanced techniques to optimize organ quality and outcomes.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px; text-align: left;\">\n                        <li>Hypothermic machine perfusion<\/li>\n                        <li>Normothermic perfusion research<\/li>\n                        <li>Advanced preservation solutions<\/li>\n                        <li>Quality assessment during preservation<\/li>\n                        <li>Extended criteria donor optimization<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"tech-card\">\n                    <div class=\"tech-icon\">\n                        <i class=\"fas fa-microscope\"><\/i>\n                    <\/div>\n                    <h3 style=\"color: var(--primary); margin-bottom: 15px;\">Surveillance &#038; Monitoring<\/h3>\n                    <p>Sophisticated monitoring for early detection of rejection and other complications.<\/p>\n                    <ul class=\"candidate-list\" style=\"margin-top: 15px; text-align: left;\">\n                        <li>Protocol biopsy programs<\/li>\n                        <li>Donor-derived cell-free DNA testing<\/li>\n                        <li>Gene expression profiling for rejection<\/li>\n                        <li>Advanced imaging surveillance<\/li>\n                        <li>Comprehensive infection monitoring<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Who Needs Transplant -->\n        <section class=\"content-section\" style=\"background-color: var(--light-bg);\">\n            <h2 class=\"section-title\">Who Needs a Kidney Transplant?<\/h2>\n            <p class=\"section-subtitle\">Kidney transplantation is considered for patients with end-stage renal disease (ESRD) who would benefit from improved survival and quality of life.<\/p>\n            \n            <div class=\"two-column\">\n                <div>\n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-user-injured\"><\/i> Medical Indications<\/h3>\n                        <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                            <li><strong>End-stage renal disease (ESRD)<\/strong> from any cause<\/li>\n                            <li><strong>Diabetic nephropathy:<\/strong> Most common cause<\/li>\n                            <li><strong>Hypertensive nephrosclerosis<\/strong><\/li>\n                            <li><strong>Glomerulonephritis:<\/strong> Various types<\/li>\n                            <li><strong>Polycystic kidney disease<\/strong><\/li>\n                            <li><strong>Lupus nephritis<\/strong> in stable phase<\/li>\n                            <li><strong>Congenital anomalies:<\/strong> Renal dysplasia, reflux<\/li>\n                            <li><strong>Other causes:<\/strong> Interstitial nephritis, etc.<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-heartbeat\"><\/i> Benefits of Transplantation<\/h3>\n                        <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                            <li><strong>Improved survival:<\/strong> Compared to dialysis<\/li>\n                            <li><strong>Better quality of life:<\/strong> Freedom from dialysis<\/li>\n                            <li><strong>Improved energy levels:<\/strong> and sense of well-being<\/li>\n                            <li><strong>Fewer dietary restrictions:<\/strong> Compared to dialysis<\/li>\n                            <li><strong>Improved fertility:<\/strong> For younger patients<\/li>\n                            <li><strong>Return to work:<\/strong> Higher employment rates<\/li>\n                            <li><strong>Cost-effective:<\/strong> Long-term vs dialysis<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div>\n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-user-check\"><\/i> Ideal Candidates<\/h3>\n                        <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                            <li><strong>Age:<\/strong> Generally 18-75 years (individualized assessment)<\/li>\n                            <li><strong>Dialysis:<\/strong> On dialysis or approaching need for dialysis<\/li>\n                            <li><strong>Life expectancy:<\/strong> >5 years with transplant<\/li>\n                            <li><strong>Cardiac status:<\/strong> Adequate cardiac function<\/li>\n                            <li><strong>Cancer-free:<\/strong> Appropriate cancer-free interval<\/li>\n                            <li><strong>Infection-free:<\/strong> No active infections<\/li>\n                            <li><strong>Compliance:<\/strong> Demonstrated medication adherence<\/li>\n                            <li><strong>Support system:<\/strong> Adequate social support<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-ban\"><\/i> Contraindications<\/h3>\n                        <ul class=\"candidate-list warning-list\" style=\"margin-top: 15px;\">\n                            <li><strong>Active infection:<\/strong> Untreated or uncontrolled<\/li>\n                            <li><strong>Active malignancy:<\/strong> Recent cancer diagnosis<\/li>\n                            <li><strong>Severe heart disease:<\/strong> Uncorrectable<\/li>\n                            <li><strong>Severe lung disease:<\/strong> With poor prognosis<\/li>\n                            <li><strong>Substance abuse:<\/strong> Active and untreated<\/li>\n                            <li><strong>Psychiatric illness:<\/strong> Uncontrolled<\/li>\n                            <li><strong>Non-compliance:<\/strong> History of medication non-adherence<\/li>\n                            <li><strong>Technical barriers:<\/strong> Uncorrectable surgical issues<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Recovery Timeline -->\n        <section class=\"content-section\">\n            <h2 class=\"section-title\">Recovery &#038; Life After Transplant<\/h2>\n            <p class=\"section-subtitle\">Understanding the recovery process and long-term management is crucial for transplant success.<\/p>\n            \n            <div class=\"recovery-timeline\">\n                <div class=\"recovery-phase\">\n                    <div class=\"phase-icon\">\n                        <i class=\"fas fa-hospital\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 10px;\">Hospital Stay (5-7 days)<\/h4>\n                        <p><strong>Transplant Unit:<\/strong> 5-7 days average stay with close monitoring of kidney function, immunosuppression levels, and surgical recovery.<\/p>\n                        <p><strong>Immediate Post-op:<\/strong> IV fluids, pain management, frequent lab monitoring, beginning immunosuppression education.<\/p>\n                        <p><strong>Before Discharge:<\/strong> Stable kidney function, tolerating oral medications, adequate pain control, understanding discharge instructions.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"recovery-phase\">\n                    <div class=\"phase-icon\">\n                        <i class=\"fas fa-home\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 10px;\">First 3 Months<\/h4>\n                        <p><strong>Frequent Monitoring:<\/strong> Clinic visits 2-3 times weekly initially, decreasing to weekly then biweekly.<\/p>\n                        <p><strong>Medication Adjustment:<\/strong> Immunosuppression levels frequently adjusted based on lab results.<\/p>\n                        <p><strong>Activity:<\/strong> Gradual increase in activity, no heavy lifting (>10 lbs) for 6-8 weeks, walking encouraged.<\/p>\n                        <p><strong>Infection Prevention:<\/strong> Strict precautions, avoiding crowds, hand hygiene, monitoring for signs of infection.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"recovery-phase\">\n                    <div class=\"phase-icon\">\n                        <i class=\"fas fa-calendar-check\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 10px;\">Months 3-12<\/h4>\n                        <p><strong>Monitoring:<\/strong> Clinic visits monthly, then every 2-3 months as stable.<\/p>\n                        <p><strong>Medication Stabilization:<\/strong> Immunosuppression usually stabilized by 6 months.<\/p>\n                        <p><strong>Return to Normalcy:<\/strong> Most patients return to work by 3-6 months, resume most normal activities.<\/p>\n                        <p><strong>Long-term Planning:<\/strong> Establishing routines for medication management, lab monitoring, healthy lifestyle.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"recovery-phase\">\n                    <div class=\"phase-icon\">\n                        <i class=\"fas fa-heart\"><\/i>\n                    <\/div>\n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 10px;\">Long-Term Management<\/h4>\n                        <p><strong>Lifelong Follow-up:<\/strong> Regular clinic visits every 3-6 months when stable.<\/p>\n                        <p><strong>Medication Adherence:<\/strong> Critical for long-term success, never stop immunosuppression without medical advice.<\/p>\n                        <p><strong>Health Maintenance:<\/strong> Regular cancer screenings, bone health monitoring, cardiovascular risk management.<\/p>\n                        <p><strong>Healthy Lifestyle:<\/strong> Balanced diet, regular exercise, no smoking, limited alcohol, sun protection.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- International Patient Program -->\n        <section class=\"content-section\" style=\"background-color: var(--light-bg);\">\n            <div class=\"info-box\">\n                <h3><i class=\"fas fa-globe-americas\"><\/i> International Kidney Transplant Program<\/h3>\n                <p>We provide comprehensive transplant services for international patients with dedicated support throughout the process.<\/p>\n                \n                <div class=\"two-column\" style=\"margin-top: 20px; gap: 30px;\">\n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 15px;\">Medical Coordination<\/h4>\n                        <ul class=\"candidate-list\">\n                            <li>Virtual consultation and record review prior to travel<\/li>\n                            <li>Comprehensive evaluation scheduled upon arrival<\/li>\n                            <li>Living donor evaluation if bringing a donor<\/li>\n                            <li>Deceased donor waitlist activation for eligible patients<\/li>\n                            <li>Coordination with home nephrologist<\/li>\n                            <li>Multilingual medical reports and instructions<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div>\n                        <h4 style=\"color: var(--primary); margin-bottom: 15px;\">Logistical &#038; Recovery Support<\/h4>\n                        <ul class=\"candidate-list\">\n                            <li>Visa assistance and medical invitation letters<\/li>\n                            <li>Airport transfers with medical escort if needed<\/li>\n                            <li>Accommodation near hospital for patient and companion<\/li>\n                            <li>24\/7 multilingual transplant coordinators<\/li>\n                            <li>Recovery apartment with nursing support available<\/li>\n                            <li>Follow-up care coordination upon return home<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div style=\"margin-top: 30px; padding: 20px; background: rgba(255,255,255,0.7); border-radius: var(--border-radius);\">\n                    <h4 style=\"color: var(--primary); margin-bottom: 15px;\">Cost Comparison: Turkey vs Other Countries<\/h4>\n                    <table class=\"comparison-table\">\n                        <thead>\n                            <tr>\n                                <th>Transplant Type<\/th>\n                                <th>United States<\/th>\n                                <th>United Kingdom<\/th>\n                                <th>Turkey (Medestanbul)<\/th>\n                            <\/tr>\n                        <\/thead>\n                        <tbody>\n                            <tr>\n                                <td><strong>Living Donor Transplant<\/strong><\/td>\n                                <td>$100,000 &#8211; $300,000<\/td>\n                                <td>\u00a350,000 &#8211; \u00a3100,000<\/td>\n                                <td>$25,000 &#8211; $35,000<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Deceased Donor Transplant<\/strong><\/td>\n                                <td>$150,000 &#8211; $400,000<\/td>\n                                <td>\u00a375,000 &#8211; \u00a3150,000<\/td>\n                                <td>$30,000 &#8211; $45,000<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>Donor Evaluation &#038; Surgery<\/strong><\/td>\n                                <td>$30,000 &#8211; $60,000<\/td>\n                                <td>\u00a320,000 &#8211; \u00a340,000<\/td>\n                                <td>$8,000 &#8211; $12,000<\/td>\n                            <\/tr>\n                            <tr>\n                                <td><strong>First Year Follow-up<\/strong><\/td>\n                                <td>$20,000 &#8211; $40,000<\/td>\n                                <td>\u00a315,000 &#8211; \u00a330,000<\/td>\n                                <td>$5,000 &#8211; $8,000<\/td>\n                            <\/tr>\n                        <\/tbody>\n                    <\/table>\n                    <p style=\"margin-top: 15px; color: var(--accent); font-weight: 600;\">\n                        <i class=\"fas fa-percentage\"><\/i> Save 70-85% compared to Western countries with equivalent or higher success rates.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Risks & Outcomes -->\n        <section class=\"content-section\">\n            <h2 class=\"section-title\">Risks, Complications &#038; Outcomes<\/h2>\n            <p class=\"section-subtitle\">Informed consent requires understanding potential risks and expected outcomes of kidney transplantation.<\/p>\n            \n            <div class=\"two-column\">\n                <div>\n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-exclamation-triangle\"><\/i> Surgical Complications<\/h3>\n                        <p>Potential surgical risks include:<\/p>\n                        <ul class=\"candidate-list warning-list\" style=\"margin-top: 15px;\">\n                            <li><strong>Bleeding:<\/strong> 1-3% require reoperation<\/li>\n                            <li><strong>Infection:<\/strong> 5-10% wound or deep infection<\/li>\n                            <li><strong>Urine leak:<\/strong> 1-3% from ureteral anastomosis<\/li>\n                            <li><strong>Vascular complications:<\/strong> 1-2% thrombosis or stenosis<\/li>\n                            <li><strong>Lymphocele:<\/strong> 1-5% accumulation of lymph fluid<\/li>\n                            <li><strong>Graft loss:<\/strong> 2-5% early graft loss<\/li>\n                            <li><strong>Death:<\/strong> <1% perioperative mortality<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-pills\"><\/i> Medical Complications<\/h3>\n                        <p>Potential medical issues after transplant:<\/p>\n                        <ul class=\"candidate-list warning-list\" style=\"margin-top: 15px;\">\n                            <li><strong>Acute rejection:<\/strong> 10-20% in first year (usually treatable)<\/li>\n                            <li><strong>Infections:<\/strong> Increased risk due to immunosuppression<\/li>\n                            <li><strong>Diabetes:<\/strong> New onset in 10-30% (steroid-related)<\/li>\n                            <li><strong>Hypertension:<\/strong> Common, requires management<\/li>\n                            <li><strong>Cancer risk:<\/strong> Increased risk of certain cancers<\/li>\n                            <li><strong>Bone disease:<\/strong> Osteoporosis from steroids<\/li>\n                            <li><strong>Cardiovascular disease:<\/strong> Remains leading cause of death<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                \n                <div>\n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-chart-line\"><\/i> Expected Outcomes<\/h3>\n                        <p>Typical results from kidney transplantation:<\/p>\n                        <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                            <li><strong>1-year graft survival:<\/strong> 95% living donor, 90% deceased donor<\/li>\n                            <li><strong>5-year graft survival:<\/strong> 85% living donor, 75% deceased donor<\/li>\n                            <li><strong>10-year graft survival:<\/strong> 70% living donor, 55% deceased donor<\/li>\n                            <li><strong>Patient survival:<\/strong> 98% 1-year, 90% 5-year, 75% 10-year<\/li>\n                            <li><strong>Quality of life:<\/strong> Significantly improved vs dialysis<\/li>\n                            <li><strong>Return to work:<\/strong> 60-80% return to employment<\/li>\n                            <li><strong>Cost-effectiveness:<\/strong> More cost-effective than dialysis after 2-3 years<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"procedure-card\">\n                        <h3><i class=\"fas fa-shield-alt\"><\/i> Risk Reduction Strategies<\/h3>\n                        <p>Our protocols to maximize success and safety:<\/p>\n                        <ul class=\"candidate-list\" style=\"margin-top: 15px;\">\n                            <li><strong>Comprehensive evaluation:<\/strong> Careful patient and donor selection<\/li>\n                            <li><strong>Advanced matching:<\/strong> Sophisticated immunological assessment<\/li>\n                            <li><strong>Minimally invasive surgery:<\/strong> Reduced donor and recipient morbidity<\/li>\n                            <li><strong>Individualized immunosuppression:<\/strong> Therapeutic drug monitoring<\/li>\n                            <li><strong>Close monitoring:<\/strong> Frequent follow-up and surveillance<\/li>\n                            <li><strong>Patient education:<\/strong> Comprehensive teaching for self-management<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- FAQ -->\n        <section class=\"content-section faq-section\">\n            <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n            <p class=\"section-subtitle\">Important information for patients considering kidney transplantation at Medestanbul.<\/p>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    How long does a kidney transplant last?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Kidney transplant longevity varies: <strong>Living donor kidneys<\/strong> last on average 15-20 years, with some lasting 25+ years. <strong>Deceased donor kidneys<\/strong> last on average 10-15 years. Many factors affect longevity: <strong>Donor type<\/strong> (living vs deceased, age, health), <strong>Recipient factors<\/strong> (age, adherence to medications, controlling blood pressure and diabetes), <strong>Immunological factors<\/strong> (tissue matching, antibody development), <strong>Medical care<\/strong> (quality of follow-up, complication management). Some patients receive multiple transplants in their lifetime. The half-life (time until 50% of transplants are still functioning) is approximately 15 years for living donor and 10 years for deceased donor transplants. With advances in immunosuppression and care, these numbers continue to improve.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    What is the recovery time for kidney donors?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Living kidney donor recovery: <strong>Hospital stay:<\/strong> 2-3 days for laparoscopic donor nephrectomy, <strong>Initial recovery:<\/strong> 2-3 weeks before returning to desk work, 4-6 weeks before heavy physical work, <strong>Pain:<\/strong> Managed with medications, significantly less with laparoscopic vs open surgery, <strong>Activity restrictions:<\/strong> No heavy lifting (>10 lbs) for 4-6 weeks, no driving for 1-2 weeks (or while on pain medications), <strong>Follow-up:<\/strong> Clinic visit at 2 weeks, 6 weeks, 6 months, 1 year, then annually, <strong>Long-term:<\/strong> Donors can live normal, healthy lives with one kidney. Studies show life expectancy for donors is similar to the general population. Donors have slightly higher risk of high blood pressure and protein in urine long-term but these are usually mild and manageable. Psychological benefits often reported from helping a loved one.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Can I get a transplant if I don&#8217;t have a living donor?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p><strong>Yes, through our deceased donor program.<\/strong> We maintain an active deceased donor transplant program with wait times of 3-6 months for international patients (significantly shorter than many Western countries where wait times are 3-5 years). The process: 1) <strong>Evaluation:<\/strong> Complete medical assessment, 2) <strong>Listing:<\/strong> Activated on national transplant list once approved, 3) <strong>Waiting:<\/strong> Remain in contact, may need to travel quickly when an organ becomes available, 4) <strong>Transplant:<\/strong> Surgery when compatible organ available. We also offer: <strong>Paired exchange programs<\/strong> for incompatible living donor pairs, <strong>Altruistic donor chains<\/strong> initiated by non-directed donors, <strong>Advanced matching programs<\/strong> for highly sensitized patients. Many patients without living donors successfully receive transplants through our deceased donor program.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    What medications will I need after transplant?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Transplant recipients require lifelong medications: <strong>Immunosuppressants<\/strong> (prevent rejection): Usually 2-3 drugs including a calcineurin inhibitor (tacrolimus or cyclosporine), an antimetabolite (mycophenolate or azathioprine), and possibly steroids (prednisone). <strong>Other medications:<\/strong> Anti-infectives (antibiotics, antivirals, antifungals initially), Blood pressure medications (often needed), Cholesterol medications (statins often prescribed), Bone health medications (calcium, vitamin D, sometimes bisphosphonates), Diabetes medications if needed. <strong>Key points:<\/strong> Never stop immunosuppression without medical advice, therapeutic drug monitoring guides dosing, costs average $200-500\/month after first year, we help arrange medication supply for international patients. Medication regimens are individualized based on your specific needs and response.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">\n                    Why choose Turkey for kidney transplantation?\n                    <i class=\"fas fa-chevron-down\"><\/i>\n                <\/div>\n                <div class=\"faq-answer\">\n                    <p>Turkey is a global leader in kidney transplantation because: 1) <strong>Short Wait Times:<\/strong> 3-6 months vs 3-5 years in many Western countries, 2) <strong>High Success Rates:<\/strong> 95% 1-year graft survival matching international benchmarks, 3) <strong>Cost-Effectiveness:<\/strong> 70-85% lower costs with equivalent quality, 4) <strong>Advanced Technology:<\/strong> State-of-the-art laparoscopic and robotic techniques, sophisticated immunological matching, 5) <strong>Experienced Teams:<\/strong> High-volume transplant centers with >2,000 transplants performed, 6) <strong>Comprehensive Care:<\/strong> Integrated transplant programs with all specialists in one center, 7) <strong>Living Donor Focus:<\/strong> Expertise in minimally invasive donor nephrectomy with excellent donor outcomes, 8) <strong>International Patient Services:<\/strong> Dedicated coordinators, multilingual staff, seamless care coordination. Turkey has become a destination for transplant tourism with outcomes published in international medical journals.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Donor Information Section -->\n        <section class=\"content-section\" style=\"background: linear-gradient(135deg, #1a5276 0%, #2980b9 100%); color: white; border-radius: var(--border-radius); padding: 40px;\">\n            <div class=\"two-column\" style=\"align-items: center;\">\n                <div>\n                    <h2 style=\"color: white; margin-bottom: 15px;\">Become a Living Kidney Donor<\/h2>\n                    <p>Giving the gift of life through kidney donation. Our comprehensive donor program ensures donor safety and excellent outcomes through meticulous evaluation and minimally invasive surgery.<\/p>\n                    <div style=\"display: flex; gap: 15px; margin-top: 20px;\">\n                        <a href=\"donor-information.html\" class=\"btn\" style=\"background-color: white; color: #2980b9;\">\n                            <i class=\"fas fa-hand-holding-heart\"><\/i> Learn About Donation\n                        <\/a>\n                        <a href=\"donor-evaluation.html\" class=\"btn\" style=\"background-color: transparent; border: 2px solid white; color: white;\">\n                            Donor Evaluation Process\n                        <\/a>\n                    <\/div>\n                <\/div>\n                <div style=\"text-align: center;\">\n                    <i class=\"fas fa-hands-helping\" style=\"font-size: 4rem; opacity: 0.8; margin-bottom: 15px;\"><\/i>\n                    <p><strong>The Ultimate Gift<\/strong><br>One kidney can save a life and transform many others<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Main CTA -->\n        <section class=\"cta-section\">\n            <h2 class=\"cta-title\">Begin Your Journey to Transplant Freedom<\/h2>\n            <p style=\"font-size: 1.2rem; max-width: 700px; margin: 0 auto 30px; opacity: 0.9;\">\n                Take the first step toward freedom from dialysis. Schedule a comprehensive transplant evaluation with our world-class nephrology and transplant surgery team.\n            <\/p>\n            <div style=\"display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;\">\n                <a href=\"consultation.html\" class=\"btn btn-primary\" style=\"background-color: var(--white); color: var(--primary);\">\n                    <i class=\"fas fa-stethoscope\"><\/i> Transplant Evaluation\n                <\/a>\n                <a href=\"second-opinion.html\" class=\"btn btn-secondary\">\n                    <i class=\"fas fa-file-medical\"><\/i> Get a Second Opinion\n                <\/a>\n            <\/div>\n            <p style=\"margin-top: 20px; font-size: 0.9rem; opacity: 0.8;\">\n                <i class=\"fas fa-info-circle\"><\/i> All consultations include: Comprehensive renal assessment, transplant options review, donor evaluation information, and detailed cost estimate.\n            <\/p>\n        <\/section>\n    <\/div>\n\n    <script>\n        \/\/ FAQ Toggle Functionality\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const item = question.parentElement;\n                item.classList.toggle('active');\n            });\n        });\n\n        \/\/ Animate stats counter\n        document.addEventListener('DOMContentLoaded', function() {\n            const statNumbers = document.querySelectorAll('.stat-number');\n            statNumbers.forEach(stat => {\n                const text = stat.textContent;\n                let finalNumber;\n                \n                if (text.includes('+')) {\n                    finalNumber = parseInt(text);\n                } else if (text.includes('%')) {\n                    finalNumber = parseInt(text);\n                } else {\n                    finalNumber = parseInt(text);\n                }\n                \n                let currentNumber = 0;\n                const increment = finalNumber \/ 30;\n                const timer = setInterval(() => {\n                    currentNumber += increment;\n                    if (currentNumber >= finalNumber) {\n                        stat.textContent = text;\n                        clearInterval(timer);\n                    } else {\n                        if (text.includes('%')) {\n                            stat.textContent = Math.floor(currentNumber) + '%';\n                        } else if (text.includes('+')) {\n                            stat.textContent = Math.floor(currentNumber) + '+';\n                        } else {\n                            stat.textContent = Math.floor(currentNumber);\n                        }\n                    }\n                }, 40);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kidney Transplant | Renal Transplantation | Medestanbul Need a Kidney Transplant? Wait Times Under 6 Months for International Patients New Life Through Kidney Transplantation Kidney Transplant Life-saving renal transplantation offering freedom from dialysis and significantly improved quality of life. Our comprehensive transplant program provides expert care from evaluation through long-term follow-up with exceptional success rates. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"tpgb_global_settings":"","footnotes":""},"class_list":["post-183","page","type-page","status-publish","hentry"],"tpgb_featured_images":null,"tpgb_post_meta_info":{"get_date":"December 14, 2025","get_modified_date":"December 14, 2025","author_name":"admin","author_url":"https:\/\/medestanbul.com\/index.php\/author\/admin\/","author_email":"admin@medestanbul.com","author_website":"https:\/\/medestanbul.com\/wordpress_K","author_description":"","author_facebook":"","author_twitter":"","author_instagram":"","author_role":["administrator"],"author_firstname":"","author_lastname":"","user_login":"Admin","author_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/a71e8f9882ea120032b57b19b18f28a2719668ac7e0a6faab20f29574e62d526?s=200&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/a71e8f9882ea120032b57b19b18f28a2719668ac7e0a6faab20f29574e62d526?s=400&#038;d=mm&#038;r=g 2x' class='avatar avatar-200 photo' height='200' width='200' decoding='async'\/>","author_avatar_url":"https:\/\/secure.gravatar.com\/avatar\/a71e8f9882ea120032b57b19b18f28a2719668ac7e0a6faab20f29574e62d526?s=96&d=mm&r=g","comment_count":0,"post_likes":0,"post_views":0},"tpgb_post_category":[],"_links":{"self":[{"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/pages\/183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/comments?post=183"}],"version-history":[{"count":1,"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/pages\/183\/revisions"}],"predecessor-version":[{"id":184,"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/pages\/183\/revisions\/184"}],"wp:attachment":[{"href":"https:\/\/medestanbul.com\/index.php\/wp-json\/wp\/v2\/media?parent=183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}