/* v10 styles */
.ra-overlay{
  position:fixed; inset:0; z-index:2147483647;
  display:none; align-items:flex-start; justify-content:center;
  padding:90px 2vw 100vh;                 /* header altı: top ~200px */
  background:rgb(0 0 0 / 74%);       /* dim + blur for background */
  backdrop-filter: blur(28px) saturate(160%) brightness(.95);
  -webkit-backdrop-filter: blur(28px) saturate(160%) brightness(.95);
}
.ra-overlay.active{display:flex;}
.ra-panel{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.35);width:94%;max-width:1280px;}
/*.ra-close{position:absolute;top:10px;right:10px;background:#0f172a;color:#fff;border:none;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:700;box-shadow:0 4px 14px rgba(0,0,0,.2);}*/
.ra-searchbar {
    border-radius: 10px 10px 0px 0px;
    padding: 12px;
    border-bottom: 1px solid #e5e7eb;
    /* background: #f8fafc; */
    position: sticky;
    top: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: #5f5f5f73;
}
.ra-input-wrap{position:relative;display:flex;align-items:center;}
#ra-search{width:95%;padding:14px 16px;border:1px solid #cbd5e1;border-radius:10px;font-size:18px;-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    background-color: #5f5f5f73;
  color:#fff !important;
}
.ra-clear{position:absolute;right:10px;background:#e2e8f0;border:1px solid #cbd5e1;color:#0f172a;width:32px;height:34px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-weight:700;}
.ra-clear:hover{filter:brightness(.98);}

.ra-head {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr 1fr;
    gap: 10px;
    padding: 10px 16px;
    /* background: #eef2f7; */
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    background-color: #5f5f5f73;
}
.ra-results  {
    max-height: 60vh;
    overflow: auto;
    background: #181818;
    scroll-behavior: smooth;
    padding-bottom: 12px;
    color: #fff !important;
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    background-color: #5f5f5f73;
}
.ra-row{display:grid;grid-template-columns:2fr 3fr 2fr 1fr;gap:10px;padding:12px 16px;border-bottom:1px dashed #e2e8f0;align-items:center;}
.ra-row:hover{background:#1a1c2fe3;}
.ra-person{display:flex;align-items:center;gap:10px;}
.ra-person img{width:42px;height:42px;border-radius:50%;box-shadow:0 2px 6px rgba(0,0,0,.12);}
.ra-empty {
    padding: 20px;
    text-align: center;
    color: #ffffff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(0px);
    background-color: #5f5f5f73;
}

.ra-avatar-wrap{position:relative;display:flex;align-items:center;gap:10px;}
.ra-card{position:absolute;left:52px;top:-6px;z-index:5;min-width:560px;max-width:600px;padding:25px 0px;border-radius:12px;background:#222138;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 50px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease;

}
.ra-avatar-wrap:hover .ra-card,.ra-avatar-wrap:focus-within .ra-card{opacity:1;visibility:visible;transform:translateY(0);}
.ra-card-wrap{display:grid;grid-template-columns:1fr 1.6fr;gap:18px;align-items:center;
background-image: url(https://hy.name.tr/wp-content/uploads/2025/05/logogggg-1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;}
.ra-left{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;}
.ra-left-logo {
    width: 120px;
    height: 110px;
    /* border-radius: 999px; */
    /* background: #e94b4b; */
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    /* box-shadow: inset 0 6px 16px rgba(0, 0, 0, .2); */
    background-image: url(https://hy.name.tr/wp-content/uploads/2024/12/atauni.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/*.ra-left-logo img{width:84px;height:auto;opacity:.95;filter:grayscale(1) brightness(.2) invert(1);}*/
.ra-left-title{font-weight:700;text-align:center;line-height:1.2;}
.ra-right .row{display:flex;align-items:center;gap:10px;margin:6px 0;}
.ra-right i{width:20px;text-align:center;opacity:.9;}
.ra-right a{color:#fff;text-decoration:underline;}
/* v11 fix: kartvizit her zaman üstte görünsün */
.ra-card {
  z-index: 99999 !important;
}

.ra-row, .ra-results, .ra-panel {
  overflow: visible !important;
  color: #fff;
}
/* v11 launcher icon styling */
.ra-open.ra-launcher{
  background:transparent; border:none; padding:0; cursor:pointer; line-height:0;
}
.ra-launcher .elementor-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    /* background: rgba(15, 23, 42, .8); */
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, .25); */
    margin-top: -4px;
}.ra-launcher svg{ width:22px; height:22px; fill:#fff; display:block; }
.ra-launcher:hover .elementor-icon{ filter:brightness(1.05); }
