.elementor-9573 .elementor-element.elementor-element-229a5ede{--display:flex;--min-height:100vh;}.elementor-9573 .elementor-element.elementor-element-a46efd5 img{width:200px;}@media(min-width:768px){.elementor-9573 .elementor-element.elementor-element-229a5ede{--content-width:1200px;}}/* Start custom CSS *//* GENEL PROFİL KAPSAYICI */
.um-9551.um {
    max-width: 1000px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    overflow: hidden !important;
    padding-bottom: 30px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* KAPAK FOTOĞRAFI */
.um-9551.um .um-cover {
    height: 300px !important;
    overflow: hidden !important;
    position: relative !important;
    background: #f0f0f0 !important;
}

.um-9551.um .um-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* PROFİL FOTOĞRAFI */
.um-9551.um .um-profile-photo a.um-profile-photo-img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    border: 4px solid #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
    position: relative !important;
    top: -75px !important;
    z-index: 2 !important;
}

/* PROFİL META */
.um-9551.um .um-profile-meta {
    padding-left: 0 !important;
    text-align: center !important;
    margin-top: -60px !important;
}

.um-profile-nav-item span.title {
    color: white !important;
}

.um-9551.um .um-name a {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #222 !important;
    text-decoration: none !important;
}

.um-9551.um .um-profile-status {
    font-size: 0.9rem !important;
    color: #666 !important;
    margin-top: 5px !important;
}

/* NAVBAR */
.um-9551.um .um-profile-nav {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin: 20px 0 !important;
    flex-wrap: wrap !important;
}

.um-9551.um .um-profile-nav-item a {
    font-size: 1rem !important;
    color: #555 !important;
    padding: 8px 15px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.um-9551.um .um-profile-nav-item a:hover,
.um-9551.um .um-profile-nav-item.active a {
    background: #0073e6 !important;
    color: #fff !important;
}

/* PROFİL BODY */
.um-9551.um .um-profile-body {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    font-size: 1rem !important;
    color: #444 !important;
}

/* PROFİL NOT */
.um-9551.um .um-profile-note {
    background: #f9f9f9 !important;
    border-left: 4px solid #0073e6 !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    margin-bottom: 20px !important;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
    .um-9551.um .um-cover {
        height: 200px !important;
    }

    .um-9551.um .um-profile-photo a.um-profile-photo-img {
        width: 120px !important;
        height: 120px !important;
        top: -60px !important;
    }

    .um-9551.um .um-profile-meta {
        margin-top: -50px !important;
    }

    .um-9551.um .um-profile-nav {
        gap: 10px !important;
    }

    .um-9551.um .um-profile-body {
        padding: 0 10px !important;
    }
}

@media (max-width: 480px) {
    .um-9551.um .um-profile-photo a.um-profile-photo-img {
        width: 100px !important;
        height: 100px !important;
        top: -50px !important;
    }

    .um-9551.um .um-profile-nav {
        flex-direction: column !important;
        gap: 8px !important;
    }

    .um-9551.um .um-profile-body {
        font-size: 0.9rem !important;
    }
}/* End custom CSS */