.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#BEBEBE;--e-global-color-text:#1E1E1E;--e-global-color-accent:#00C4C7;--e-global-color-31c9c3d:#0F1113;--e-global-color-022f2fe:#15181B;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000F01;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. CAM EFEKTLİ KUTU (Glassmorphism) */
.glass-card {
    background-color: rgba(21, 24, 27, 0.7) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    transition: all 0.4s ease;
}
/* Üzerine gelince parlasın */
.glass-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 196, 199, 0.4) !important;
    box-shadow: 0 10px 40px rgba(0, 196, 199, 0.15);
}

/* 2. GRİDEN RENKLİYE (Logolar ve Ekip) */
.grayscale-hover img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.5s ease;
}
.grayscale-hover:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* 3. SPOTLIGHT (Işık Hüzmesi - Arka Plan) */
.bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    z-index: 0;
    animation: pulse-glow 8s infinite alternate;
}
@keyframes pulse-glow {
    0% { transform: scale(1); opacity: 0.3; }
    100% { transform: scale(1.2); opacity: 0.6; }
}/* End custom CSS */