.elementor-kit-443{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-443 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.menu-badge {
    background-color: #e63946;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
}



body.page-id-1515 .main-navigation,
body.page-id-1515 .custom-logo-link,
body.page-id-1515 .site-branding,
body.page-id-1515 .lang-switcher,
body.page-id-1515 .language-switcher,
body.page-id-1515 .pll-parent-menu-item,
body.page-parent-1515 .main-navigation,
...


.retire-submenu {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 10px;
    padding: 10px 0;
    background-color: #fdfdf4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}



@media screen and (max-width: 768px) {
    .retire-submenu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .retire-submenu li {
        padding: 5px 0;
    }
}




.retire-submenu li a {
    transition: all 0.2s ease;
}

.retire-submenu li a:hover {
    background-color: #eef7e1;
    padding: 5px 10px;
    border-radius: 5px;
}



.retire-submenu {
    opacity: 0;
    animation: fadeInSubmenu 1s ease-in-out forwards;
}

@keyframes fadeInSubmenu {
    to {
        opacity: 1;
    }
}
🔹 4. Sayfaya özel arka plan rengi (isteğe bağlı)
css
Copy
Edit
body.page-id-1515 {
    background-color: #fefef8;
}


.elementor-kit-443 {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

.elementor-kit-443 {
  scroll-snap-align: start;
  flex: 0 0 auto;
}


.menu-instagram a:before {
    font-family: "Font Awesome 5 Brands";
    content: "f16d"; /* Instagram ikonu */
    margin-right: 5px;
}


* {
    position: relative;
    z-index: auto;
}



.elementor-section::before,
.elementor-section::after,
.elementor-container::before,
.elementor-container::after {
    content: none !important;
}


/* Genel olarak mobilde joinchat gizle, tablette göster */
@media (max-width: 767px) {
    .joinchat, #joinchat, .join-chat {
        display: none !important;
    }
}


/* Menü her şeyin üstünde */
#woodmenu,
.menu-wrapper,
.retire-item-bg {
    position: relative !important;
    z-index: 999999 !important;
}

/* Linklerin de en üstte olması için */
#woodmenu .elementor-nav-menu > li a {
    position: relative !important;
    z-index: 1000000 !important;
}

/* Slider stacking context'i kapat */
.slider-container,
.woo-menu-wrapper,
.elementor-section,
.elementor-container {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    z-index: 0 !important;
    position: relative !important;
}/* End custom CSS */