.elementor-kit-9{--e-global-color-primary:#298EC6;--e-global-color-secondary:#17468A;--e-global-color-text:#040D23;--e-global-color-accent:#17468A;--e-global-color-c9751c2:#FCFCFC;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Josefin Sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Ubuntu Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-0a4b9f8-font-family:"Poppins";--e-global-typography-0a4b9f8-font-size:14px;--e-global-typography-0a4b9f8-font-weight:300;--e-global-typography-8013ed9-font-family:"Poppins";--e-global-typography-8013ed9-font-size:15px;--e-global-typography-8013ed9-font-weight:500;--e-global-typography-6a89391-font-family:"Poppins";--e-global-typography-6a89391-font-size:14px;--e-global-typography-6a89391-font-weight:400;--e-global-typography-36be3e4-font-family:"Jost";--e-global-typography-36be3e4-font-size:66px;--e-global-typography-36be3e4-font-weight:600;--e-global-typography-36be3e4-line-height:60px;--e-global-typography-f3117e5-font-family:"Jost";--e-global-typography-f3117e5-font-size:20px;--e-global-typography-f3117e5-font-weight:600;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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;}.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 *//* --- Scrollbar Özelleştirme --- */

/* 1. Scrollbar'ın genel genişliği */
::-webkit-scrollbar {
    width: 12px;
}

/* 2. Kaydırma çubuğunun yolu (Arka planı) */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}

/* 3. Kaydırdığımız çubuğun kendisi (Handle) */
::-webkit-scrollbar-thumb {
    /* Slider ve Marquee'de kullandığımız gradyan renkleri buraya da uyguluyoruz */
    background: linear-gradient(180deg, #298ec6 0%, #17468a 100%);
    border-radius: 10px;
    border: 3px solid #f1f1f1; /* Çubuğun etrafında ince bir boşluk bırakır, daha şık durur */
}

/* 4. Çubuğun üzerine gelince rengini biraz koyulaştıralım */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #17468a 0%, #0d2b56 100%);
}

/* Firefox için (Şimdilik sadece renk desteği var) */
* {
    scrollbar-width: thin;
    scrollbar-color: #17468a #f1f1f1;
}/* End custom CSS */