{"id":22,"date":"2023-11-20T11:34:45","date_gmt":"2023-11-20T11:34:45","guid":{"rendered":"https:\/\/seldacenter.com\/yeniyapi\/?page_id=22"},"modified":"2026-01-28T21:33:16","modified_gmt":"2026-01-28T21:33:16","slug":"ana-sayfa","status":"publish","type":"page","link":"https:\/\/seldacenter.com\/it\/","title":{"rendered":"pagina iniziale"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"22\" class=\"elementor elementor-22\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e5b357f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"e5b357f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f236db9\" data-id=\"f236db9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-08d065b elementor-widget elementor-widget-html\" data-id=\"08d065b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600;700&display=swap');\n\n.selda-hero * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.selda-hero {\n    --sh-blue: #1C5EA6;\n    --sh-blue-light: #4A90D9;\n    --sh-blue-glow: #2E7BC4;\n    --sh-dark: #050A10;\n    --sh-dark-mid: #0B1420;\n    --sh-white: #FFFFFF;\n    --sh-gray: #8BA3BB;\n    --sh-gold: #C9A962;\n    \n    font-family: 'DM Sans', sans-serif;\n    background: var(--sh-dark);\n    color: var(--sh-white);\n    min-height: 100vh;\n    width: 100%;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 2rem 0;\n}\n\n\/* Animated Background *\/\n.selda-hero-bg {\n    position: absolute;\n    inset: 0;\n    z-index: 0;\n    overflow: hidden;\n}\n\n.selda-hero-bg::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: \n        radial-gradient(ellipse 80% 50% at 20% 40%, rgba(28, 94, 166, 0.15) 0%, transparent 50%),\n        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(74, 144, 217, 0.1) 0%, transparent 50%),\n        radial-gradient(ellipse 50% 30% at 50% 80%, rgba(201, 169, 98, 0.05) 0%, transparent 50%);\n}\n\n\/* Floating Orbs *\/\n.selda-hero-orb {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(60px);\n    opacity: 0.5;\n    animation: float 20s ease-in-out infinite;\n}\n\n.selda-hero-orb-1 {\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(28, 94, 166, 0.4) 0%, transparent 70%);\n    top: -10%;\n    left: -5%;\n    animation-delay: 0s;\n}\n\n.selda-hero-orb-2 {\n    width: 300px;\n    height: 300px;\n    background: radial-gradient(circle, rgba(74, 144, 217, 0.3) 0%, transparent 70%);\n    bottom: 10%;\n    right: -5%;\n    animation-delay: -7s;\n}\n\n.selda-hero-orb-3 {\n    width: 200px;\n    height: 200px;\n    background: radial-gradient(circle, rgba(201, 169, 98, 0.2) 0%, transparent 70%);\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    animation-delay: -14s;\n}\n\n@keyframes float {\n    0%, 100% { transform: translate(0, 0) scale(1); }\n    25% { transform: translate(30px, -30px) scale(1.05); }\n    50% { transform: translate(-20px, 20px) scale(0.95); }\n    75% { transform: translate(20px, 30px) scale(1.02); }\n}\n\n\/* Grid Pattern Overlay *\/\n.selda-hero-grid {\n    position: absolute;\n    inset: 0;\n    background-image: \n        linear-gradient(rgba(28, 94, 166, 0.03) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(28, 94, 166, 0.03) 1px, transparent 1px);\n    background-size: 60px 60px;\n    mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 70%);\n}\n\n\/* Content *\/\n.selda-hero-content {\n    position: relative;\n    z-index: 10;\n    text-align: center;\n    padding: 0 5%;\n    max-width: 1200px;\n    animation: fadeInUp 1s ease-out;\n}\n\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(40px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n\/* Badge *\/\n.selda-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.6rem;\n    padding: 0.6rem 1.4rem;\n    background: linear-gradient(135deg, rgba(28, 94, 166, 0.15) 0%, rgba(201, 169, 98, 0.08) 100%);\n    border: 1px solid rgba(28, 94, 166, 0.25);\n    border-radius: 50px;\n    margin-bottom: 2rem;\n    backdrop-filter: blur(10px);\n    animation: fadeInUp 1s ease-out 0.1s both;\n}\n\n.selda-hero-badge-dot {\n    width: 8px;\n    height: 8px;\n    background: var(--sh-gold);\n    border-radius: 50%;\n    animation: pulse 2s ease-in-out infinite;\n}\n\n@keyframes pulse {\n    0%, 100% { opacity: 1; transform: scale(1); }\n    50% { opacity: 0.5; transform: scale(0.8); }\n}\n\n.selda-hero-badge span {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--sh-gray);\n}\n\n\/* Title *\/\n.selda-hero-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.8rem, 7vw, 5.5rem);\n    font-weight: 700;\n    line-height: 1.1;\n    margin-bottom: 1.5rem;\n    animation: fadeInUp 1s ease-out 0.2s both;\n    color: var(--sh-white);\n}\n\n.selda-hero-title .sh-highlight {\n    color: var(--sh-white);\n}\n\n.selda-hero-title .sh-thin {\n    font-weight: 400;\n    color: var(--sh-white);\n    opacity: 0.85;\n}\n\n\/* Subtitle *\/\n.selda-hero-subtitle {\n    font-size: clamp(1rem, 1.8vw, 1.25rem);\n    color: var(--sh-gray);\n    max-width: 650px;\n    margin: 0 auto 3rem;\n    line-height: 1.7;\n    font-weight: 300;\n    animation: fadeInUp 1s ease-out 0.3s both;\n}\n\n\/* Services - Horizontal Pills *\/\n.selda-hero-services {\n    display: flex;\n    justify-content: center;\n    gap: 0.75rem;\n    flex-wrap: wrap;\n    margin-bottom: 3.5rem;\n    animation: fadeInUp 1s ease-out 0.4s both;\n}\n\n.selda-hero-service {\n    font-size: 0.8rem;\n    color: var(--sh-white);\n    font-weight: 500;\n    padding: 0.6rem 1.2rem;\n    background: rgba(255, 255, 255, 0.03);\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 50px;\n    transition: all 0.3s ease;\n}\n\n.selda-hero-service:hover {\n    background: rgba(28, 94, 166, 0.15);\n    border-color: var(--sh-blue);\n    transform: translateY(-2px);\n}\n\n\/* Countries Grid - Premium Cards *\/\n.selda-hero-countries {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1rem;\n    margin-bottom: 3.5rem;\n    animation: fadeInUp 1s ease-out 0.5s both;\n}\n\n.selda-hero-country {\n    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);\n    border: 1px solid rgba(255, 255, 255, 0.06);\n    border-radius: 16px;\n    padding: 1.75rem 1.25rem;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n    overflow: hidden;\n}\n\n.selda-hero-country::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(28, 94, 166, 0.1) 0%, transparent 50%);\n    opacity: 0;\n    transition: opacity 0.4s ease;\n}\n\n.selda-hero-country:hover {\n    background: linear-gradient(145deg, rgba(28, 94, 166, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);\n    border-color: rgba(28, 94, 166, 0.4);\n    transform: translateY(-8px);\n    box-shadow: \n        0 20px 40px rgba(0, 0, 0, 0.3),\n        0 0 60px rgba(28, 94, 166, 0.1);\n}\n\n.selda-hero-country:hover::before {\n    opacity: 1;\n}\n\n.selda-hero-flag {\n    width: 56px;\n    height: 40px;\n    margin: 0 auto 1rem;\n    border-radius: 6px;\n    overflow: hidden;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);\n    object-fit: cover;\n    position: relative;\n    z-index: 1;\n}\n\n.selda-hero-country-name {\n    display: block;\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--sh-white);\n    position: relative;\n    z-index: 1;\n}\n\n.selda-hero-country-sub {\n    display: block;\n    font-size: 0.7rem;\n    color: var(--sh-gray);\n    margin-top: 0.3rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 500;\n    position: relative;\n    z-index: 1;\n}\n\n\/* CTA Buttons *\/\n.selda-hero-cta {\n    display: flex;\n    justify-content: center;\n    gap: 1rem;\n    animation: fadeInUp 1s ease-out 0.6s both;\n}\n\n.selda-hero-cta-primary {\n    padding: 1.1rem 2.5rem;\n    background: linear-gradient(135deg, var(--sh-blue) 0%, var(--sh-blue-glow) 100%);\n    color: var(--sh-white) !important;\n    font-weight: 600;\n    border-radius: 12px;\n    text-decoration: none;\n    font-size: 0.95rem;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    box-shadow: \n        0 4px 15px rgba(28, 94, 166, 0.3),\n        inset 0 1px 0 rgba(255, 255, 255, 0.1);\n    position: relative;\n    overflow: hidden;\n}\n\n.selda-hero-cta-primary::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.1) 100%);\n    opacity: 0;\n    transition: opacity 0.3s ease;\n}\n\n.selda-hero-cta-primary:hover {\n    transform: translateY(-3px);\n    box-shadow: \n        0 8px 30px rgba(28, 94, 166, 0.4),\n        inset 0 1px 0 rgba(255, 255, 255, 0.15);\n}\n\n.selda-hero-cta-primary:hover::before {\n    opacity: 1;\n}\n\n.selda-hero-cta-secondary {\n    padding: 1.1rem 2.5rem;\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    background: rgba(255, 255, 255, 0.02);\n    color: var(--sh-white) !important;\n    border-radius: 12px;\n    text-decoration: none;\n    font-size: 0.95rem;\n    font-weight: 500;\n    transition: all 0.3s ease;\n    backdrop-filter: blur(10px);\n}\n\n.selda-hero-cta-secondary:hover {\n    background: rgba(255, 255, 255, 0.05);\n    border-color: rgba(255, 255, 255, 0.25);\n    transform: translateY(-3px);\n}\n\n\/* Bottom Stats *\/\n.selda-hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 3rem;\n    margin-top: 4rem;\n    padding-top: 3rem;\n    border-top: 1px solid rgba(255, 255, 255, 0.05);\n    animation: fadeInUp 1s ease-out 0.7s both;\n}\n\n.selda-hero-stat {\n    text-align: center;\n}\n\n.selda-hero-stat-value {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.5rem;\n    font-weight: 700;\n    background: linear-gradient(135deg, var(--sh-white) 0%, var(--sh-gray) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n}\n\n.selda-hero-stat-label {\n    font-size: 0.75rem;\n    color: var(--sh-gray);\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    margin-top: 0.3rem;\n    font-weight: 500;\n}\n\n\/* Responsive *\/\n@media (max-width: 992px) {\n    .selda-hero-countries { grid-template-columns: repeat(2, 1fr); gap: 1rem; }\n}\n\n@media (max-width: 768px) {\n    .selda-hero { \n        padding: 2rem 1rem; \n        min-height: auto; \n        padding-top: 4rem; \n        padding-bottom: 3rem; \n    }\n    .selda-hero-content {\n        padding: 0 1rem;\n    }\n    .selda-hero-badge {\n        padding: 0.5rem 1rem;\n        margin-bottom: 1.5rem;\n    }\n    .selda-hero-badge span {\n        font-size: 0.6rem;\n        letter-spacing: 1.5px;\n    }\n    .selda-hero-title {\n        font-size: 2.5rem;\n        margin-bottom: 1rem;\n    }\n    .selda-hero-subtitle {\n        font-size: 0.95rem;\n        margin-bottom: 2rem;\n        padding: 0 0.5rem;\n    }\n    .selda-hero-services { \n        gap: 0.5rem; \n        margin-bottom: 2.5rem;\n    }\n    .selda-hero-service { \n        padding: 0.5rem 1rem; \n        font-size: 0.75rem; \n    }\n    .selda-hero-countries {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 0.75rem;\n        margin-bottom: 2.5rem;\n    }\n    .selda-hero-country {\n        padding: 1.25rem 1rem;\n    }\n    .selda-hero-flag {\n        width: 48px;\n        height: 34px;\n        margin-bottom: 0.75rem;\n    }\n    .selda-hero-country-name {\n        font-size: 0.9rem;\n    }\n    .selda-hero-cta { \n        flex-direction: column; \n        align-items: center;\n        gap: 0.75rem;\n    }\n    .selda-hero-cta-primary, \n    .selda-hero-cta-secondary { \n        width: 100%; \n        max-width: 300px; \n        text-align: center;\n        padding: 1rem 2rem;\n    }\n    .selda-hero-orb-1 {\n        width: 250px;\n        height: 250px;\n    }\n    .selda-hero-orb-2 {\n        width: 200px;\n        height: 200px;\n    }\n    .selda-hero-orb-3 {\n        width: 150px;\n        height: 150px;\n    }\n}\n\n@media (max-width: 480px) {\n    .selda-hero {\n        padding-top: 3rem;\n        padding-bottom: 2.5rem;\n    }\n    .selda-hero-title {\n        font-size: 2rem;\n    }\n    .selda-hero-subtitle {\n        font-size: 0.9rem;\n    }\n    .selda-hero-countries { \n        gap: 0.5rem; \n    }\n    .selda-hero-country { \n        padding: 1rem 0.75rem; \n        border-radius: 12px;\n    }\n    .selda-hero-flag { \n        width: 40px; \n        height: 28px; \n    }\n    .selda-hero-country-name { \n        font-size: 0.8rem; \n    }\n    .selda-hero-service {\n        padding: 0.4rem 0.8rem;\n        font-size: 0.7rem;\n    }\n    .selda-hero-cta-primary, \n    .selda-hero-cta-secondary {\n        padding: 0.9rem 1.5rem;\n        font-size: 0.9rem;\n    }\n}\n<\/style>\n\n<section class=\"selda-hero\">\n    <!-- Animated Background -->\n    <div class=\"selda-hero-bg\">\n        <div class=\"selda-hero-orb selda-hero-orb-1\"><\/div>\n        <div class=\"selda-hero-orb selda-hero-orb-2\"><\/div>\n        <div class=\"selda-hero-orb selda-hero-orb-3\"><\/div>\n        <div class=\"selda-hero-grid\"><\/div>\n    <\/div>\n\n    <div class=\"selda-hero-content\">\n        <!-- Badge -->\n        <div class=\"selda-hero-badge\">\n            <div class=\"selda-hero-badge-dot\"><\/div>\n            <span>Rete sanitaria internazionale<\/span>\n        <\/div>\n\n        <!-- Title -->\n        <h1 class=\"selda-hero-title\">\n            <span class=\"sh-highlight\">4 paesi.<\/span><br>\n            <span class=\"sh-thin\">Un solo Trust.<\/span>\n        <\/h1>\n\n        <!-- Subtitle -->\n        <p class=\"selda-hero-subtitle\">\n            Grazie all&#039;esperienza leader di T\u00fcrkiye, offriamo soluzioni estetiche e sanitarie di livello mondiale direttamente a casa tua.\n        <\/p>\n\n        <!-- Services -->\n        <div class=\"selda-hero-services\">\n            <span class=\"selda-hero-service\">Trapianto di capelli<\/span>\n            <span class=\"selda-hero-service\">Estetica dentale<\/span>\n            <span class=\"selda-hero-service\">Chirurgia plastica<\/span>\n            <span class=\"selda-hero-service\">Chirurgia dell&#039;obesit\u00e0<\/span>\n        <\/div>\n\n        <!-- Countries -->\n        <div class=\"selda-hero-countries\">\n            <div class=\"selda-hero-country\">\n                <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w80\/tr.png\" srcset=\"https:\/\/flagcdn.com\/w160\/tr.png 2x\" alt=\"T\u00fcrkiye Bayra\u011f\u0131\" class=\"selda-hero-flag\">\n                <span class=\"selda-hero-country-name\">Turchia<\/span>\n            <\/div>\n            <div class=\"selda-hero-country\">\n                <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w80\/al.png\" srcset=\"https:\/\/flagcdn.com\/w160\/al.png 2x\" alt=\"Arnavutluk Bayra\u011f\u0131\" class=\"selda-hero-flag\">\n                <span class=\"selda-hero-country-name\">Albania<\/span>\n            <\/div>\n            <div class=\"selda-hero-country\">\n                <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w80\/de.png\" srcset=\"https:\/\/flagcdn.com\/w160\/de.png 2x\" alt=\"Almanya Bayra\u011f\u0131\" class=\"selda-hero-flag\">\n                <span class=\"selda-hero-country-name\">Germania<\/span>\n            <\/div>\n            <div class=\"selda-hero-country\">\n                <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w80\/co.png\" srcset=\"https:\/\/flagcdn.com\/w160\/co.png 2x\" alt=\"Kolombiya Bayra\u011f\u0131\" class=\"selda-hero-flag\">\n                <span class=\"selda-hero-country-name\">Colombia<\/span>\n            <\/div>\n        <\/div>\n\n        <!-- CTA -->\n        <div class=\"selda-hero-cta\">\n            <a href=\"https:\/\/wa.me\/905535899189\" class=\"selda-hero-cta-primary\">Consulenza gratuita<\/a>\n            <a href=\"tel:+905535899189\" class=\"selda-hero-cta-secondary\">Chiama ora<\/a>\n        <\/div>\n\n\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-86ce0b4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"86ce0b4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7a6dd37\" data-id=\"7a6dd37\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b88406a elementor-widget elementor-widget-html\" data-id=\"b88406a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.selda-instagram * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.selda-instagram {\n    --si-blue: #1C5EA6;\n    --si-blue-light: #3a82ce;\n    --si-dark: #0A1118;\n    --si-white: #FFFFFF;\n    --si-gray: #64748b;\n    \n    font-family: 'Outfit', sans-serif;\n    background: var(--si-white);\n    color: var(--si-dark);\n    padding: 5rem 5%;\n    position: relative;\n}\n\n.selda-instagram::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(28, 94, 166, 0.3), transparent);\n}\n\n.selda-instagram-header {\n    text-align: center;\n    margin-bottom: 3rem;\n}\n\n.selda-instagram-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.5rem 1.25rem;\n    background: rgba(28, 94, 166, 0.12);\n    border: 1px solid rgba(28, 94, 166, 0.3);\n    border-radius: 50px;\n    margin-bottom: 1rem;\n}\n\n.selda-instagram-badge svg {\n    width: 16px;\n    height: 16px;\n    fill: var(--si-blue);\n}\n\n.selda-instagram-badge span {\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--si-blue);\n}\n\n.selda-instagram-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.8rem, 3.5vw, 2.5rem);\n    font-weight: 700;\n    margin-bottom: 0.75rem;\n}\n\n.selda-instagram-title .si-highlight {\n    color: var(--si-blue);\n}\n\n.selda-instagram-subtitle {\n    font-size: 1rem;\n    color: var(--si-gray);\n    max-width: 500px;\n    margin: 0 auto;\n}\n\n.selda-instagram-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n    max-width: 1200px;\n    margin: 0 auto 2.5rem;\n}\n\n.selda-instagram-item {\n    background: var(--si-white);\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    padding: 1rem;\n    transition: all 0.4s ease;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n}\n\n.selda-instagram-item:hover {\n    border-color: var(--si-blue);\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(28, 94, 166, 0.15);\n}\n\n.selda-instagram-item blockquote {\n    margin: 0 !important;\n    max-width: 100% !important;\n    min-width: 0 !important;\n    width: 100% !important;\n}\n\n.selda-instagram-cta {\n    text-align: center;\n}\n\n.selda-instagram-cta a {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.6rem;\n    padding: 1rem 2rem;\n    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);\n    color: var(--si-white) !important;\n    font-weight: 600;\n    border-radius: 8px;\n    text-decoration: none;\n    font-size: 0.95rem;\n    transition: 0.3s;\n    box-shadow: 0 4px 15px rgba(131, 58, 180, 0.3);\n}\n\n.selda-instagram-cta a:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 25px rgba(131, 58, 180, 0.4);\n}\n\n.selda-instagram-cta svg {\n    width: 20px;\n    height: 20px;\n    fill: white;\n}\n\n@media (max-width: 992px) {\n    .selda-instagram-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n    .selda-instagram-item:last-child {\n        grid-column: span 2;\n        max-width: 50%;\n        margin: 0 auto;\n    }\n}\n\n@media (max-width: 600px) {\n    .selda-instagram-grid {\n        grid-template-columns: 1fr;\n    }\n    .selda-instagram-item:last-child {\n        grid-column: span 1;\n        max-width: 100%;\n    }\n    .selda-instagram { padding: 3rem 1rem; }\n}\n<\/style>\n\n<section class=\"selda-instagram\">\n    <div class=\"selda-instagram-header\">\n        <div class=\"selda-instagram-badge\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\/>\n            <\/svg>\n            <span>Instagram<\/span>\n        <\/div>\n        \n        <h2 class=\"selda-instagram-title\">\n            Noi <span class=\"si-highlight\">Seguire<\/span>\n        <\/h2>\n        \n        <p class=\"selda-instagram-subtitle\">\n            Seguiteci su Instagram per scoprire le esperienze reali dei pazienti e i nostri contenuti aggiornati.\n        <\/p>\n    <\/div>\n\n    <div class=\"selda-instagram-grid\">\n        <div class=\"selda-instagram-item\">\n            <blockquote class=\"instagram-media\" data-instgrm-permalink=\"https:\/\/www.instagram.com\/reel\/DTcb2wggqAw\/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https:\/\/www.instagram.com\/reel\/DTcb2wggqAw\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"><\/div><\/div><\/div><div style=\"padding: 19% 0;\"><\/div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewbox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"><\/path><\/g><\/g><\/g><\/svg><\/div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">Guarda questo post su Instagram<\/div><\/div><div style=\"padding: 12.5% 0;\"><\/div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"><\/div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"><\/div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"><\/div><\/div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"><\/div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"><\/div><\/div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"><\/div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"><\/div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"><\/div><\/div><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"><\/div><\/div><\/a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https:\/\/www.instagram.com\/reel\/DTcb2wggqAw\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">Un post condiviso da SeldaCenter International Health \/ Tirana (@seldacenter.albania)<\/a><\/p><\/div><\/blockquote>\n        <\/div>\n\n        <div class=\"selda-instagram-item\">\n            <blockquote class=\"instagram-media\" data-instgrm-permalink=\"https:\/\/www.instagram.com\/reel\/DS1278VlCCe\/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https:\/\/www.instagram.com\/reel\/DS1278VlCCe\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"><\/div><\/div><\/div><div style=\"padding: 19% 0;\"><\/div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewbox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"><\/path><\/g><\/g><\/g><\/svg><\/div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">Guarda questo post su Instagram<\/div><\/div><div style=\"padding: 12.5% 0;\"><\/div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"><\/div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"><\/div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"><\/div><\/div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"><\/div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"><\/div><\/div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"><\/div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"><\/div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"><\/div><\/div><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"><\/div><\/div><\/a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https:\/\/www.instagram.com\/reel\/DS1278VlCCe\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">Un post condiviso da SeldaCenter International Health \/ Tirana (@seldacenter.albania)<\/a><\/p><\/div><\/blockquote>\n        <\/div>\n\n        <div class=\"selda-instagram-item\">\n            <blockquote class=\"instagram-media\" data-instgrm-permalink=\"https:\/\/www.instagram.com\/reel\/DTSN6EpCL0F\/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https:\/\/www.instagram.com\/reel\/DTSN6EpCL0F\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"><\/div><\/div><\/div><div style=\"padding: 19% 0;\"><\/div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewbox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"><\/path><\/g><\/g><\/g><\/svg><\/div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">Guarda questo post su Instagram<\/div><\/div><div style=\"padding: 12.5% 0;\"><\/div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"><\/div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"><\/div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"><\/div><\/div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"><\/div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"><\/div><\/div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"><\/div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"><\/div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"><\/div><\/div><\/div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"><\/div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"><\/div><\/div><\/a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https:\/\/www.instagram.com\/reel\/DTSN6EpCL0F\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">Un post condiviso da SeldaCenter International Health \/ Tirana (@seldacenter.albania)<\/a><\/p><\/div><\/blockquote>\n        <\/div>\n    <\/div>\n\n    <div class=\"selda-instagram-cta\">\n        <a href=\"https:\/\/www.instagram.com\/seldacenter.albania\/\" target=\"_blank\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\/>\n            <\/svg>\n            @seldacenter.albania\n        <\/a>\n    <\/div>\n<\/section>\n\n<script async src=\"\/\/www.instagram.com\/embed.js\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8fa8e30 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"8fa8e30\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-34aa834a\" data-id=\"34aa834a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0f2582c elementor-widget elementor-widget-html\" data-id=\"0f2582c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.selda-trust * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.selda-trust {\n    --st-blue: #1C5EA6;\n    --st-blue-light: #3a82ce;\n    --st-dark: #0A1118;\n    --st-white: #FFFFFF;\n    --st-gray: #64748b;\n    --st-bg: #f8fafc;\n    \n    font-family: 'Outfit', sans-serif;\n    background: linear-gradient(135deg, #f8fbfd 0%, #e8f4f8 100%);\n    padding: 4rem 5%;\n    border-top: 1px solid rgba(28, 94, 166, 0.1);\n    border-bottom: 1px solid rgba(28, 94, 166, 0.1);\n}\n\n.selda-trust-container {\n    max-width: 1100px;\n    margin: 0 auto;\n}\n\n.selda-trust-header {\n    text-align: center;\n    margin-bottom: 2.5rem;\n}\n\n.selda-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.6rem 1.5rem;\n    background: var(--st-blue);\n    border-radius: 50px;\n    margin-bottom: 1rem;\n}\n\n.selda-trust-badge span {\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--st-white);\n}\n\n.selda-trust-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    font-weight: 700;\n    color: var(--st-dark);\n    margin-bottom: 0.5rem;\n}\n\n.selda-trust-title .st-highlight {\n    color: var(--st-blue);\n}\n\n.selda-trust-subtitle {\n    font-size: 1rem;\n    color: var(--st-gray);\n    max-width: 500px;\n    margin: 0 auto;\n}\n\n.selda-trust-content {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 3rem;\n    flex-wrap: wrap;\n}\n\n.selda-trust-cert {\n    background: var(--st-white);\n    padding: 1rem;\n    border-radius: 12px;\n    box-shadow: 0 8px 30px rgba(28, 94, 166, 0.1);\n    transition: all 0.3s ease;\n}\n\n.selda-trust-cert:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 40px rgba(28, 94, 166, 0.15);\n}\n\n.selda-trust-cert img {\n    max-width: 280px;\n    width: 100%;\n    height: auto;\n    border-radius: 6px;\n}\n\n.selda-trust-divider {\n    width: 1px;\n    height: 100px;\n    background: linear-gradient(to bottom, transparent, rgba(28, 94, 166, 0.25), transparent);\n}\n\n.selda-trust-logos {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 1.5rem;\n}\n\n.selda-trust-logo-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0.5rem;\n}\n\n.selda-trust-logo-item img {\n    height: 45px;\n    width: auto;\n    object-fit: contain;\n    filter: grayscale(0.2);\n    transition: all 0.3s ease;\n}\n\n.selda-trust-logo-item:hover img {\n    filter: grayscale(0);\n    transform: scale(1.05);\n}\n\n.selda-trust-logo-item span {\n    font-size: 0.75rem;\n    color: var(--st-gray);\n    font-weight: 500;\n}\n\n.selda-trust-platforms {\n    display: flex;\n    align-items: center;\n    gap: 2rem;\n}\n\n.selda-trust-platform {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0.4rem;\n    text-decoration: none;\n    transition: all 0.3s ease;\n}\n\n.selda-trust-platform:hover {\n    transform: translateY(-3px);\n}\n\n.selda-trust-platform img {\n    height: 40px;\n    width: auto;\n    object-fit: contain;\n}\n\n.selda-trust-platform span {\n    font-size: 0.7rem;\n    color: var(--st-gray);\n    font-weight: 500;\n}\n\n@media (max-width: 768px) {\n    .selda-trust { padding: 3rem 1.5rem; }\n    .selda-trust-content { gap: 2rem; }\n    .selda-trust-divider { \n        width: 80%; \n        height: 1px; \n        background: linear-gradient(to right, transparent, rgba(28, 94, 166, 0.25), transparent);\n    }\n    .selda-trust-platforms { gap: 1.5rem; }\n    .selda-trust-cert img { max-width: 240px; }\n}\n<\/style>\n\n<section class=\"selda-trust\">\n    <div class=\"selda-trust-container\">\n        \n        <div class=\"selda-trust-header\">\n            <div class=\"selda-trust-badge\">\n                <span>Agente ufficiale autorizzato<\/span>\n            <\/div>\n            <h2 class=\"selda-trust-title\">\n                <span class=\"st-highlight\">Affidabile<\/span> e approvato\n            <\/h2>\n            <p class=\"selda-trust-subtitle\">\n                I nostri servizi soddisfano gli standard internazionali e sono registrati con documenti di autorizzazione ufficiali.\n            <\/p>\n        <\/div>\n\n        <div class=\"selda-trust-content\">\n            \n            <!-- Yetki Belgesi -->\n            <div class=\"selda-trust-cert\">\n                <img decoding=\"async\" src=\"https:\/\/seldacenter.com\/wp-content\/uploads\/2026\/01\/Ekran-Resmi-2026-01-16-17.41.16.png\" alt=\"Uluslararas\u0131 Yetki Belgesi\">\n            <\/div>\n            \n            <!-- Dikey \u00c7izgi -->\n            <div class=\"selda-trust-divider\"><\/div>\n            \n            <!-- Health T\u00fcrkiye + Platformlar -->\n            <div class=\"selda-trust-logos\">\n                \n                <div class=\"selda-trust-logo-item\">\n                    <img decoding=\"async\" src=\"https:\/\/seldacenter.com\/wp-content\/uploads\/2023\/11\/healthturkiye-logo-png_seeklogo-507961.png\" alt=\"Health T\u00fcrkiye\">\n                    <span>Turismo sanitario autorizzato<\/span>\n                <\/div>\n                \n                <div class=\"selda-trust-platforms\">\n                    <a href=\"https:\/\/wa.me\/905535899189\" class=\"selda-trust-platform\" target=\"_blank\">\n                        <img decoding=\"async\" src=\"https:\/\/seldacenter.com\/wp-content\/uploads\/2023\/11\/whatc1.png.webp\" alt=\"WhatsApp\">\n                        <span>WhatsApp<\/span>\n                    <\/a>\n                    <a href=\"#\" class=\"selda-trust-platform\" target=\"_blank\">\n                        <img decoding=\"async\" src=\"https:\/\/seldacenter.com\/wp-content\/uploads\/2023\/11\/trustpilot-logo-snijpunt.1600x680x1.png.webp\" alt=\"Trustpilot\">\n                        <span>Trustpilot<\/span>\n                    <\/a>\n                    <a href=\"#\" class=\"selda-trust-platform\" target=\"_blank\">\n                        <img decoding=\"async\" src=\"https:\/\/seldacenter.com\/wp-content\/uploads\/2023\/11\/Google-Reviews-oc-logo.png.webp\" alt=\"Google Reviews\">\n                        <span>Google<\/span>\n                    <\/a>\n                <\/div>\n                \n            <\/div>\n            \n        <\/div>\n        \n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1909ea4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1909ea4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dec6d1b\" data-id=\"dec6d1b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9648e25 elementor-widget elementor-widget-html\" data-id=\"9648e25\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.selda-services * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.selda-services {\n    --ss-blue: #1C5EA6;\n    --ss-blue-light: #4A90D9;\n    --ss-dark: #0A1118;\n    --ss-white: #FFFFFF;\n    --ss-gray: #64748b;\n    --ss-gray-light: #94a3b8;\n    --ss-bg: #FFFFFF;\n    \n    font-family: 'DM Sans', sans-serif;\n    background: var(--ss-bg);\n    color: var(--ss-dark);\n    padding: 5rem 5%;\n    position: relative;\n}\n\n.selda-services-container {\n    max-width: 1200px;\n    margin: 0 auto;\n}\n\n.selda-services-header {\n    text-align: center;\n    margin-bottom: 3.5rem;\n}\n\n.selda-services-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.5rem 1.25rem;\n    background: rgba(28, 94, 166, 0.08);\n    border: 1px solid rgba(28, 94, 166, 0.15);\n    border-radius: 50px;\n    margin-bottom: 1.25rem;\n}\n\n.selda-services-badge span {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--ss-blue);\n}\n\n.selda-services-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 700;\n    color: var(--ss-dark);\n    margin-bottom: 1rem;\n}\n\n.selda-services-title .ss-highlight {\n    color: var(--ss-blue);\n}\n\n.selda-services-subtitle {\n    font-size: 1.05rem;\n    color: var(--ss-gray);\n    max-width: 550px;\n    margin: 0 auto;\n    line-height: 1.7;\n}\n\n\/* Services Grid *\/\n.selda-services-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1.5rem;\n}\n\n.selda-service-card {\n    background: var(--ss-white);\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n    padding: 2.5rem 1.5rem;\n    text-align: center;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n    overflow: hidden;\n}\n\n.selda-service-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, var(--ss-blue) 0%, var(--ss-blue-light) 100%);\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n}\n\n.selda-service-card:hover {\n    transform: translateY(-8px);\n    border-color: rgba(28, 94, 166, 0.2);\n    box-shadow: 0 20px 50px rgba(28, 94, 166, 0.12);\n}\n\n.selda-service-card:hover::before {\n    transform: scaleX(1);\n}\n\n.selda-service-name {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.25rem;\n    font-weight: 600;\n    color: var(--ss-dark);\n    margin-bottom: 0.75rem;\n}\n\n.selda-service-desc {\n    font-size: 0.9rem;\n    color: var(--ss-gray);\n    line-height: 1.6;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .selda-services-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 1.25rem;\n    }\n}\n\n@media (max-width: 600px) {\n    .selda-services {\n        padding: 4rem 1.5rem;\n    }\n    .selda-services-grid {\n        grid-template-columns: 1fr;\n        gap: 1rem;\n    }\n    .selda-service-card {\n        padding: 1.75rem 1.25rem;\n    }\n}\n<\/style>\n\n<section class=\"selda-services\">\n    <div class=\"selda-services-container\">\n        \n        <div class=\"selda-services-header\">\n            <div class=\"selda-services-badge\">\n                <span>Personale esperto<\/span>\n            <\/div>\n            <h2 class=\"selda-services-title\">\n                Abbiamo facilitato <span class=\"ss-highlight\">Servizi<\/span>\n            <\/h2>\n            <p class=\"selda-services-subtitle\">\n                Grazie a medici esperti e cliniche moderne, offriamo soluzioni sanitarie affidabili.\n            <\/p>\n        <\/div>\n\n        <div class=\"selda-services-grid\">\n            \n            <!-- Sa\u00e7 Ekimi -->\n            <div class=\"selda-service-card\">\n                <h3 class=\"selda-service-name\">Trapianto di capelli<\/h3>\n                <p class=\"selda-service-desc\">Soluzioni per il trapianto di capelli permanenti e dall&#039;aspetto naturale con tecniche FUE e DHI.<\/p>\n            <\/div>\n\n            <!-- Plastik Cerrahi -->\n            <div class=\"selda-service-card\">\n                <h3 class=\"selda-service-name\">Chirurgia plastica<\/h3>\n                <p class=\"selda-service-desc\">Procedure sicure eseguite da chirurghi specializzati in estetica del viso e del corpo.<\/p>\n            <\/div>\n\n            <!-- Di\u015f Tedavileri -->\n            <div class=\"selda-service-card\">\n                <h3 class=\"selda-service-name\">Trattamenti dentistici<\/h3>\n                <p class=\"selda-service-desc\">Denti perfetti con impianti, corone in zirconio e design del sorriso.<\/p>\n            <\/div>\n\n            <!-- Obezite Cerrahisi -->\n            <div class=\"selda-service-card\">\n                <h3 class=\"selda-service-name\">Chirurgia dell&#039;obesit\u00e0<\/h3>\n                <p class=\"selda-service-desc\">Perdita di peso sana tramite gastrectomia a manica e interventi di bypass.<\/p>\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45e8c13 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"45e8c13\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ed304d1\" data-id=\"ed304d1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-84f10c9 elementor-widget elementor-widget-html\" data-id=\"84f10c9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.selda-why * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.selda-why {\n    --sw-blue: #1C5EA6;\n    --sw-blue-light: #4A90D9;\n    --sw-dark: #0A1118;\n    --sw-white: #FFFFFF;\n    --sw-gray: #64748b;\n    --sw-bg: #f8fafc;\n    \n    font-family: 'DM Sans', sans-serif;\n    background: var(--sw-bg);\n    color: var(--sw-dark);\n    padding: 5rem 5%;\n    position: relative;\n}\n\n.selda-why-container {\n    max-width: 1200px;\n    margin: 0 auto;\n}\n\n.selda-why-header {\n    text-align: center;\n    margin-bottom: 3.5rem;\n}\n\n.selda-why-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.5rem 1.25rem;\n    background: rgba(28, 94, 166, 0.08);\n    border: 1px solid rgba(28, 94, 166, 0.15);\n    border-radius: 50px;\n    margin-bottom: 1.25rem;\n}\n\n.selda-why-badge span {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--sw-blue);\n}\n\n.selda-why-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 700;\n    color: var(--sw-dark);\n    margin-bottom: 1rem;\n}\n\n.selda-why-title .sw-highlight {\n    color: var(--sw-blue);\n}\n\n.selda-why-subtitle {\n    font-size: 1.05rem;\n    color: var(--sw-gray);\n    max-width: 550px;\n    margin: 0 auto;\n    line-height: 1.7;\n}\n\n\/* Why Grid *\/\n.selda-why-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n}\n\n.selda-why-card {\n    background: var(--sw-white);\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n    padding: 2.5rem 2rem;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n}\n\n.selda-why-card:hover {\n    transform: translateY(-6px);\n    border-color: rgba(28, 94, 166, 0.2);\n    box-shadow: 0 20px 50px rgba(28, 94, 166, 0.1);\n}\n\n.selda-why-number {\n    font-family: 'Playfair Display', serif;\n    font-size: 3rem;\n    font-weight: 700;\n    color: rgba(28, 94, 166, 0.1);\n    line-height: 1;\n    margin-bottom: 1rem;\n}\n\n.selda-why-card-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.3rem;\n    font-weight: 600;\n    color: var(--sw-dark);\n    margin-bottom: 0.75rem;\n}\n\n.selda-why-card-desc {\n    font-size: 0.95rem;\n    color: var(--sw-gray);\n    line-height: 1.7;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .selda-why-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 600px) {\n    .selda-why {\n        padding: 4rem 1.5rem;\n    }\n    .selda-why-grid {\n        grid-template-columns: 1fr;\n        gap: 1rem;\n    }\n    .selda-why-card {\n        padding: 2rem 1.5rem;\n    }\n}\n<\/style>\n\n<section class=\"selda-why\">\n    <div class=\"selda-why-container\">\n        \n        <div class=\"selda-why-header\">\n            <div class=\"selda-why-badge\">\n                <span>La nostra differenza<\/span>\n            <\/div>\n            <h2 class=\"selda-why-title\">\n                Da dove <span class=\"sw-highlight\">Noi?<\/span>\n            <\/h2>\n            <p class=\"selda-why-subtitle\">\n                Il tuo partner affidabile nel tuo percorso di salute.\n            <\/p>\n        <\/div>\n\n        <div class=\"selda-why-grid\">\n            \n            <div class=\"selda-why-card\">\n                <div class=\"selda-why-number\">01<\/div>\n                <h3 class=\"selda-why-card-title\">Servizio end-to-end<\/h3>\n                <p class=\"selda-why-card-desc\">Siamo al vostro fianco in ogni fase del percorso, dai trasferimenti aeroportuali all&#039;alloggio, dalle operazioni al controllo.<\/p>\n            <\/div>\n\n            <div class=\"selda-why-card\">\n                <div class=\"selda-why-number\">02<\/div>\n                <h3 class=\"selda-why-card-title\">Rete Ospedaliera Specializzata<\/h3>\n                <p class=\"selda-why-card-desc\">Collaboriamo con ospedali certificati JCI e Temos che vantano una comprovata esperienza nel loro settore.<\/p>\n            <\/div>\n\n            <div class=\"selda-why-card\">\n                <div class=\"selda-why-number\">03<\/div>\n                <h3 class=\"selda-why-card-title\">Prezzi trasparenti<\/h3>\n                <p class=\"selda-why-card-desc\">Non ci sono costi nascosti. Conosci chiaramente in anticipo il prezzo di tutti i servizi.<\/p>\n            <\/div>\n\n            <div class=\"selda-why-card\">\n                <div class=\"selda-why-number\">04<\/div>\n                <h3 class=\"selda-why-card-title\">Supporto 24 ore su 24, 7 giorni su 7<\/h3>\n                <p class=\"selda-why-card-desc\">Un team che puoi contattare in qualsiasi momento tramite WhatsApp, comunicando nella tua lingua.<\/p>\n            <\/div>\n\n            <div class=\"selda-why-card\">\n                <div class=\"selda-why-number\">05<\/div>\n                <h3 class=\"selda-why-card-title\">Presenza in 4 Paesi<\/h3>\n                <p class=\"selda-why-card-desc\">Siamo al vostro servizio tramite i nostri uffici locali in Turchia, Albania, Germania e Colombia.<\/p>\n            <\/div>\n\n            <div class=\"selda-why-card\">\n                <div class=\"selda-why-number\">06<\/div>\n                <h3 class=\"selda-why-card-title\">Follow-up postoperatorio<\/h3>\n                <p class=\"selda-why-card-desc\">Continueremo a monitorare attentamente il tuo processo di recupero anche dopo il completamento del trattamento.<\/p>\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-90d1af6 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"90d1af6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ff8314\" data-id=\"3ff8314\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbac5ca elementor-widget elementor-widget-html\" data-id=\"dbac5ca\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n.selda-testimonials * { margin: 0; padding: 0; box-sizing: border-box; }\n\n.selda-testimonials {\n    --st-blue: #1C5EA6;\n    --st-blue-light: #4A90D9;\n    --st-dark: #0A1118;\n    --st-white: #FFFFFF;\n    --st-gray: #64748b;\n    --st-gray-light: #94a3b8;\n    --st-bg: #FFFFFF;\n    --st-gold: #f59e0b;\n    \n    font-family: 'DM Sans', sans-serif;\n    background: var(--st-bg);\n    color: var(--st-dark);\n    padding: 5rem 5%;\n    position: relative;\n}\n\n.selda-testimonials-container {\n    max-width: 1200px;\n    margin: 0 auto;\n}\n\n.selda-testimonials-header {\n    text-align: center;\n    margin-bottom: 3.5rem;\n}\n\n.selda-testimonials-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    padding: 0.5rem 1.25rem;\n    background: rgba(28, 94, 166, 0.08);\n    border: 1px solid rgba(28, 94, 166, 0.15);\n    border-radius: 50px;\n    margin-bottom: 1.25rem;\n}\n\n.selda-testimonials-badge span {\n    font-size: 0.7rem;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: var(--st-blue);\n}\n\n.selda-testimonials-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 700;\n    color: var(--st-dark);\n    margin-bottom: 1rem;\n}\n\n.selda-testimonials-title .st-highlight {\n    color: var(--st-blue);\n}\n\n.selda-testimonials-subtitle {\n    font-size: 1.05rem;\n    color: var(--st-gray);\n    max-width: 550px;\n    margin: 0 auto;\n    line-height: 1.7;\n}\n\n\/* Testimonials Grid *\/\n.selda-testimonials-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n}\n\n.selda-testimonial-card {\n    background: var(--st-white);\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n    padding: 2rem;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n    position: relative;\n}\n\n.selda-testimonial-card:hover {\n    transform: translateY(-6px);\n    border-color: rgba(28, 94, 166, 0.2);\n    box-shadow: 0 20px 50px rgba(28, 94, 166, 0.1);\n}\n\n\/* Stars *\/\n.selda-testimonial-stars {\n    display: flex;\n    gap: 0.2rem;\n    margin-bottom: 1rem;\n}\n\n.selda-testimonial-stars svg {\n    width: 18px;\n    height: 18px;\n    fill: var(--st-gold);\n}\n\n\/* Quote *\/\n.selda-testimonial-quote {\n    font-size: 0.95rem;\n    color: var(--st-dark);\n    line-height: 1.7;\n    margin-bottom: 1.5rem;\n    font-style: italic;\n}\n\n\/* Author *\/\n.selda-testimonial-author {\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    padding-top: 1rem;\n    border-top: 1px solid #f1f5f9;\n}\n\n.selda-testimonial-avatar {\n    width: 48px;\n    height: 48px;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--st-blue) 0%, var(--st-blue-light) 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--st-white);\n    font-weight: 600;\n    font-size: 1rem;\n}\n\n.selda-testimonial-info {\n    flex: 1;\n}\n\n.selda-testimonial-name {\n    font-weight: 600;\n    color: var(--st-dark);\n    font-size: 0.95rem;\n    margin-bottom: 0.2rem;\n}\n\n.selda-testimonial-procedure {\n    font-size: 0.8rem;\n    color: var(--st-gray);\n}\n\n.selda-testimonial-flag {\n    width: 24px;\n    height: 18px;\n    border-radius: 3px;\n    object-fit: cover;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .selda-testimonials-grid {\n        grid-template-columns: repeat(2, 1fr);\n    }\n}\n\n@media (max-width: 600px) {\n    .selda-testimonials {\n        padding: 4rem 1.5rem;\n    }\n    .selda-testimonials-grid {\n        grid-template-columns: 1fr;\n        gap: 1rem;\n    }\n    .selda-testimonial-card {\n        padding: 1.5rem;\n    }\n}\n<\/style>\n\n<section class=\"selda-testimonials\">\n    <div class=\"selda-testimonials-container\">\n        \n        <div class=\"selda-testimonials-header\">\n            <div class=\"selda-testimonials-badge\">\n                <span>Testimonianze dei pazienti<\/span>\n            <\/div>\n            <h2 class=\"selda-testimonials-title\">\n                <span class=\"st-highlight\">I nostri pazienti<\/span> Cosa dice?\n            <\/h2>\n            <p class=\"selda-testimonials-subtitle\">\n                Pazienti reali che si affidano a noi nel loro percorso sanitario e nelle loro esperienze reali.\n            <\/p>\n        <\/div>\n\n        <div class=\"selda-testimonials-grid\">\n            \n            <!-- Sa\u00e7 Ekimi Yorumu -->\n            <div class=\"selda-testimonial-card\">\n                <div class=\"selda-testimonial-stars\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                <\/div>\n                <p class=\"selda-testimonial-quote\">&quot;Stavo perdendo fiducia in me stessa e nei miei capelli. Dopo la procedura FUE a Istanbul, mi sento una persona nuova. Il team \u00e8 stato incredibilmente professionale e i risultati hanno superato le mie aspettative. La decisione migliore che abbia mai preso!&quot;<\/p>\n                <div class=\"selda-testimonial-author\">\n                    <div class=\"selda-testimonial-avatar\">MK<\/div>\n                    <div class=\"selda-testimonial-info\">\n                        <div class=\"selda-testimonial-name\">Michael K.<\/div>\n                        <div class=\"selda-testimonial-procedure\">Trapianto di capelli \u00b7 FUE<\/div>\n                    <\/div>\n                    <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w40\/de.png\" alt=\"Almanya\" class=\"selda-testimonial-flag\">\n                <\/div>\n            <\/div>\n\n            <!-- Burun Esteti\u011fi Yorumu -->\n            <div class=\"selda-testimonial-card\">\n                <div class=\"selda-testimonial-stars\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                <\/div>\n                <p class=\"selda-testimonial-quote\">&quot;La mia rinoplastica \u00e8 stata impeccabile dall&#039;inizio alla fine. Il chirurgo ha capito esattamente cosa desideravo: un aspetto naturale che si adattasse al mio viso. Sei mesi dopo, non potrei essere pi\u00f9 felice del mio nuovo naso!&quot;<\/p>\n                <div class=\"selda-testimonial-author\">\n                    <div class=\"selda-testimonial-avatar\">SB<\/div>\n                    <div class=\"selda-testimonial-info\">\n                        <div class=\"selda-testimonial-name\">Sara B.<\/div>\n                        <div class=\"selda-testimonial-procedure\">Rinoplastica<\/div>\n                    <\/div>\n                    <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w40\/gb.png\" alt=\"\u0130ngiltere\" class=\"selda-testimonial-flag\">\n                <\/div>\n            <\/div>\n\n            <!-- Meme B\u00fcy\u00fctme Yorumu -->\n            <div class=\"selda-testimonial-card\">\n                <div class=\"selda-testimonial-stars\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                <\/div>\n                <p class=\"selda-testimonial-quote\">&quot;Ho passato mesi a fare ricerche prima di scegliere il Selda Center per l&#039;aumento del seno. L&#039;assistenza che ho ricevuto \u00e8 stata eccezionale, dalla consulenza iniziale ai controlli post-operatori. I risultati sono cos\u00ec naturali!&quot;<\/p>\n                <div class=\"selda-testimonial-author\">\n                    <div class=\"selda-testimonial-avatar\">JM<\/div>\n                    <div class=\"selda-testimonial-info\">\n                        <div class=\"selda-testimonial-name\">Giulia M.<\/div>\n                        <div class=\"selda-testimonial-procedure\">Ingrandimento del seno<\/div>\n                    <\/div>\n                    <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w40\/nl.png\" alt=\"Hollanda\" class=\"selda-testimonial-flag\">\n                <\/div>\n            <\/div>\n\n            <!-- Di\u015f Kaplama Yorumu -->\n            <div class=\"selda-testimonial-card\">\n                <div class=\"selda-testimonial-stars\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                <\/div>\n                <p class=\"selda-testimonial-quote\">&quot;Ho fatto le faccette in zirconio e non riesco a smettere di sorridere! Il dentista \u00e8 stato molto meticoloso e il prezzo \u00e8 stato molto pi\u00f9 basso di quello che avrei pagato nel mio Paese. L&#039;hotel e i trasferimenti sono stati organizzati alla perfezione.&quot;<\/p>\n                <div class=\"selda-testimonial-author\">\n                    <div class=\"selda-testimonial-avatar\">DL<\/div>\n                    <div class=\"selda-testimonial-info\">\n                        <div class=\"selda-testimonial-name\">Davide L.<\/div>\n                        <div class=\"selda-testimonial-procedure\">Faccette dentali<\/div>\n                    <\/div>\n                    <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w40\/us.png\" alt=\"Amerika\" class=\"selda-testimonial-flag\">\n                <\/div>\n            <\/div>\n\n            <!-- T\u00fcp Mide Yorumu -->\n            <div class=\"selda-testimonial-card\">\n                <div class=\"selda-testimonial-stars\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                <\/div>\n                <p class=\"selda-testimonial-quote\">&quot;L&#039;intervento di gastrectomia verticale parziale mi ha cambiato la vita. Ho perso 45 chili in 8 mesi! L&#039;\u00e9quipe medica mi ha supportato durante tutto il percorso e la dietista continua a monitorare i miei progressi. Gliene sar\u00f2 per sempre grata.&quot;<\/p>\n                <div class=\"selda-testimonial-author\">\n                    <div class=\"selda-testimonial-avatar\">AH<\/div>\n                    <div class=\"selda-testimonial-info\">\n                        <div class=\"selda-testimonial-name\">Ahmed H.<\/div>\n                        <div class=\"selda-testimonial-procedure\">Manica gastrica<\/div>\n                    <\/div>\n                    <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w40\/sa.png\" alt=\"Suudi Arabistan\" class=\"selda-testimonial-flag\">\n                <\/div>\n            <\/div>\n\n            <!-- BBL Yorumu -->\n            <div class=\"selda-testimonial-card\">\n                <div class=\"selda-testimonial-stars\">\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                    <svg viewbox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n                <\/div>\n                <p class=\"selda-testimonial-quote\">&quot;Mi sono sottoposta a liposuzione e lipofilling contemporaneamente. La sala di risveglio era come una spa, con infermieri disponibili 24 ore su 24, 7 giorni su 7. Tre mesi dopo l&#039;intervento, adoro il mio nuovo corpo. Ne \u00e8 valsa la pena!&quot;<\/p>\n                <div class=\"selda-testimonial-author\">\n                    <div class=\"selda-testimonial-avatar\">LR<\/div>\n                    <div class=\"selda-testimonial-info\">\n                        <div class=\"selda-testimonial-name\">Lisa R.<\/div>\n                        <div class=\"selda-testimonial-procedure\">BBL + Liposuzione<\/div>\n                    <\/div>\n                    <img decoding=\"async\" src=\"https:\/\/flagcdn.com\/w40\/fr.png\" alt=\"Fransa\" class=\"selda-testimonial-flag\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Uluslararas\u0131 Sa\u011fl\u0131k A\u011f\u0131 4 \u00dclke. Tek G\u00fcven. T\u00fcrkiye&#8217;nin lider uzmanl\u0131\u011f\u0131yla, d\u00fcnya standartlar\u0131nda estetik ve sa\u011fl\u0131k \u00e7\u00f6z\u00fcmlerini kap\u0131n\u0131za getiriyoruz. Sa\u00e7 Ekimi Di\u015f Esteti\u011fi Plastik Cerrahi Obezite Cerrahisi T\u00fcrkiye Arnavutluk Almanya Kolombiya \u00dccretsiz Dan\u0131\u015fmanl\u0131k Hemen Ara Instagram Bizi Takip Edin Ger\u00e7ek hasta deneyimleri ve g\u00fcncel i\u00e7eriklerimiz i\u00e7in Instagram&#8217;da bizimle olun. Bu g\u00f6nderiyi Instagram&#8217;da g\u00f6r SeldaCenter International Health [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-22","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":301,"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":15772,"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/pages\/22\/revisions\/15772"}],"wp:attachment":[{"href":"https:\/\/seldacenter.com\/it\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}