/* ============================================================
   CSS BILGI DOSYASI
   ------------------------------------------------------------
   Versiyon    : 1.3
   Aciklama    : Bu dosya, proje icinde kullanilan ozel efektler,
                 yardimci siniflar ve ek duzenlemeleri icerir.
                 Temel ve derlenmis stiller Tailwind tarafindan
                 olusturulur ve 'custom.css' dosyasinda bulunur.
   ------------------------------------------------------------
   NOT: Asagidaki blokta stillerin baslangic referanslari yer alir.
   ------------------------------------------------------------
   STYLE LISTESI (Siralama)
   1. Menu              -> #Menu
   2. Footer            -> #Footer
   3. HostingHead       -> #HostingHead
   4. Hosting Paketleri -> #Hosting Paketleri
   5. Hosting Tablosu   -> #Hosting Tablosu
   6. Avantajlar        -> #Avantajlar
   7. Olanaklar         -> #Olanaklar
   8. Destek            -> #Destek
   9. Profesyonel Tab   -> #Profesyonel Tab
   10. SSS Sorular      -> #SSS Sorular
   11. MS Test          -> #MS Test
   12. Reseller Package -> #Reseller Package
   13. Bulut Sunucu Paketleri     -> #Bulut Sunucu Paketleri
   14. İşletim Sistemleri         -> #İşletim Sistemleri
   15. Bulut Section              -> #Bulut Section
   16. AnaSayfa Onecikan Paketler -> #AnaSayfa Onecikan Paketler
   17. Onecikan Paketler2         -> #Onecikan Paketler2
   18. Eklenti3                   -> #Eklenti3
   19. Sunucu Barındırma Formu    -> #Sunucu Barındırma Formu
   20. Reseller Inline Efektleri  -> #ResellerInlineEfektleri
   21. Promo Banner Inline Stili  -> #PromoBannerInlineStili
   22. Anasayfa Icon Hover        -> #AnasayfaIconHover
   ============================================================ */
   
/*==================================*/
/* Menu                     		*/
/*==================================*/
        body {
            font-family: 'Poppins', sans-serif;
            padding-top: calc(var(--ebayram-topbar-height, 40px) + var(--ebayram-navbar-height, 80px)) !important;
            transition: none !important;
        }
        body.ebayram-topbar-collapsed {
            padding-top: var(--ebayram-navbar-height, 80px) !important;
        }
        body.ebayram-no-transition,
		body.ebayram-no-transition #ebayram-topbar,
        body.ebayram-no-transition #ebayram-navbar {
			transition: none !important;
		}
        /* Isolated navbar styles to prevent WHMCS conflicts */
        #ebayram-topbar {
            z-index: 9999 !important;
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            transform: translateY(0);
            margin-bottom: 0;
            opacity: 1;
            overflow: visible;
            transition: opacity 0.12s ease;
        }
        #ebayram-navbar {
            z-index: 9998 !important;
            position: fixed !important;
            top: var(--ebayram-topbar-height, 40px) !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            transition: box-shadow 0.24s ease !important;
            will-change: transform !important;
            transform: translateZ(0) !important;
        }
        body.ebayram-topbar-collapsed #ebayram-navbar {
            top: 0 !important;
        }
        #ebayram-navbar.ebayram-navbar-sticky {
            box-shadow: 0 4px 12px -2px rgb(0 0 0 / 0.12) !important;
        }
        body.ebayram-topbar-collapsed #ebayram-topbar {
            transform: translateY(-100%) !important;
            opacity: 0 !important;
            pointer-events: none !important;
        }
        #ebayram-notification-dropdown,
        #ebayram-notification-dropdown-2 {
            z-index: 10000 !important;
        }
        .ebayram-mega-menu-desktop {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            width: auto !important;
            max-width: none !important;
            z-index: 9997 !important;
        }
        #ebayram-navbar-placeholder {
            display: none !important;
        }
        
        /* Mega menu backdrop overlay */
        #ebayram-mega-menu-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(2px);
            z-index: 80;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            pointer-events: none;
        }
        #ebayram-mega-menu-backdrop.active {
            opacity: 1;
            visibility: visible;
        }
        
        @media (max-width: 768px) {
            body {
                transition: none !important;
            }
            #ebayram-topbar {
                transition: opacity 0.12s ease !important;
            }
            #ebayram-navbar {
                transition: box-shadow 0.22s ease !important;
            }
            .ebayram-mega-menu-desktop {
                display: none !important;
            }
            #ebayram-mega-menu-backdrop {
                display: none !important;
            }
        }
        *:focus-visible {
            outline: 2px solid #d91e48;
            outline-offset: 2px;
        }
        .ebayram-btn-shine {
            position: relative;
            overflow: hidden;
        }
        .ebayram-btn-shine::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 1s ease;
        }
        .ebayram-btn-shine:hover::before {
            left: 100%;
        }
        .ebayram-btn-shine .ebayram-icon-default {
            display: inline-block;
            transition: opacity 0.3s ease;
        }
        .ebayram-btn-shine .ebayram-icon-hover {
            display: none;
            transition: opacity 0.3s ease;
        }
        .ebayram-btn-shine:hover .ebayram-icon-default {
            display: none;
        }
        .ebayram-btn-shine:hover .ebayram-icon-hover {
            display: inline-block;
        }
        .ebayram-lang-switch {
            position: relative;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(8px);
        }
        .ebayram-lang-btn {
            position: relative;
            z-index: 1;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .ebayram-lang-btn-active {
            background-color: white;
            color: #d91e48;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .ebayram-lang-btn:not(.ebayram-lang-btn-active) {
            color: rgba(255, 255, 255, 0.7);
        }
        .ebayram-lang-btn:not(.ebayram-lang-btn-active):hover {
            color: white;
            background: rgba(255, 255, 255, 0.1);
        }
        .ebayram-notification-dropdown {
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .ebayram-notification-dropdown.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .ebayram-notification-item {
            transition: all 0.2s ease;
        }
        .ebayram-notification-item:hover {
            background-color: rgba(217, 30, 72, 0.05);
        }
        .ebayram-notification-badge {
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        }
        @keyframes pulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.7;
            }
        }
        .ebayram-mobile-dropdown {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .ebayram-mobile-dropdown.active {
            max-height: 500px;
        }
        .ebayram-mobile-menu-chevron {
            transition: transform 0.3s ease;
        }
        .ebayram-mobile-menu-chevron.rotated {
            transform: rotate(180deg);
        }
        .mobile-menu-icon {
            transform-origin: center;
            transition: transform 0.28s ease, color 0.2s ease;
        }
        .mobile-menu-icon.ebayram-rotated {
            transform: rotate(180deg);
        }
        .ebayram-mega-parent {
            position: relative;
        }
        .ebayram-mega-parent.ebayram-mega-open > .ebayram-mega-menu-desktop {
            visibility: visible !important;
            opacity: 1 !important;
        }
        .ebayram-mega-parent.ebayram-mega-open > a .lucide-chevron-down,
        .ebayram-mega-parent.ebayram-mega-open > a [data-lucide="chevron-down"] {
            transform: rotate(180deg);
        }
        .ebayram-mega-menu-desktop {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            position: fixed;
            left: 0;
            right: 0;
            width: auto;
        }
        
        @media (max-width: 768px) {
            .ebayram-mega-menu-desktop {
                display: none !important;
            }
        }
        
        .ebayram-mega-menu-item:hover .ebayram-icon-box {
            background-color: #dc2626 !important;
        }
        
        .ebayram-mega-menu-item:hover .ebayram-icon-box svg {
            stroke: white !important;
        }
        
        .ebayram-mega-menu-item {
            position: relative;
            overflow: hidden;
            transform: translateY(0);
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
            transition: border-top-color 0.3s ease, background-color 0.2s ease, transform 0.24s ease, box-shadow 0.24s ease;
        }
        .ebayram-mega-menu-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -120%;
            width: 120%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.9s ease;
            pointer-events: none;
        }
        .ebayram-mega-menu-item:hover::before {
            left: 100%;
        }
        .ebayram-mega-menu-item:hover {
            border-top-color: #dc2626 !important;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px -16px rgba(15, 23, 42, 0.45);
        }
        .ebayram-mega-menu-item > * {
            position: relative;
            z-index: 1;
        }
        .ebayram-mega-menu-item .ebayram-icon-box {
            transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.2s ease;
        }
        .ebayram-mega-menu-item:hover .ebayram-icon-box {
            transform: translateY(-1px) scale(1.03);
            box-shadow: 0 8px 16px -12px rgba(220, 38, 38, 0.6);
        }
        .ebayram-mega-menu-item h6,
        .ebayram-mega-menu-item p {
            transition: color 0.24s ease;
        }
        .ebayram-mega-menu-item:hover h6 {
            color: #dc2626;
        }

        .ebayram-mega-menu-item .ebayram-icon-default {
            display: inline-block;
            transition: opacity 0.3s ease;
        }
        .ebayram-mega-menu-item .ebayram-icon-hover {
            display: none;
            transition: opacity 0.3s ease;
        }
        .ebayram-mega-menu-item:hover .ebayram-icon-default {
            display: none;
        }
        .ebayram-mega-menu-item:hover .ebayram-icon-hover {
            display: inline-block;
        }

        .ebayram-menu-divider {
            border-top: 1.5px solid #d1d5db;
        }
        
        .ebayram-menu-section-divider {
            border-color: #9ca3af;
        }
        
        #ebayram-user-dropdown::before {
            content: '';
            position: absolute;
            top: -8px;
            right: 26px;
            width: 14px;
            height: 14px;
            background: #fff;
            border-top: 1px solid #e5e7eb;
            border-left: 1px solid #e5e7eb;
            transform: rotate(45deg);
            pointer-events: none;
            z-index: 1;
        }
/*==================================*/
/* Footer                   		*/
/*==================================*/
    .hayalhost-footer-wrapper * {
        box-sizing: border-box;
    }
    
    .hayalhost-footer-heading {
        font-size: 16px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        color: white !important;
        letter-spacing: 0.02em !important;
        text-transform: none !important;
    }
    
    .hayalhost-footer-heading-mobile {
        font-size: 15px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        color: white !important;
        letter-spacing: 0.02em !important;
        text-transform: none !important;
    }
    
    .hayalhost-footer-menu-item {
        color: #9ca3af;
        transition: color 0.2s ease;
        font-weight: 400 !important;
        font-size: 14px !important;
        padding: 2px 0 !important;
        letter-spacing: 0.01em !important;
    }
    
    .hayalhost-footer-menu-item:hover {
        color: white !important;
        transform: translateX(2px);
    }
    
    
    .hayalhost-footer-toggle-button {
        transition: background-color 0.2s ease;
        border-radius: 6px;
    }
    
    .hayalhost-footer-toggle-button:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }
    
    .hayalhost-footer-social-icon {
        transition: all 0.3s ease;
    }
    
    .hayalhost-footer-social-icon:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
    .hayalhost-footer-link {
        transition: all 0.2s ease;
    }
    
    .hayalhost-footer-link:hover {
        color: white !important;
        transform: translateX(2px);
    }
    
    .hayalhost-footer-menu-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        opacity: 0;
    }
    
    .hayalhost-footer-menu-list.hayalhost-active {
        max-height: 500px;
        opacity: 1;
    }


    .hayalhost-footer-payment-logo {
        transition: opacity 0.2s ease;
    }
    
    .hayalhost-footer-payment-logo:hover {
        opacity: 0.8;
    }
    
    .hayalhost-footer-icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        flex-shrink: 0;
        transition: all 0.3s ease;
    }
    
    .hayalhost-footer-icon-circle:hover {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.25);
        transform: translateY(-1px);
    }
    
    .hayalhost-footer-icon-circle i {
        color: rgba(255, 255, 255, 0.9);
        transition: all 0.3s ease;
    }
    
    @media (min-width: 640px) {
        .hayalhost-footer-menu-list {
            display: flex !important;
            opacity: 1 !important;
            max-height: none !important;
        }
    }

    .hayalhost-copy-feedback {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 11px;
        color: #22c55e;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }
    
    .hayalhost-copy-feedback.show {
        opacity: 1;
    }

    .hayalhost-legal-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: all 0.2s ease;
        position: relative;
        padding: 4px 0;
    }
    
    .hayalhost-legal-link:hover {
        color: white !important;
    }
    
    .hayalhost-legal-link .icon-default {
        display: inline-flex;
        align-items: center;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    
    .hayalhost-legal-link .icon-hover {
        display: inline-flex;
        align-items: center;
        position: absolute;
        left: 0;
        opacity: 0;
        transform: scale(0.8);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }
    
    .hayalhost-legal-link:hover .icon-default {
        opacity: 0;
        transform: scale(0.8);
    }
    
    .hayalhost-legal-link:hover .icon-hover {
        opacity: 1;
        transform: scale(1);
    }
    
    .hayalhost-legal-divider {
        width: 1px;
        height: 14px;
        background-color: rgba(255, 255, 255, 0.2);
        flex-shrink: 0;
    }
    
    
    .hayalhost-copy-button {
    }

    .hayalhost-show-more-btn {
        background: rgba(255, 107, 53, 0.1);
        color: #ff6b35;
        padding: 0.375rem 0.75rem;
        font-size: 0.8125rem;
        font-weight: 500;
        border: 1px solid rgba(255, 107, 53, 0.2);
        border-radius: 0.375rem;
        cursor: pointer;
        display: none;
        align-items: center;
        gap: 0.375rem;
        transition: all 0.2s ease;
        margin-top: 0.5rem;
        width: fit-content;
    }
    
    @media (min-width: 640px) {
        .hayalhost-show-more-btn {
            display: inline-flex;
        }
    }
    
    .hayalhost-show-more-btn:hover {
        background: rgba(255, 107, 53, 0.15);
        border-color: rgba(255, 107, 53, 0.3);
        transform: translateY(-1px);
    }
    
    .hayalhost-show-more-btn i,
    .hayalhost-show-more-btn svg,
    .hayalhost-show-more-chevron {
        width: 14px;
        height: 14px;
        transform-origin: center;
        transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) !important;
    }

    .hayalhost-show-more-chevron.is-rotated {
        transform: rotate(180deg);
    }

    .hayalhost-menu-hidden {
        display: none !important;
    }
    
    .hayalhost-menu-hidden.show {
        display: flex !important;
    }
    
    @media (max-width: 639px) {
        .hayalhost-footer-menu-list.hayalhost-active .hayalhost-menu-hidden {
            display: flex !important;
        }
    }

    .hayalhost-menu-dot {
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        display: inline-block;
        flex-shrink: 0;
    }

    /* Responsive hardening (JS'e dokunmadan) */
    #ebayram-user-dropdown,
    #ebayram-notification-dropdown,
    #ebayram-notification-dropdown-2 {
        max-width: calc(100vw - 16px);
    }

    #ebayram-notification-dropdown > div,
    #ebayram-notification-dropdown-2 > div {
        width: min(16rem, calc(100vw - 16px));
    }

    @media (max-width: 767px) {
        #ebayram-mobile-sidebar {
            width: min(88vw, 20rem) !important;
        }

        #ebayram-topbar a {
            min-width: 0;
        }

        #ebayram-topbar span {
            max-width: 42vw;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        #ebayram-user-dropdown {
            width: min(14rem, calc(100vw - 16px));
        }
    }

    @media (max-width: 1023px) {
        .hayalhost-footer-wrapper .tw--mt-24 {
            margin-top: 0 !important;
        }

        .hayalhost-footer-wrapper .tw-max-w-\[1400px\] {
            max-width: 100% !important;
        }
    }

    @media (max-width: 639px) {
        .hayalhost-footer-heading-mobile {
            font-size: 14px !important;
        }

        .hayalhost-footer-menu-item {
            font-size: 13px !important;
            line-height: 1.35;
        }

        .hayalhost-footer-wrapper .tw-grid.tw-grid-cols-3 {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .hayalhost-legal-link {
            width: 100%;
            justify-content: center;
            padding: 6px 0;
        }
    }
/*=========================
        #Slider 
=========================*/
        * {
            font-family: 'Poppins', sans-serif;
        }
        
        @keyframes shimmer {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        .hyl-home-slider {
            background: linear-gradient(135deg, 
                rgb(217, 30, 72) 0%, 
                rgb(185, 24, 64) 25%, 
                rgb(147, 51, 234) 50%, 
                rgb(59, 130, 246) 75%, 
                rgb(16, 185, 129) 100%);
            background-size: 400% 400%;
            animation: gradientShift 15s ease infinite;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        
        @keyframes gradientShift {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        
        .hyl-home-slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
                        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
            pointer-events: none;
        }
        
        .hyl-slider-item {
            position: relative;
            z-index: 1;
        }
        
        .hyl-animate {
            animation: fadeInUp 0.6s ease-out forwards;
            opacity: 0;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .hyl-domain-area {
            margin-top: -60px;
            position: relative;
            z-index: 10;
            padding-bottom: 60px;
        }
        
        .hyl-domain-form {
            background: white;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
            padding: 32px;
        }
        
        .hyl-domain-input-wrapper {
            display: flex;
            align-items: center;
            background: #fafafa;
            border-radius: 0.5rem;
            padding: 6px 6px 6px 16px;
            margin-bottom: 24px;
            border: 1px solid #e5e5e5;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .hyl-domain-input-wrapper:focus-within {
            border-color: #d91e48;
            background: white;
            box-shadow: 0 0 0 3px rgba(217, 30, 72, 0.1);
        }
        
        .hyl-domain-input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 12px 10px;
            font-size: 15px;
            font-weight: 500;
            outline: none;
        }
        
        .hyl-domain-button {
            background: #d91e48;
            color: white;
            padding: 12px 24px;
            border-radius: 0.375rem;
            font-weight: 600;
            font-size: 14px;
            border: none;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            white-space: nowrap;
            position: relative;
            overflow: hidden;
        }
        
        .hyl-domain-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transform: translateX(-100%);
        }
        
        .hyl-domain-button:hover::before {
            animation: shimmer 1.5s ease-in-out infinite;
        }
        
        .hyl-domain-button:hover {
            background: #b91840;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(217, 30, 72, 0.3);
        }

        .hyl-btn-with-icon {
            position: relative;
            overflow: hidden;
        }
        
        .hyl-btn-with-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transform: translateX(-100%);
        }
        
        .hyl-btn-with-icon:hover::before {
            animation: shimmer 1.5s ease-in-out infinite;
        }
        
        .hyl-btn-icon-wrapper {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 16px;
            height: 16px;
        }
        
        .hyl-btn-icon-default,
        .hyl-btn-icon-hover {
            position: absolute;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .hyl-btn-icon-default {
            opacity: 1;
            transform: translateX(0) rotate(0deg) scale(1);
        }
        
        .hyl-btn-icon-hover {
            opacity: 0;
            transform: translateX(-8px) rotate(-45deg) scale(0.5);
        }
        
        .hyl-btn-with-icon:hover .hyl-btn-icon-default {
            opacity: 0;
            transform: translateX(8px) rotate(45deg) scale(0.5);
        }
        
        .hyl-btn-with-icon:hover .hyl-btn-icon-hover {
            opacity: 1;
            transform: translateX(0) rotate(0deg) scale(1);
        }
        
        .hyl-tld-item {
            background: white;
            border-radius: 0.5rem;
            padding: 20px;
            box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            display: block;
            text-decoration: none;
            color: inherit;
            position: relative;
            border: 1px solid #e5e5e5;
            margin: 10px;
        }
        
        .hyl-tld-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
            border-color: #d91e48;
        }
        
        .hyl-tld-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: linear-gradient(135deg, #FFE5E5 0%, #FFD5D5 100%);
            color: #d91e48;
            padding: 6px 14px;
            border-radius: 0.375rem;
            font-size: 11px;
            font-weight: 600;
            margin-bottom: 16px;
        }
        
        .hyl-domain-info {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #f5f5f5;
        }
        
        .hyl-domain-logo {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .hyl-domain-text {
            flex: 1;
        }
        
        .hyl-domain-name {
            font-size: 16px;
            font-weight: 600;
            color: #171717;
            margin-bottom: 4px;
        }
        
        .hyl-domain-register {
            font-size: 13px;
            color: #5a5b78;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        
        .hyl-domain-pricing {
            text-align: left;
        }
        
        .hyl-original-price {
            font-size: 13px;
            color: #5a5b78;
            text-decoration: line-through;
            margin-bottom: 4px;
        }
        
        .hyl-current-price {
            font-size: 24px;
            font-weight: 600;
            color: #171717;
            display: flex;
            align-items: baseline;
            gap: 4px;
        }
        
        .hyl-price-period {
            font-size: 13px;
            font-weight: 400;
            color: #5a5b78;
        }
        
        .owl-carousel .owl-nav button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9) !important;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            color: #d91e48 !important;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
        }
        
        .owl-carousel .owl-nav button:hover {
            background: white !important;
            transform: translateY(-50%) scale(1.1);
        }
        
        .owl-carousel .owl-nav button.owl-prev {
            left: -25px;
        }
        
        .owl-carousel .owl-nav button.owl-next {
            right: -25px;
        }
        
        .hyl-home-slider-owl .owl-dots {
            position: absolute;
            top: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            z-index: 10;
            margin: 0;
        }
        
        .hyl-home-slider-owl .owl-dot {
            width: 5px;
            height: 80px;
            background: rgba(255, 255, 255, 0.3) !important;
            border-radius: 2.5px;
            display: block;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }
        
        .hyl-home-slider-owl .owl-dot::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: white;
            border-radius: 2.5px;
            transition: none;
        }
        
        .hyl-home-slider-owl .owl-dot.active::before {
            animation: fillProgress 5s linear forwards;
        }
        
        @keyframes fillProgress {
            from {
                height: 0%;
            }
            to {
                height: 100%;
            }
        }
        
        .hyl-home-slider-owl .owl-dot:hover {
            background: rgba(255, 255, 255, 0.5) !important;
        }
        
        .hyl-home-slider-owl .owl-dot.active {
            background: rgba(255, 255, 255, 0.5) !important;
        }
        
        @media (max-width: 768px) {
            .hyl-home-slider {
                padding: 40px 0 60px 0; /* Alt padding arttirildi - butonlar icin bosluk */
            }
            
            .hyl-slider-item h2 {
                font-size: 1.75rem !important;
                line-height: 1.2 !important;
            }
            
            .hyl-slider-item h4 {
                font-size: 0.9rem !important;
            }
            
            .hyl-slider-item p {
                font-size: 0.95rem !important;
            }
            
            .hyl-domain-form {
                padding: 20px;
            }
            
            .hyl-domain-input-wrapper {
                flex-direction: column;
                padding: 12px;
                gap: 10px;
            }
            
            .hyl-domain-input {
                width: 100%;
                padding: 12px;
            }
            
            .hyl-domain-button {
                width: 100%;
                padding: 14px 24px;
            }
            
            .hyl-tld-item {
                margin: 5px;
            }
            
            .hyl-domain-info {
                gap: 12px;
            }
            
            .hyl-domain-logo {
                width: 50px;
                height: 50px;
            }
            
            .hyl-domain-name {
                font-size: 14px;
            }
            
            .hyl-current-price {
                font-size: 20px;
            }
            
            .hyl-domain-area {
                margin-top: -40px;
                padding-bottom: 40px;
            }
            
            .hyl-home-slider-owl .owl-dots {
                top: 15px;
                right: 15px;
                gap: 10px;
            }
            
            .hyl-home-slider-owl .owl-dot {
                width: 4px;
                height: 60px;
            }
        }
        
        @media (max-width: 640px) {
            .hyl-home-slider {
                padding: 30px 0 50px 0; /* Kucuk mobil icin alt padding */
            }
            
            .hyl-slider-item h2 {
                font-size: 1.5rem !important;
            }
            
            .hyl-slider-item h4 {
                font-size: 0.85rem !important;
            }
            
            .hyl-slider-item p {
                font-size: 0.9rem !important;
            }
            
            .hyl-domain-form {
                padding: 16px;
            }
            
            .hyl-domain-logo {
                width: 45px;
                height: 45px;
            }
            
            .hyl-current-price {
                font-size: 18px;
            }
            
            .hyl-home-slider-owl .owl-dots {
                top: 12px;
                right: 12px;
                gap: 8px;
            }
            
            .hyl-home-slider-owl .owl-dot {
                width: 4px;
                height: 50px;
            }
        }
        
        .hyl-tld-list-owl .owl-dots {
            text-align: center;
            margin-top: 24px;
        }
        
        .hyl-tld-list-owl .owl-dot {
            width: 8px;
            height: 8px;
            background: #e5e5e5 !important;
            border-radius: 50%;
            display: inline-block;
            margin: 0 5px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
        }
        
        .hyl-tld-list-owl .owl-dot:hover {
            background: #5a5b78 !important;
        }
        
        .hyl-tld-list-owl .owl-dot.active {
            background: #d91e48 !important;
            width: 24px;
            border-radius: 0.25rem;
        }
/*==================================*/
/* HostingHead                		*/
/*==================================*/
    .ebhostinghead-slider {
        background: linear-gradient(135deg, 
            #d91e48 0%, 
            #f03d66 30%, 
            #b91840 70%, 
            #8b1a27 100%);
        border-bottom: 4px solid #d91e48;
    }

    @keyframes ebhostinghead-slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-40px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .ebhostinghead-content h1,
    .ebhostinghead-content p,
    .ebhostinghead-content a,
    .ebhostinghead-content .tw-flex.tw-flex-wrap,
    .ebhostinghead-content .tw-text-white\/70 {
        opacity: 0;
        animation: ebhostinghead-slideInLeft 0.5s ease forwards;
    }

    .ebhostinghead-content h1                        { animation-delay: 0.1s; }
    .ebhostinghead-content p                         { animation-delay: 0.2s; }
    .ebhostinghead-content a                         { animation-delay: 0.3s; }
    .ebhostinghead-content .tw-flex.tw-flex-wrap     { animation-delay: 0.4s; }
    .ebhostinghead-content .tw-text-white\/70        { animation-delay: 0.5s; }
/*==================================*/
/* Hosting Paketleri                */
/*==================================*/
        @keyframes badge-glow {
            0%, 100% {
                box-shadow: 0 0 6px 1px rgba(220, 38, 38, 0.5), 0 2px 8px rgba(220, 38, 38, 0.3);
            }
            50% {
                box-shadow: 0 0 14px 4px rgba(220, 38, 38, 0.75), 0 4px 16px rgba(220, 38, 38, 0.45);
            }
        }
        .pulse-effect {
            animation: badge-glow 2.5s ease-in-out infinite;
        }
        .popular-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.375rem;
            white-space: nowrap;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 700;
            color: #fff;
            background: linear-gradient(to right, #dc2626, #ef4444);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        }
        .package-buy-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 0.75rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #fff;
            background-color: #d91e48;
            transition: background-color 0.3s ease;
        }
        .package-buy-btn:hover {
            background-color: #aa1738;
        }
        @media (min-width: 768px) {
            .package-buy-btn {
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                font-size: 1rem;
            }
        }
        .package-details-link {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            font-family: var(--font-body, inherit);
            font-size: 0.875rem;
            color: var(--tw-color-primary, #d91e48);
        }
        .package-details-link:hover {
            text-decoration: underline;
        }
        .package-discount-badge {
            display: inline-block;
            white-space: nowrap;
            padding: 0.25rem 0.5rem;
            border-radius: 0.25rem;
            font-size: 0.75rem;
            font-weight: 600;
            color: #fff;
            background-color: #f97316;
        }
        .hosting-hero-cta {
            display: inline-block;
            margin-bottom: 1.25rem;
            padding: 0.75rem 2rem;
            border-radius: 0.5rem;
            font-size: 1rem;
            font-weight: 600;
            color: #d91e48;
            background-color: #fff;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .hosting-hero-cta:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }
        .cpanel-demo-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.625rem 1.25rem;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #d91e48;
            background-color: #fff;
            transition: all 0.2s ease;
        }
        .cpanel-demo-btn:hover {
            background-color: #f5f5f5;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        @media (min-width: 640px) {
            .cpanel-demo-btn {
                width: auto;
            }
        }
        .vps-buy-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.625rem 1rem;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            font-family: var(--font-heading, inherit);
            text-align: center;
            color: #fff;
            background-color: #d91e48;
            transition: background-color 0.2s ease;
        }
        .vps-buy-btn:hover {
            background-color: #f03d66;
        }

        /* Tooltip styles */
        .tooltip-container {
            position: relative;
            display: inline-flex;
            cursor: pointer;
        }
        .tooltip-content {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: calc(100% + 8px);
            background-color: #1e3a5f;
            color: white;
            padding: 10px 14px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.5;
            width: 220px;
            z-index: 9999;
            transition: opacity 0.2s ease, visibility 0.2s ease;
            box-shadow: 0 4px 16px rgba(0,0,0,0.2);
            pointer-events: none;
            white-space: normal;
        }
        .tooltip-content::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-width: 6px;
            border-style: solid;
            border-color: #1e3a5f transparent transparent transparent;
        }
        .tooltip-container:hover .tooltip-content {
            visibility: visible;
            opacity: 1;
        }

        /* Yenileme Fiyatları Tablosu */
        /* Header row: Süre | Yenileme | İndirimli | % */
        .pricing-table-head {
            display: grid;
            grid-template-columns: 1.1fr 1fr 1.1fr 50px;
            align-items: center;
            padding: 9px 14px;
            border-bottom: 2px solid #e5e7eb;
            background: #fff;
        }
        .pricing-table-head-cell {
            font-size: 12px;
            font-weight: 700;
            color: #111827;
            padding: 0 3px;
        }
        .pricing-table-head-cell:first-child {
            padding-left: 6px;
        }
        .pricing-table-head-cell.green { color: #16a34a; }
        .pricing-table-head-cell.center { text-align: center; }
        .pricing-table-popup {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            margin-top: 0;
            padding-top: 8px;
            background-color: transparent;
            width: 320px;
            z-index: 100;
            transition: opacity 0.25s ease, visibility 0.25s ease;
        }
        .pricing-table-popup-inner {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.13);
            overflow: hidden;
            border: 1px solid #e5e7eb;
        }
        .pricing-table-container:hover .pricing-table-popup {
            visibility: visible;
            opacity: 1;
        }
        /* Başlık satırı (Süre / Yenileme / İndirimli / %) */
        .pricing-table-header-row {
            display: grid;
            grid-template-columns: 1.1fr 1fr 1.1fr 44px;
            align-items: center;
            padding: 10px 14px;
            border-bottom: 2px solid #e5e7eb;
            background: #fff;
        }
        .pricing-table-header-cell {
            font-size: 12px;
            font-weight: 700;
            color: #111827;
            padding: 0 3px;
        }
        .pricing-table-header-cell.green {
            color: #16a34a;
        }
        .pricing-table-header-cell.center {
            text-align: center;
        }
        /* Veri satırları */
        .pricing-table-body { padding: 0; }
        .pricing-table-row {
            display: grid;
            grid-template-columns: 1.1fr 1fr 1.1fr 44px;
            align-items: center;
            padding: 11px 14px;
            border-bottom: 1px solid #f0f0f0;
            font-size: 13px;
        }
        .pricing-table-row:last-child { border-bottom: none; }
        .pricing-table-cell { padding: 0 3px; }
        .pricing-table-cell.label {
            font-weight: 500;
            color: #374151;
            font-size: 13px;
            padding-left: 6px;
        }
        .pricing-table-cell.old-price {
            text-decoration: line-through;
            color: #9ca3af;
            font-size: 12px;
            font-weight: 400;
        }
        .pricing-table-cell.new-price {
            color: #16a34a;
            font-weight: 700;
            font-size: 13px;
        }
        .pricing-table-cell.discount {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pricing-table-cell.discount span {
            background-color: #16a34a;
            color: white;
            font-weight: 700;
            padding: 3px 7px;
            border-radius: 5px;
            text-align: center;
            font-size: 11px;
            white-space: nowrap;
        }
        .pricing-table-footer {
            padding: 9px 14px;
            border-top: 1px solid #e5e7eb;
            background: #fff;
            font-size: 11px;
            color: #6b7280;
            text-align: center;
            font-style: italic;
        }

        /* Shine efekti */
        .btn-shine {
            position: relative;
            overflow: hidden;
        }
        .btn-shine::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            transition: left 0.5s ease;
        }
        .btn-shine:hover::after { left: 100%; }

        /* MOBİL DÜZELTME: Yatay taşmayı engelle */
        .hosting-paketleri-wrapper {
            width: 100%;
            overflow-x: hidden;
        }

        /* MOBİL: Pricing popup taşmasın */
        @media (max-width: 640px) {
            .pricing-table-popup {
                left: 0;
                right: 0;
                transform: none;
                width: calc(100vw - 48px);
                max-width: 320px;
            }
            .tooltip-content {
                left: auto;
                right: 0;
                transform: none;
                width: 200px;
            }
            .tooltip-content::after {
                left: auto;
                right: 16px;
                transform: none;
            }
        }

        /* Kart grid - mobilde tam genişlik, border tutarlı */
        .paket-grid {
            display: grid;
            grid-template-columns: 1fr;
            border-radius: 12px;
            overflow: visible;
            box-shadow: 0 4px 24px rgba(0,0,0,0.08);
            margin-top: 24px;
        }
        @media (min-width: 768px) {
            .paket-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (min-width: 1280px) {
            .paket-grid {
                grid-template-columns: 1fr 1fr 1fr 1fr;
            }
        }

        /* Kart stilleri */
        .paket-kart {
            background: white;
            border: 1px solid #e5e7eb;
            display: flex;
            flex-direction: column;
            position: relative;
            transition: box-shadow 0.3s ease;
        }
        .paket-kart:hover {
            box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        }

        /* Mobilde kartlar alt alta ve arada hafif boşluk */
        @media (max-width: 767px) {
            .paket-grid {
                gap: 10px;
                box-shadow: none;
            }
            .paket-kart {
                border: 1px solid #e5e7eb;
                border-radius: 12px;
            }
        }

        /* Tablet: 2x2 grid border düzeni */
        @media (min-width: 768px) and (max-width: 1279px) {
            .paket-kart { border-right: none; border-bottom: none; }
            .paket-kart:nth-child(2n) { border-right: 1px solid #e5e7eb; }
            .paket-kart:nth-last-child(-n+2) { border-bottom: 1px solid #e5e7eb; }
            .paket-kart:last-child { border-bottom: 1px solid #e5e7eb; }
        }

        /* Desktop: 4 sütun */
        @media (min-width: 1280px) {
            .paket-kart { border-right: none; }
            .paket-kart:last-child { border-right: 1px solid #e5e7eb; }
        }

        /* Popüler kart */
        .paket-kart.popular {
            border: 2px solid #dc2626 !important;
            position: relative;
        }
        @media (min-width: 1280px) {
            .paket-kart.popular {
                border-right: 2px solid #dc2626 !important;
            }
        }
		    .pricing-table-head,
    .pricing-table-row {
        display: grid;
        grid-template-columns: 1.3fr 1fr 1fr 0.55fr;
        align-items: center;
        column-gap: 0.5rem;
    }

    .pricing-table-head-cell,
    .pricing-table-cell {
        white-space: nowrap;
        padding: 0.2rem 0;
    }

    .pricing-table-head-cell:first-child,
    .pricing-table-cell.label {
        text-align: left;
    }

    .pricing-table-head-cell:not(:first-child),
    .pricing-table-cell:not(.label) {
        text-align: center;
    }

    .pricing-table-cell.discount span {
        display: inline-block;
        min-width: 2.25rem;
        text-align: center;
    }
	    .paket-kart > div.tw-flex-1 .tw-space-y-0 > .tw-flex.tw-items-center.tw-justify-between.tw-py-2 > .tw-flex.tw-items-center.tw-gap-2 {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .paket-kart > div.tw-flex-1 .tw-space-y-0 > .tw-flex.tw-items-center.tw-justify-between.tw-py-2 > .tw-flex.tw-items-center.tw-gap-2 > .tooltip-container {
        order: -1;
        display: inline-flex;
        align-items: center;
    }
    .paket-kart > div.tw-flex-1 .tw-space-y-0 > .tw-flex.tw-items-center.tw-justify-between.tw-py-2 > .tw-flex.tw-items-center.tw-gap-2 > .tooltip-container > .tooltip-content {
        left: 0;
        transform: none;
    }
    .paket-kart > div.tw-flex-1 .tw-space-y-0 > .tw-flex.tw-items-center.tw-justify-between.tw-py-2 > .tw-flex.tw-items-center.tw-gap-2 > .tooltip-container > .tooltip-content::after {
        left: 10px;
        transform: none;
    }

    @media (max-width: 1023px) {
        .premium-mobile-group,
        .ssl-mobile-group,
        .server-mobile-group {
            display: flex !important;
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 0.5rem;
            width: 100% !important;
            max-width: 100% !important;
            padding: 0.375rem;
            border-radius: 0.75rem;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-sizing: border-box;
        }

        .premium-mobile-group > button,
        .ssl-mobile-group > button,
        .server-mobile-group > button {
            width: 100% !important;
            min-width: 0;
            justify-content: flex-start;
            overflow: hidden;
            min-height: 2.25rem;
            font-size: 0.75rem;
            line-height: 1.2;
            border-radius: 0.625rem;
            padding-left: 0.875rem;
            padding-right: 0.875rem;
            box-sizing: border-box;
        }

        .premium-mobile-group > button > span,
        .ssl-mobile-group > button > span,
        .server-mobile-group > button > span {
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .premium-mobile-group > button i[data-lucide],
        .ssl-mobile-group > button i[data-lucide],
        .server-mobile-group > button i[data-lucide] {
            width: 0.875rem;
            height: 0.875rem;
        }

        .premium-mobile-group > button.hyl-mobile-active,
        .ssl-mobile-group > button.hyl-mobile-active,
        .server-mobile-group > button.hyl-mobile-active {
            background-color: #ffffff !important;
            color: #374151 !important;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15) !important;
        }

        .premium-mobile-group > button.hyl-mobile-passive,
        .ssl-mobile-group > button.hyl-mobile-passive,
        .server-mobile-group > button.hyl-mobile-passive {
            background-color: transparent !important;
            color: #ffffff !important;
            box-shadow: none !important;
        }

        .premium-mobile-group > button.hyl-mobile-passive:hover,
        .ssl-mobile-group > button.hyl-mobile-passive:hover,
        .server-mobile-group > button.hyl-mobile-passive:hover {
            background-color: rgba(255, 255, 255, 0.2) !important;
        }
    }
/*==================================*/
/* Hosting Tablosu                  */
/*==================================*/	
		.description-row {
            display: none;
            background-color: #f8fafc;
        }
        .description-row.active {
            display: table-row;
            animation: fadeIn 0.3s ease-in-out;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .description-row td {
            animation: slideDown 0.3s ease-in-out;
        }
        
        @keyframes slideDown {
            from {
                padding-top: 0;
                padding-bottom: 0;
            }
            to {
                padding-top: 1rem;
                padding-bottom: 1rem;
            }
        }
        
        .dropdown-toggle {
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        .dropdown-toggle.active {
            transform: rotate(180deg);
        }
        .feature-row {
            cursor: pointer;
        }
        .feature-row:hover .dropdown-toggle {
            color: #d91e48;
        }
        
        #sticky-header-clone {
            display: none;
        }
        #sticky-header-clone.visible {
            display: table;
        }
/*==================================*/
/* Avantajlar                   	*/
/*==================================*/
.ebavantaj-icon-wrapper {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #fef2f4 0%, #fce8ec 100%);
    border-radius: 10px;
    border: 1px solid rgba(217, 30, 72, 0.1);
}
.ebavantaj-icon-wrapper .ebavantaj-icon-default,
.ebavantaj-icon-wrapper .ebavantaj-icon-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.ebavantaj-icon-wrapper .ebavantaj-icon-hover {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}
.ebavantaj-card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.ebavantaj-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, #d91e48 0%, #f03d66 100%);
    transition: height 0.3s ease;
    border-radius: 0 0 3px 0;
}
.ebavantaj-card:hover {
    transform: translateY(-4px);
    border-color: rgba(217, 30, 72, 0.2);
}
.ebavantaj-card:hover::before {
    height: 100%;
}
.ebavantaj-card:hover .ebavantaj-icon-wrapper {
    background: linear-gradient(135deg, #d91e48 0%, #f03d66 100%);
    border-color: transparent;
}
.ebavantaj-card:hover .ebavantaj-icon-default {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}
.ebavantaj-card:hover .ebavantaj-icon-hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    color: white !important;
}
/*==================================*/
/* Olanaklar                    	*/
/*==================================*/
        @keyframes hffea-float-up-down {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        .hffea-animate-float {
            animation: hffea-float-up-down 6s ease-in-out infinite;
        }
        .hffea-animate-float-delayed {
            animation: hffea-float-up-down 6s ease-in-out infinite;
            animation-delay: 3s;
        }

        /* CSS-only icon switching — no JS needed */
        .hffea-icon-box {
            transition: transform 0.3s ease;
        }
        .hffea-icon-box .hffea-icon-default { display: block; }
        .hffea-icon-box .hffea-icon-hover   { display: none;  }

        .hffea-card:hover .hffea-icon-box { transform: scale(1.05); }
        .hffea-card:hover .hffea-icon-box .hffea-icon-default { display: none;  }
        .hffea-card:hover .hffea-icon-box .hffea-icon-hover   { display: block; }

        .hffea-faq-icon { transition: transform 0.3s ease; }
/*==================================*/
/* Destek                       	*/
/*==================================*/
    @keyframes destek-badge-glow {
        0%, 100% {
            box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
            background-color: #f0fdf4;
        }
        50% {
            box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
            background-color: #dcfce7;
        }
    }
    .destek-online-badge {
        animation: destek-badge-glow 2s ease-in-out infinite;
    }
    @keyframes destek-dot-pulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.6; transform: scale(1.3); }
    }
    .destek-online-dot {
        animation: destek-dot-pulse 2s ease-in-out infinite;
    }
/*==================================*/
/* Profesyonel Tab                  */
/*==================================*/
        .ergun-tab-content {
            display: none;
            opacity: 0;
            transform: translateY(10px);
        }
        
        #ergun-feature-1:checked ~ .ergun-tab-container #ergun-eklentiler,
        #ergun-feature-2:checked ~ .ergun-tab-container #ergun-gelismis,
        #ergun-feature-3:checked ~ .ergun-tab-container #ergun-guvenlik,
        #ergun-feature-4:checked ~ .ergun-tab-container #ergun-yedekleme {
            display: grid;
            animation: ergunFadeInSlide 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }
        
        @keyframes ergunFadeInSlide {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .ergun-tab-buttons label {
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .ergun-tab-buttons label:hover {
            transform: translateY(-2px);
        }
        
        #ergun-feature-1:checked ~ .ergun-tab-buttons label[for="ergun-feature-1"],
        #ergun-feature-2:checked ~ .ergun-tab-buttons label[for="ergun-feature-2"],
        #ergun-feature-3:checked ~ .ergun-tab-buttons label[for="ergun-feature-3"],
        #ergun-feature-4:checked ~ .ergun-tab-buttons label[for="ergun-feature-4"] {
            background-color: #d91e48;
            color: white;
            border-color: #d91e48;
            box-shadow: 0 4px 12px -2px rgba(217, 30, 72, 0.3);
            transform: translateY(-2px);
        }
        
        #ergun-cpanel-landing input[type="radio"] {
            display: none;
        }
/*==================================*/
/* SSS Sorular                     	*/
/*==================================*/
        .hylfax-faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
            opacity: 0;
        }
        .hylfax-faq-answer.active {
            max-height: 500px;
            opacity: 1;
        }
        .hylfax-chevron-icon {
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .hylfax-chevron-icon.rotate {
            transform: rotate(180deg);
        }
        /* Added underline effect for active FAQ titles */
        .hylfax-faq-question {
            position: relative;
            transition: all 0.3s ease;
        }
        .hylfax-faq-question.active-question h3 {
            text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-color: #dc2626;
            text-decoration-thickness: 2px;
        }
/*==================================*/
/* MS Test                     		*/
/*==================================*/
        /* ── Keyframes ─────────────────────────────────────── */
        @keyframes mstest-pulse {
            0%, 100% { opacity: 1; }
            50%       { opacity: 0.4; }
        }

        @keyframes mstest-shimmer {
            0%   { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        @keyframes mstest-lineflow {
            0%   { stroke-dashoffset: 24; }
            100% { stroke-dashoffset: 0; }
        }

        /* ── Row: test aktifken shimmer efekti ─────────────── */
        .mstest-testing {
            position: relative;
            overflow: hidden;
        }
        .mstest-testing::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
            animation: mstest-shimmer 1.5s ease-in-out infinite;
            z-index: 1;
            pointer-events: none;
        }
        .mstest-testing > * {
            position: relative;
            z-index: 2;
        }

        /* ── Ping icon pulse animasyonu ────────────────────── */
        .mstest-testing .mstest-ping-icon {
            animation: mstest-pulse 1s infinite;
        }

        /* ── SVG çizgi animasyonu (test aktifken) ──────────── */
        .mstest-active .mstest-connection-line .mstest-dashed-line {
            stroke: #d91e48 !important;
            stroke-dasharray: 8 4 !important;
            animation: mstest-lineflow 0.8s linear infinite !important;
        }

        /* ── Badge renk state'leri ─────────────────────────── */
        .mstest-badge-idle    { background: #d91e48; }
        .mstest-badge-testing { background: #5a5b78; }
        .mstest-badge-good    { background: #16a34a; }
        .mstest-badge-medium  { background: #f97316; }
        .mstest-badge-bad     { background: #d91e48; }
        .mstest-badge-error   { background: #5a5b78; }

        /* ── Disabled buton ────────────────────────────────── */
        .mstest-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }
/*==================================*/
/* Reseller Package           		*/
/*==================================*/
        .hrslpc-shine-hover {
            position: relative;
            overflow: hidden;
        }
        .hrslpc-shine-hover::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s ease-in-out;
        }
        .hrslpc-shine-hover:hover::before {
            left: 100%;
        }
        .rsl-nav-btn {
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #e5e7eb;
            border-radius: 0.5rem;
            background: #fff;
            transition: all 0.3s ease;
        }
        .rsl-nav-btn:hover {
            border-color: #d91e48;
            background: #d91e48;
            color: #fff;
        }
        .rsl-nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
            pointer-events: none;
        }
        .rsl-order-btn {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.625rem 0.75rem;
            border-radius: 0.5rem;
            font-size: 0.75rem;
            font-weight: 600;
            color: #fff;
            text-decoration: none;
            background: #d91e48;
            transition: all 0.3s ease;
        }
        .rsl-order-btn:hover {
            background: #f03d66;
            color: #fff;
        }
        @media (min-width: 768px) {
            .rsl-order-btn {
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                font-size: 0.875rem;
            }
        }
        
        .hrslpc-feature-item {
            display: flex;
            align-items: flex-start;
            gap: 0.625rem;
            padding: 0.625rem 0.75rem;
            border-radius: 0.5rem;
            transition: all 0.3s ease-in-out;
            background: linear-gradient(135deg, rgba(217, 30, 72, 0.02), rgba(90, 91, 120, 0.02));
            border: 1px solid rgba(90, 91, 120, 0.08);
        }
        
        .hrslpc-feature-item:hover {
            background: linear-gradient(135deg, rgba(217, 30, 72, 0.04), rgba(90, 91, 120, 0.04));
            border-color: rgba(217, 30, 72, 0.2);
        }
        
        .hrslpc-feature-icon {
            width: 18px;
            height: 18px;
            color: #d91e48;
            flex-shrink: 0;
            margin-top: 1px;
        }
        
        .hrslpc-feature-content {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.625rem;
        }
        
        .hrslpc-feature-text {
            color: #3a3b58;
            font-size: 0.8rem;
            font-weight: 500;
            line-height: 1.5;
        }
        
        .hrslpc-info-icon {
            width: 15px;
            height: 15px;
            color: #7a7b98;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            flex-shrink: 0;
        }
        
        .hrslpc-info-icon:hover {
            color: #d91e48;
            transform: scale(1.15);
        }
        
        .hrslpc-tooltip-wrapper {
            position: relative;
        }
        
        .hrslpc-tooltip {
            position: absolute;
            bottom: calc(100% + 8px);
            right: 0;
            background: white;
            border: 2px solid #d91e48;
            border-radius: 0.625rem;
            padding: 0.75rem 1rem;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
            font-size: 0.75rem;
            font-weight: 500;
            color: #3a3b58;
            line-height: 1.5;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transform: translateY(5px);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 100;
            pointer-events: none;
        }
        
        .hrslpc-tooltip::after {
            content: '';
            position: absolute;
            top: 100%;
            right: 12px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #d91e48;
        }
        
        .hrslpc-tooltip-wrapper:hover .hrslpc-tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .hrslpc-features-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.5rem;
        }
        
        @media (min-width: 768px) {
            .hrslpc-features-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 0.625rem;
            }
        }
        
        .hrslpc-page-title {
            color: #3a3b58;
            font-weight: 400;
        }
        
        .hrslpc-config-title {
            color: #5a5b78;
            font-weight: 400;
        }
        
        .hrslpc-dropdown-label {
            color: #5a5b78;
            font-weight: 500;
        }
        
        .hrslpc-custom-dropdown {
            position: relative;
        }
        
        .hrslpc-custom-dropdown-header {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            width: 100%;
            padding: 0.875rem 2.75rem 0.875rem 1rem;
            border: 2px solid #e5e5e5;
            border-radius: 0.75rem;
            background: white;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            font-size: 0.9375rem;
            font-weight: 500;
            color: #3a3b58;
        }
        
        .hrslpc-custom-dropdown-header:hover {
            border-color: #d91e48;
            box-shadow: 0 0 0 3px rgba(217, 30, 72, 0.08);
        }
        
        .hrslpc-custom-dropdown-header.hrslpc-active {
            border-color: #d91e48;
            box-shadow: 0 0 0 3px rgba(217, 30, 72, 0.12);
        }
        
        .hrslpc-custom-dropdown-header img {
            width: 22px;
            height: 22px;
            object-fit: contain;
        }
        
        .hrslpc-custom-dropdown-arrow {
            position: absolute;
            right: 1rem;
            top: 50%;
            transform: translateY(-50%);
            width: 18px;
            height: 18px;
            color: #7a7b98;
            transition: all 0.3s ease-in-out;
            pointer-events: none;
        }
        
        .hrslpc-custom-dropdown-header.hrslpc-active .hrslpc-custom-dropdown-arrow {
            transform: translateY(-50%) rotate(180deg);
            color: #d91e48;
        }
        
        .hrslpc-custom-dropdown-list {
            position: absolute;
            top: calc(100% + 0.5rem);
            left: 0;
            right: 0;
            background: white;
            border: 2px solid #d91e48;
            border-radius: 0.75rem;
            box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            max-height: 320px;
            overflow-y: auto;
            z-index: 50;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-15px) scale(0.95);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .hrslpc-custom-dropdown-list.hrslpc-active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0) scale(1);
        }
        
        .hrslpc-custom-dropdown-item {
            display: flex;
            align-items: center;
            gap: 0.875rem;
            padding: 0.875rem 1rem;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            font-size: 0.9375rem;
            font-weight: 500;
            color: #3a3b58;
            border-bottom: 1px solid rgba(229, 229, 229, 0.5);
            position: relative;
        }
        
        .hrslpc-custom-dropdown-item:last-child {
            border-bottom: none;
        }
        
        .hrslpc-custom-dropdown-item:hover {
            background: rgba(217, 30, 72, 0.04);
            color: #d91e48;
        }
        
        .hrslpc-custom-dropdown-item.hrslpc-selected {
            background: linear-gradient(90deg, rgba(217, 30, 72, 0.08), rgba(217, 30, 72, 0.02));
            color: #d91e48;
            font-weight: 600;
        }
        
        .hrslpc-custom-dropdown-item.hrslpc-selected::after {
            content: '';
            position: absolute;
            right: 1rem;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23d91e48' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .hrslpc-custom-dropdown-item img {
            width: 22px;
            height: 22px;
            object-fit: contain;
            filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
        }
        
        .hrslpc-custom-dropdown-list::-webkit-scrollbar {
            width: 6px;
        }
        
        .hrslpc-custom-dropdown-list::-webkit-scrollbar-track {
            background: transparent;
            margin: 0.5rem 0;
        }
        
        .hrslpc-custom-dropdown-list::-webkit-scrollbar-thumb {
            background: rgba(217, 30, 72, 0.3);
            border-radius: 10px;
        }
        
        .hrslpc-custom-dropdown-list::-webkit-scrollbar-thumb:hover {
            background: rgba(217, 30, 72, 0.5);
        }
        
        @media (max-width: 640px) {
            .hrslpc-page-title {
                font-size: 1.5rem;
            }
            
            .hrslpc-feature-item {
                padding: 0.5rem 0.625rem;
                gap: 0.5rem;
            }
            
            .hrslpc-feature-icon {
                width: 16px;
                height: 16px;
            }
            
            .hrslpc-feature-text {
                font-size: 0.75rem;
            }
            
            .hrslpc-info-icon {
                width: 13px;
                height: 13px;
            }
            
            .hrslpc-tooltip {
                font-size: 0.6875rem;
                padding: 0.625rem 0.875rem;
                max-width: 200px;
                white-space: normal;
            }
            
            .hrslpc-custom-dropdown-header,
            .hrslpc-custom-dropdown-item {
                font-size: 0.875rem;
                padding: 0.75rem 2.5rem 0.75rem 0.875rem;
            }
            
            .hrslpc-custom-dropdown-header img,
            .hrslpc-custom-dropdown-item img {
                width: 20px;
                height: 20px;
            }
        }
        
        @media (min-width: 641px) and (max-width: 1023px) {
            .hrslpc-page-title {
                font-size: 2rem;
            }
        }
        
        @media (min-width: 1024px) {
            .hrslpc-features-grid {
                gap: 0.75rem;
            }
        }
/*==================================*/
/* Bulut Sunucu Paketleri           */
/*==================================*/
        .plesk-tooltip {
            position: relative;
            display: inline-flex;
            cursor: pointer;
        }
        .plesk-tooltip .tooltip-text {
            visibility: hidden;
            opacity: 0;
            width: 220px;
            background-color: #1a202c;
            color: #fff;
            text-align: left;
            border-radius: 6px;
            padding: 10px 12px;
            position: absolute;
            z-index: 50;
            bottom: 125%;
            left: 50%;
            transform: translateX(-50%);
            transition: opacity 0.2s ease;
            font-size: 11px;
            line-height: 1.4;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        .plesk-tooltip .tooltip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #1a202c transparent transparent transparent;
        }
        .plesk-tooltip:hover .tooltip-text {
            visibility: visible;
            opacity: 1;
        }
/*==================================*/
/* İşletim Sistemleri               */
/*==================================*/
        .logo-mov-hostedb-left {
            animation: logo-scroll-left 50s linear infinite;
        }
        
        .logo-mov-hostedb-right {
            animation: logo-scroll-right 50s linear infinite;
        }
        
        .logo-mov-hostedb-pause:hover .logo-mov-hostedb-left,
        .logo-mov-hostedb-pause:hover .logo-mov-hostedb-right {
            animation-play-state: paused;
        }
        
        @keyframes logo-scroll-left {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        @keyframes logo-scroll-right {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }
/*==================================*/
/* Bulut Section                    */
/*==================================*/
    /* darkfea Section */
    .darkfea-section {
      background: linear-gradient(135deg, #0f2a4f 0%, #1a2332 40%, #1a202c 70%, #1e3a5f 100%);
    }

    /* darkfea Pulse Animation */
    .darkfea-pulse-dot {
      animation: darkfea-pulse 2s ease-in-out infinite;
      box-shadow: 0 0 6px rgba(74, 222, 128, 0.6);
    }
    @keyframes darkfea-pulse {
      0%, 100% { opacity: 1; box-shadow: 0 0 6px rgba(74, 222, 128, 0.6); }
      50% { opacity: 0.4; box-shadow: 0 0 2px rgba(74, 222, 128, 0.2); }
    }

    /* darkfea Online Badge */
    .darkfea-online-badge {
      animation: darkfea-online-glow 2.5s ease-in-out infinite;
    }
    @keyframes darkfea-online-glow {
      0%, 100% { box-shadow: 0 0 8px rgba(74, 222, 128, 0.3), inset 0 0 4px rgba(74, 222, 128, 0.1); }
      50% { box-shadow: 0 0 14px rgba(74, 222, 128, 0.5), inset 0 0 6px rgba(74, 222, 128, 0.15); }
    }

    /* darkfea Activity Icon Spin */
    .darkfea-activity-icon {
      animation: darkfea-activity-pulse 1.5s ease-in-out infinite;
    }
    @keyframes darkfea-activity-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.6; transform: scale(0.9); }
    }

    /* darkfea Stat Card */
    .darkfea-stat-card {
      transition: border-color 0.3s ease, transform 0.2s ease;
    }
    .darkfea-stat-card:hover {
      border-color: rgba(217, 30, 72, 0.3);
      transform: translateY(-1px);
    }

    /* darkfea Feature Grid */
    .darkfea-feature-grid {
      display: grid;
      grid-template-columns: auto auto auto;
      gap: 8px 16px;
      width: fit-content;
    }
    @media (max-width: 480px) {
      .darkfea-feature-grid {
        grid-template-columns: auto auto;
        gap: 8px 12px;
      }
    }

    /* darkfea Bottom Info Card */
    .darkfea-info-card {
      transition: border-color 0.3s ease;
    }
    .darkfea-info-card:hover {
      border-color: rgba(217, 30, 72, 0.25);
    }

    /* darkfea Panel */
    .darkfea-panel {
      transition: transform 0.3s ease;
    }

    /* darkfea Badge */
    .darkfea-badge {
      letter-spacing: 0.05em;
    }

    /* darkfea Button Primary */
    .darkfea-btn-primary {
      transition: background-color 0.3s ease, transform 0.15s ease;
    }
    .darkfea-btn-primary:hover {
      transform: translateY(-1px);
    }

    /* darkfea Button Ghost */
    .darkfea-btn-ghost {
      transition: border-color 0.3s ease, color 0.3s ease;
    }
    .darkfea-btn-ghost:hover {
      color: #fafafa;
    }
/*==================================*/
/* Eklenti3                     	*/
/*==================================*/
        .eklenti3-shine-effect {
            position: relative;
            overflow: hidden;
        }
        
        .eklenti3-shine-effect::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.5s;
        }
        
        .eklenti3-shine-effect:hover::before {
            left: 100%;
        }

        .eklenti3-feature-card {
            transition: transform 0.3s ease;
            border: 1px solid #2d3748;
            background-color: rgba(30, 41, 59, 0.4);
            display: flex;
            flex-direction: column;
        }
        
        .eklenti3-feature-card:hover {
            border-color: #d91e48;
            background-color: rgba(30, 41, 59, 0.6);
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(217, 30, 72, 0.15);
        }
        
        .eklenti3-feature-card:hover .eklenti3-icon-circle {
            background: linear-gradient(135deg, #d91e48 0%, #f03d66 100%);
            transform: scale(1.05);
        }
        
        .eklenti3-icon-circle {
            transition: all 0.3s ease;
            background-color: #ffffff;
            border: 2px solid rgba(217, 30, 72, 0.3);
        }
        
        .eklenti3-feature-card .eklenti3-icon-default {
            display: block;
        }
        
        .eklenti3-feature-card .eklenti3-icon-hover {
            display: none;
        }
        
        .eklenti3-feature-card:hover .eklenti3-icon-default {
            display: none;
        }
        
        .eklenti3-feature-card:hover .eklenti3-icon-hover {
            display: block;
        }
        
        .eklenti3-grid-pattern {
            background-image: 
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 30px 30px;
        }
        
        .eklenti3-page-title {
            line-height: 1.3;
        }
        
        .eklenti3-page-description {
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .onecik-header-pattern {
            background-color: #fef2f4;
            background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d91e48' fill-opacity='0.06'%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3Ccircle cx='8' cy='8' r='1.5'/%3E%3Ccircle cx='32' cy='8' r='1.5'/%3E%3Ccircle cx='8' cy='32' r='1.5'/%3E%3Ccircle cx='32' cy='32' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
        }

        .onecik-footer-pattern {
            position: relative;
        }

        .onecik-footer-pattern::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #fafafa;
            background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d91e48' fill-opacity='0.04'%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3Ccircle cx='8' cy='8' r='1.5'/%3E%3Ccircle cx='32' cy='8' r='1.5'/%3E%3Ccircle cx='8' cy='32' r='1.5'/%3E%3Ccircle cx='32' cy='32' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
            z-index: 0;
        }

        .onecik-package-card {
            /* Paket karti stilleri */
        }

        .onecik-description-shine {
            position: relative;
            background-color: rgb(30, 58, 95, 0.08);
            overflow: hidden;
        }

        .onecik-description-shine::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 50%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
            animation: shine 8s infinite;
            z-index: 5;
        }

        .onecik-package-card:nth-child(1) .onecik-description-shine::after {
            animation-delay: 0s;
        }

        .onecik-package-card:nth-child(2) .onecik-description-shine::after {
            animation-delay: 1.5s;
        }

        .onecik-package-card:nth-child(3) .onecik-description-shine::after {
            animation-delay: 3s;
        }

        .onecik-package-card:nth-child(4) .onecik-description-shine::after {
            animation-delay: 4.5s;
        }

        .onecik-package-card:nth-child(5) .onecik-description-shine::after {
            animation-delay: 6s;
        }

        .onecik-package-card:nth-child(6) .onecik-description-shine::after {
            animation-delay: 7.5s;
        }

        @keyframes shine {
            0% {
                left: -100%;
            }
            15% {
                left: 150%;
            }
            100% {
                left: 150%;
            }
        }
        
        @media (max-width: 767px) {
            .eklenti3-feature-card {
                padding: 1rem;
            }
        }

        @media (max-width: 1023px) {
            .hosting-table-mobile-hidden {
                display: none !important;
            }
        }

        @media (max-width: 767px) {
            .package {
                margin-bottom: 10px;
                border: 1px solid #e5e7eb !important;
                border-radius: 12px;
            }
            .package:last-child {
                margin-bottom: 0;
            }
        }

        .vps-filter-btn {
            min-height: 44px;
            border: 1px solid transparent;
            transition: all 0.2s ease;
        }
        .vps-filter-icon {
            width: 18px;
            height: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .vps-filter-icon svg {
            width: 16px;
            height: 16px;
            stroke-width: 2;
        }
        .vps-filter-label {
            line-height: 1.2;
            font-weight: 600;
            letter-spacing: 0.01em;
        }
        @media (max-width: 767px) {
            .vps-filter-grid .vps-filter-btn {
                justify-content: flex-start;
                padding-left: 0.75rem;
                padding-right: 0.75rem;
            }
            .vps-filter-grid .vps-filter-label {
                font-size: 13px;
            }
        }
/*==================================*/
/* Sunucu Barındırma Formu          */
/*==================================*/
    .bilgial-field-label {
      display: block;
      font-size: 11px;
      font-weight: 500;
      color: #6b7280;
      margin-bottom: 4px;
      letter-spacing: 0.01em;
    }

    .bilgial-field-input {
      width: 100%;
      border: 1px solid #e4e6ea;
      border-radius: 6px;
      padding: 0 11px;
      height: 36px;
      background: #fff;
      outline: none;
      font-size: 13px;
      font-weight: 400;
      color: #111827;
      transition: border-color 0.15s, box-shadow 0.15s;
    }
    .bilgial-field-input::placeholder { color: #c8cbd2; }
    .bilgial-field-input:hover { border-color: #c0c4cc; }
    .bilgial-field-input:focus { border-color: #d91e48; box-shadow: 0 0 0 3px rgba(217,30,72,0.07); }

    textarea.bilgial-field-input {
      height: auto;
      padding: 8px 11px;
      resize: vertical;
      line-height: 1.6;
    }

    .bilgial-dd-trigger {
      width: 100%;
      border: 1px solid #e4e6ea;
      border-radius: 6px;
      padding: 0 11px;
      height: 36px;
      background: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      font-size: 13px;
      font-weight: 400;
      color: #111827;
      transition: border-color 0.15s, box-shadow 0.15s;
      user-select: none;
    }
    .bilgial-dd-trigger:hover { border-color: #c0c4cc; }
    .bilgial-dd-trigger.bilgial-open {
      border-color: #d91e48;
      box-shadow: 0 0 0 3px rgba(217,30,72,0.07);
    }

    .bilgial-dd-chevron {
      flex-shrink: 0;
      width: 13px;
      height: 13px;
      color: #9ca3af;
      transition: transform 0.2s ease, color 0.15s;
    }
    .bilgial-dd-trigger.bilgial-open .bilgial-dd-chevron {
      transform: rotate(180deg);
      color: #d91e48;
    }

    .bilgial-dd-menu {
      position: fixed;
      background: #fff;
      border: 1px solid #e4e6ea;
      border-radius: 8px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.10), 0 2px 6px rgba(0,0,0,0.05);
      z-index: 9999;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-4px);
      pointer-events: none;
      transition: opacity 0.14s ease, transform 0.14s ease;
    }
    .bilgial-dd-menu.bilgial-open {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .bilgial-dd-item {
      padding: 8px 13px;
      font-size: 12.5px;
      font-weight: 400;
      color: #374151;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      transition: background 0.1s;
    }
    .bilgial-dd-item + .bilgial-dd-item { border-top: 1px solid #f4f5f7; }
    .bilgial-dd-item:hover { background: #fef2f5; color: #d91e48; }
    .bilgial-dd-item.bilgial-selected { font-weight: 500; color: #d91e48; background: #fff8f9; }

    .bilgial-dd-tick {
      flex-shrink: 0;
      width: 13px;
      height: 13px;
      color: #d91e48;
      opacity: 0;
    }
    .bilgial-dd-item.bilgial-selected .bilgial-dd-tick { opacity: 1; }

    .bilgial-dd-val { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

    .bilgial-section-head {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 6px 0 4px;
      border-top: 1px solid #f0f1f4;
      margin-top: 2px;
    }
    .bilgial-section-head:first-of-type { border-top: none; margin-top: 0; }
    .bilgial-section-head span {
      font-size: 10.5px;
      font-weight: 600;
      color: #9ca3af;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }

    .bilgial-btn-submit {
      background: #d91e48;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      padding: 0 24px;
      height: 36px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      letter-spacing: 0.01em;
      transition: background 0.15s, box-shadow 0.15s, transform 0.1s;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
    .bilgial-btn-submit:hover {
      background: #b91840;
      box-shadow: 0 4px 14px rgba(217,30,72,0.28);
      transform: translateY(-1px);
    }
    .bilgial-btn-submit:active { transform: translateY(0); box-shadow: none; }

    .bilgial-grid-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .bilgial-dc-badge { display: flex; }

    @media (max-width: 520px) {
      .bilgial-grid-2 {
        grid-template-columns: 1fr;
      }
      .bilgial-dc-badge {
        display: none;
      }
      .bilgial-btn-submit {
        width: 100%;
        justify-content: center;
      }
    }


/*=========================
    #ResellerInlineEfektleri
=========================*/
/* FILE: hayal/sayfalar/hosting/reseller-hosting.tpl [69-138] */
        @keyframes rslHintPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.82; }
        }
        @keyframes rslHintArrowNudge {
            0%, 100% { transform: translateX(1px); }
            50% { transform: translateX(-2px); }
        }
        @keyframes rslHintGlow {
            0%, 100% { box-shadow: 0 6px 14px rgba(217, 30, 72, 0.22); }
            50% { box-shadow: 0 10px 20px rgba(217, 30, 72, 0.36); }
        }
        @keyframes rslHintShine {
            0% { left: -60%; }
            100% { left: 130%; }
        }
        @keyframes rslHintDotPing {
            0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
            100% { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); }
        }
        .rsl-hint-pulse {
            animation: rslHintPulse 1.6s ease-in-out infinite;
            filter: drop-shadow(0 4px 10px rgba(217, 30, 72, 0.2));
        }
        .rsl-hint-arrow {
            width: 22px;
            height: 22px;
            padding: 3px;
            border-radius: 9999px;
            background: rgba(217, 30, 72, 0.18);
            box-shadow: 0 2px 8px rgba(217, 30, 72, 0.25);
            animation: rslHintArrowNudge 1.4s ease-in-out infinite;
            margin-right: -1px;
        }
        .rsl-hint-dot {
            width: 5px;
            height: 5px;
            border-radius: 9999px;
            background: #fff;
            animation: rslHintDotPing 1.6s ease-out infinite;
            flex-shrink: 0;
        }
        .rsl-hint-badge {
            position: relative;
            overflow: hidden;
            font-size: 12px;
            line-height: 1;
            font-weight: 600;
            letter-spacing: 0.01em;
            padding: 0.42rem 0.72rem;
            border-radius: 9999px;
            background: linear-gradient(90deg, #d91e48 0%, #ef4c72 100%);
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.35);
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            animation: rslHintGlow 1.8s ease-in-out infinite;
        }
        .rsl-hint-badge::after {
            content: '';
            position: absolute;
            top: -20%;
            left: -60%;
            width: 38%;
            height: 140%;
            transform: rotate(18deg);
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
            animation: rslHintShine 2.6s ease-in-out infinite;
        }

/*=========================
    #PromoBannerInlineStili
=========================*/
/* FILE: hayal/eklentiler/promo-banner.tpl [1-56] */
        #promoBanner {
            max-height: 200px;
            overflow: hidden;
            transition: max-height 0.5s ease-out, opacity 0.5s ease-out, padding 0.5s ease-out;
            position: relative;
        }
        
        #promoBanner.closing {
            max-height: 0;
            opacity: 0;
            padding-top: 0;
            padding-bottom: 0;
        }
        
        @keyframes shimmer {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        #promoBanner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                90deg,
                transparent 0%,
                rgba(255, 255, 255, 0.4) 50%,
                transparent 100%
            );
            animation: shimmer 5s ease-in-out infinite;
            pointer-events: none;
            z-index: 0;
        }
        
        #promoBanner > * {
            position: relative;
        }
        
        #copyNotification {
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;
        }
        
        #copyNotification.show {
            opacity: 1;
        }

/*=========================
    #AnasayfaIconHover
=========================*/
/* FILE: hayal/anasayfa/anasayfa.tpl [684-692] */
        .feature-card:hover .icon-default {
            opacity: 0;
        }
        
        .feature-card:hover .icon-hover {
            opacity: 1;
        }

/*==================================*/
/* Global Responsive Duzeltmeler    */
/*==================================*/
@media (max-width: 768px) {
    #corporateHint {
        display: none !important;
    }

    .pricing-table-popup {
        width: calc(100vw - 24px);
        max-width: 340px;
    }

    .pricing-table-head,
    .pricing-table-row {
        grid-template-columns: minmax(84px, 1.2fr) minmax(58px, 1fr) minmax(58px, 1fr) minmax(42px, 0.6fr);
        column-gap: 0.35rem;
    }

    .pricing-table-head-cell,
    .pricing-table-cell {
        white-space: normal;
        word-break: break-word;
        line-height: 1.25;
    }

    .tooltip-content,
    .hrslpc-tooltip,
    .plesk-tooltip .tooltip-text {
        max-width: calc(100vw - 32px);
    }

    .hrslpc-feature-content {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .darkfea-feature-grid {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bilgial-grid-2 {
        grid-template-columns: 1fr;
    }

    .bilgial-btn-submit {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    .rsl-hint-badge {
        white-space: normal;
        text-align: center;
    }

    .pricing-table-head-cell,
    .pricing-table-cell {
        font-size: 11px;
    }

    .pricing-table-row {
        padding: 9px 10px;
    }
}
