.filter-box {
    height: 300px; /* Sabit yükseklik */
    overflow-y: auto; /* İçerik taşarsa sadece dikey scroll */
    overflow-x: hidden; /* Yatay scroll'u gizle */
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.filter-box input {
    margin-right: 5px;
}

.color-unset {
    color: unset;
}

.heading2 .p_text {
    font-size: 19px;
    font-weight: normal;
}

/*#popupTrigger:hover .popup-card {
  display: block !important;
}*/

.hover-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    z-index: 1000;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

#hoverMenuWrapper:hover .hover-menu {
    display: block;
}

.my-swal-toast {
    z-index: 99999 !important;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
    margin: 0 !important;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.footer7-section-area ul li a {
    color: #c5c5c5 !important;
}

.footer7-section-area h3 {
    color: white !important;
}

.footer7-section-area p {
    color: #c5c5c5 !important;
}

.win-width-200 {
    min-width: 200px;
}

.swal-success-bg {
    background-color: #28a745 !important;
    color: #fff !important;
}

.blog_blank_profile {
    width: 70px;
    border-radius: 50%;
}

.like_item {
    cursor: pointer;
}

.text-purple {
    color: #4A30D2;
}
.text-blue {
    color: var(--ztc-bg-bg-blue-dark);
}
.text-light-blue {
    color: var(--ztc-bg-btn-blue-light);
}
.bg-purple {
    --bs-bg-opacity: 1;
    background-color: #4A30D2 !important;
}
.bg-blue {
    background-color: var(--ztc-bg-bg-blue-dark);
}
.bg-light-blue {
    background-color: var(--ztc-bg-bg-blue-light);
}

.text-yellow {
    color: #FFC300;
}
.rotate-n45 {
    transform: rotate(-45deg);
}

.doc-item {
    background-color: #f9f9fd;
    color: black;
    padding: 50px;
    border: 1px black solid;
    text-align: center;
    cursor: pointer;
}

.header_4 h1 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    line-height: var(--ztc-font-size-font-s50);
    font-weight: var(--ztc-weight-bold);
    color: #383838;
    margin-bottom: 16px;
}

#header-search::placeholder {
    color: #adadad;
}
.feedback-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1050; /* Modalın üstünde kalır */
    border-radius: 8px 0 0 8px; /* Sol tarafı yuvarlatılmış */
    writing-mode: vertical-rl;  /* Yazıyı dikey yapar */
    text-orientation: mixed;    /* Harflerin okunabilir olmasını sağlar */
    padding: 10px 5px;
}
.feedback-circle {
    position: fixed;
    bottom: 20px;   /* köşeden yukarı boşluk */
    right: 20px;    /* köşeden sola boşluk */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1091; /* offcanvas'tan daha yüksek */
}
.feedback-circle svg {
    pointer-events: none; /* tıklamada SVG değil buton aktif olsun */
}
.avatar_bg {
    width: 120px;
    height: 120px;
    background-color: #6c61db;
    color: white;
    font-weight: normal;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius) !important;
    text-transform: uppercase;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4A30D2;
    --bs-btn-border-color: #4A30D2;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3d27b0;
    --bs-btn-hover-border-color: #3d27b0;

    --bs-btn-focus-shadow-rgb: 74, 48, 210;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #352197;
    --bs-btn-active-border-color: #352197;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4A30D2;
    --bs-btn-disabled-border-color: #4A30D2;
}

.btn-outline-purple {
    --bs-btn-color: #4A30D2;
    --bs-btn-border-color: #4A30D2;
    --bs-btn-bg: transparent;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4A30D2;
    --bs-btn-hover-border-color: #4A30D2;

    --bs-btn-focus-shadow-rgb: 74, 48, 210;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #352197;
    --bs-btn-active-border-color: #352197;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);

    --bs-btn-disabled-color: #4A30D2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4A30D2;
}

.header-btn26 {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    color: #fff;
    padding: 18px 24px;
    transition: all 0.4s;
    border-radius: var(--rounded-full, 9999px);
    position: relative;
    background: var(--ztc-bg-bg-24); /*#4A30D2;*/
    z-index: 1;
}

.header-btn26::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    top: 0;
    /*transition: all 0.4s;*/
    background: #040306;
    border-radius: var(--rounded-full, 9999px);
    /*z-index: -1;*/
    visibility: hidden;
    /*opacity: 0;*/


    /* width: 100%;  önce 10px idi, tüm buton olsun */
    background: rgba(255, 255, 255, 0.15); /* siyah yerine şeffaf beyaz tabaka */
    z-index: 0; /* text’in altında */
    opacity: 0;
    transition: opacity 0.4s;
}

.header-btn26:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn26:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    left: 0;
    width: 100%;
}

.header-btn26 i {
    margin-left: 4px;
}



.header-btn26-outline {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);

    /* Border eklendiği için padding'i 2px kıstık (18px->16px), 
       böylece buton diğer dolu butonla aynı boyutta görünür */
    padding: 16px 22px;

    transition: all 0.4s;
    border-radius: var(--rounded-full, 9999px);
    position: relative;
    z-index: 1;

    /* Farklılaşan Kısımm (Outline Mantığı) */
    background: transparent; /* Arkaplan şeffaf */
    color: var(--ztc-bg-bg-24); /* Yazı rengi ana renk (Mor) */
    border: 2px solid var(--ztc-bg-bg-24); /* Çerçeve */
}

/* Hover (Üzerine Gelme) Durumu */
.header-btn26-outline:hover {
    background: var(--ztc-bg-bg-24); /* Arkaplan ana renge döner */
    color: #fff; /* Yazı beyaza döner */
    border-color: var(--ztc-bg-bg-24);

    /* Orijinaldeki yukarı zıplama efekti */
    transform: translateY(-5px);
    transition: all 0.4s;
}

/* İkon varsa rengini ayarlamak için */
.header-btn26-outline i {
    margin-left: 4px;
}



.header-btn27 {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    color: #fff;
    padding: 18px 24px;
    transition: all 0.4s;
    border-radius: var(--rounded-full, 9999px);
    position: relative;
    background: var(--ztc-bg-btn-green);
    z-index: 1;
}

.header-btn27::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: #040306;
    border-radius: var(--rounded-full, 9999px);
    z-index: -1;
    visibility: hidden;
    opacity: 0;


    background: rgba(255, 255, 255, 0.15); /* siyah yerine şeffaf beyaz tabaka */
    z-index: 0; /* text’in altında */
    opacity: 0;
    transition: opacity 0.4s;
}

.header-btn27:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn27:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    left: 0;
    width: 100%;
}

.header-btn27 i {
    margin-left: 4px;
}



.btn-blue-light-q {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-btn-blue-light);
    color: var(--ztc-text-text-1);
    padding: 16px 20px;
    transition: all 0.4s;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.btn-blue-light-q i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.btn-blue-light-q:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.btn-blue-light-q:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}



.header-btn14 {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-btn-green);
    color: var(--ztc-text-text-1);
    padding: 16px 20px;
    transition: all 0.4s;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.header-btn14 i {
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: all 0.4s;
}

.header-btn14:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn14:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}

.header-btn28 {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    background: var(--ztc-bg-bg-24); /*#4A30D2;*/
    color: var(--ztc-text-text-1);
    padding: 8px 16px;
    transition: all 0.4s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.header-btn28:hover::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
    transition: all 0.4s;
}

.header-btn28:hover span {
    transition: all 0.4s;
    transform: rotate(0deg);
}

.header-btn28::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    transition: all 0.4s;
    top: 0;
    z-index: -1;
    /*background: #040306;*/
    background: rgba(255, 255, 255, 0.15); /* siyah yerine şeffaf beyaz tabaka */
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
}

.header-btn28:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.header-btn28 span {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s;
    line-height: var(--ztc-font-size-font-s36);
    text-align: center;
    background: var(--ztc-text-text-1);
    color: #4A30D2;
    transform: rotate(-45deg);
    position: relative;
    left: 8px;
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}
/* unread satırlar hafif vurgulu görünsün */
.dropdown-notifications-item.unread {
    background-color: #f6f7fb;
    font-weight: 600;
}
.dropdown-notifications-item.unread:hover {
    background-color: #eef0f7;
}
.social-media-area {
    padding: 20px 0;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.social-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.social-link.facebook {
    background: #1877f2;
}

.social-link.facebook:hover {
    background: #145dbf;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link.twitter {
    background: #000000;
}

.social-link.twitter:hover {
    background: #333333;
}

.social-link.linkedin {
    background: #0a66c2;
}

.social-link.linkedin:hover {
    background: #004182;
}

.social-link.youtube {
    background: #ff0000;
}

.social-link.youtube:hover {
    background: #cc0000;
}
/* WhatsApp */
.social-link.whatsapp {
    background: #25D366;
}

.social-link.whatsapp:hover {
    background: #1ebe57;
}

/* Link Kopyala */
.social-link.copy {
    background: #6c757d; /* Bootstrap gray */
}

.social-link.copy:hover {
    background: #5a6268;
}

/* Veya gradient versiyonu */
.social-link.copy {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.social-link.copy:hover {
    background: linear-gradient(135deg, #5568d3 0%, #63408a 100%);
}












/* Görüntüdeki Tasarım */
.social-share-container {
    display: inline-flex;
    align-items: center;
    background: #f0f2f5;
    border-radius: 30px;
    padding: 6px 12px;
    gap: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.share-label-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
}

.share-icon {
    color: #65676b;
}

.share-text {
    font-size: 15px;
    font-weight: 500;
    color: #1c1e21;
}

.vertical-divider {
    width: 1px;
    height: 24px;
    background: #dadde1;
}

.social-icons-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; /* Mobilde alt alta geçsin */
}

.mini-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    color: #65676b;
    transition: all 0.2s ease;
}

.mini-icon:hover {
    transform: scale(1.1);
    color: white;
}

/* Platform Renkleri */
.mini-icon.facebook:hover {
    background: #1877f2;
}

.mini-icon.twitter:hover {
    background: #000000;
}

.mini-icon.linkedin:hover {
    background: #0a66c2;
}

.mini-icon.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.mini-icon.whatsapp:hover {
    background: #25D366;
}

.mini-icon.telegram:hover {
    background: #0088cc;
}

.mini-icon.email:hover {
    background: #ea4335;
}

.mini-icon.copy:hover {
    background: #6c757d;
}

/* Responsive */
@media (max-width: 576px) {
    .social-share-container {
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
    }

    .vertical-divider {
        width: 100%;
        height: 1px;
    }

    .social-icons-row {
        justify-content: center;
    }
}


/* Cookie Consent Bar */
.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #fff;
    padding: 15px 0;
    z-index: 1055;
    font-size: 14px;
}
.cookie-consent-bar a.cookie-link {
    color: #fff;
    text-decoration: underline;
}
.cookie-consent-bar a.cookie-link:hover {
    text-decoration: none;
}