/* EYPCLK Header Stili */
#eypclk-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
    font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
}

#eypclk-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    z-index: -1;
    transition: all 0.3s ease;
}

/* Anasayfa dışındaki sayfalarda header'ın üstünde daha belirgin arka plan */
body:not(.home) #eypclk-header::before {
    background-color: rgba(0, 0, 0, 0.6);
}

#eypclk-header.scrolled {
    background-color: #171f20;
}

#eypclk-header.scrolled::before {
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    background-color: transparent;
}

.eypclk-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    width: 100%;
    margin: 0 auto;
}

.eypclk-logo {
    padding: 5px 0;
}
@media (min-width: 992px) {
    ul.eypclk-menu li.active:nth-child(2):after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-top: 0.5em solid #1F73C7;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%,0%);
        transform: translate(-50%, 0%);
    }
    ul.eypclk-menu li.active:nth-child(1) {
        background-color: #c8102e;
    }
    .eypclk-megamenu.eypclk-megamenu-full .elementor.elementor-10438 {
        padding: 2rem !important;
    }
    .eypclk-megamenu-container .e-con-inner {
        margin-left: 0 !important;
    }
    .elementor-element.elementor-element-9751ef0.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        margin-bottom: 1rem !important;
    }
    .elementor-element.elementor-element-cc2b2f2.e-con-full.e-flex.e-con.e-child {
        padding-left: 0 !important;
    }
    .elementor-element.elementor-element-b4246df.e-con-full.e-flex.e-con.e-child {
        width: 18% !important;
    }
    
}
@media (max-width: 992px) {
.eypclk-logo {
    display: block;
        height: 45px;
        padding: 0 !important;
    }
    .eypclk-header-container {
        background-color: #171F20;
        color: #F7F1E8;
        padding: 1.11111rem 1.11111rem;
    }
    .elementor-element.elementor-element-9751ef0.e-flex.e-con-boxed.e-con.e-parent {
        margin: 0 !important;
    }
    .elementor-element.elementor-element-fd2bb68.elementor-hidden-tablet.elementor-hidden-mobile.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
        margin-bottom: 0;
    }
}

.eypclk-logo img {
    height: 50px;
    max-width: 100%;
}

.eypclk-site-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
    text-decoration: none;
}

.eypclk-navigation {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 20px;
}

.eypclk-menu-container {
    display: flex;
    align-items: center;
}

.eypclk-course-button-container {
    margin-right: 20px;
}

.eypclk-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.eypclk-menu li {
    margin: 0 15px;
    text-align: center;
}

.eypclk-menu li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18.992px;
    font-weight: 700;
    line-height: 19.988px;
    transition: all;
    display: block;
    padding: 10px 0;
    cursor: pointer;
    word-spacing: 0px;
    box-sizing: border-box;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}

.eypclk-menu li a:hover {
    color: #ffd6d6;
}

/* Fancy underline efekti */
.eypclk-menu li a .fancy-underline,
.eypclk-course-btn .fancy-underline {
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffd6d6;
    transition: width 0.3s ease;
}

.eypclk-menu li a:hover .fancy-underline,
.eypclk-course-btn:hover .fancy-underline {
    width: 100%;
}

.eypclk-course-btn {
    padding: 10px 20px !important;
    border: 1px solid #ffd6d6 !important;
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 19.992px;
    font-weight: 700;
    line-height: 29.988px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 8px;
}

.eypclk-course-btn:hover, .eypclk-course-btn.active {
    background-color: #FFFFFF;
    color: #171f20 !important;
    text-shadow: none;
}

.eypclk-search {
    display: block; /* Her zaman görünür */
}

.eypclk-search-btn {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.889rem;
    font-weight: 700;
    line-height: inherit;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    padding: 0.5rem 0.75rem;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    font-family: inherit;
    margin-right: 0;
}

.eypclk-search-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    width: 1em;
    height: 1em;
}

.eypclk-search-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
}

.eypclk-search-btn:hover, .eypclk-search-btn.active {
    color: #171f20;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

/* Site Search Dropdown */
.eypclk-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #c8102e;
    padding: 30px 0 30px;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.eypclk-search-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.eypclk-search-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.eypclk-search-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.eypclk-search-input-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.eypclk-search-label {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-right: 20px;
    min-width: 120px;
}

.eypclk-search-input-wrapper {
    display: flex;
    flex: 1;
    width: 100%;
    position: relative;
}

.eypclk-search-input {
    flex: 1;
    height: 77.5938px;
    width: 1634.75px;
    padding: 24px 0 24px 0;
    border: 1px solid #CCCCCC;
    background-color: transparent;
    background-image: url('../images/throbber-inactive.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    font-family: sans-serif;
    font-size: 24px;
    line-height: 27.6px;
    text-decoration: none solid rgb(247, 241, 232);
    color: #FFFFFF;
    cursor: text;
    overflow: clip;
    min-height: auto;
    min-width: auto;
    box-shadow: rgb(197, 197, 197) 1px 1px 1px 2px 0px;
    box-sizing: border-box;
    word-wrap: break-word;
    word-spacing: 0px;
    transition: all;
    transform: none;
    border-radius: 0;
    display: block;
    width: calc(100% - 55px);
}

.eypclk-search-input::placeholder {
    color: #FFFFFF;
    opacity: 0.7;
    font-style: normal;
}

.eypclk-search-input:focus {
    outline: none;
    outline: rgb(255, 0, 0) dashed 1px;
}

.eypclk-search-submit {
    height: 77.5938px;
    border: none;
    background-color: #4889dd;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.eypclk-search-submit:hover {
    background-color: #3070c0;
}

.eypclk-search-submit svg {
    width: 24px;
    height: 24px;
}

.eypclk-popular-terms {
    display: flex;
    align-items: center;
    color: white;
    margin-top: 60px;
    margin-left: 0;
    width: 100%;
}

.eypclk-popular-terms-label {
    font-size: 16px;
    margin-right: 15px;
    font-weight: 400;
}

.eypclk-terms-links {
    display: flex;
}

.eypclk-terms-links a {
    color: white;
    text-decoration: none;
    margin-right: 25px;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 25px;
}

.eypclk-terms-links a:first-child {
    border-left: none;
    padding-left: 0;
}

.eypclk-terms-links a:hover {
    text-decoration: underline;
    color: #ffd6d6;
}

.eypclk-menu-warning {
    color: #fff;
    background-color: rgba(255, 0, 0, 0.7);
    padding: 10px 15px;
    border-radius: 4px;
}

.eypclk-menu-warning a {
    color: #fff;
    text-decoration: underline;
}

/* Yeni Grid Bölümü */
.eypclk-grid {
    font-family: 'ProximaNova', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none solid rgb(247, 241, 232);
    word-spacing: 0px;
    background-color: #FFFFFF;
    background-position: 0% 0%;
    color: #F7F1E8;
    height: 255.531px;
    width: 1905px;
    padding: 50px 50px 50px 50px;
    max-width: 2300px;
    display: block;
    transform: none;
    transition: all;
    outline: rgb(255, 0, 0) dashed 1px;
    box-sizing: border-box;
    word-wrap: break-word;
}

/* Site Overlay */
.eypclk-site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.eypclk-site-overlay.active {
    display: block;
    opacity: 1;
}

/* Disable page scroll when mega menu is open */
body.no-scroll {
    overflow: hidden;
}

/* Course Dropdown */
.eypclk-course-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #c8102e;
    padding: 20px 0 20px;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.eypclk-course-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.eypclk-course-content {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
}

.eypclk-course-title {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.eypclk-course-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.eypclk-course-category {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-align: center;
    width: auto;
    min-width: 150px;
    white-space: nowrap;
}

.eypclk-course-category:hover {
    color: #ffd6d6;
}

/* Megamenü Stili */
.eypclk-has-megamenu {
    position: relative;
}

.eypclk-megamenu {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #c8102e;
    padding: 0;
    display: none;
    z-index: 999;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow-y: visible;
    overflow-x: hidden;
}

.eypclk-megamenu-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.eypclk-megamenu-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Tam genişlik veya konteyner genişliği seçenekleri için ayarlar */
.eypclk-megamenu-full {
    width: 100%;
}

.eypclk-megamenu-full .eypclk-megamenu-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.eypclk-has-megamenu > a {
    position: relative;
}


/* Elementor içeriği için ek stiller */
.eypclk-megamenu .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
}

.eypclk-megamenu .elementor {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
}

.eypclk-megamenu .elementor-section {
    width: 100%;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.eypclk-megamenu .elementor-section-wrap {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
}

.eypclk-megamenu .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px;
}

/* Elementor içeriğinin sol boşluğunu kaldır */
.eypclk-megamenu .elementor-widget-wrap {
    padding-left: 0 !important;
    margin-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.eypclk-megamenu .elementor-column {
    padding-left: 0 !important;
    margin-left: 0 !important;
    left: 0 !important;
}

.eypclk-megamenu .elementor-container {
    margin-left: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

/* Ek özel stil düzenlemeleri */
.eypclk-megamenu .elementor-widget {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
}

.eypclk-megamenu .elementor-widget-container {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
}

.eypclk-mobile-menu-toggle {
    display: none;
    align-items: center;
    font-family: sans-serif;
    font-size: 0.889rem;
    font-weight: 700;
    line-height: inherit;
    padding: 0.5rem 0.75rem;
    margin-right: 0;
    margin-left: 0;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #f7f1e8;
    color: #f7f1e8;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
    text-decoration: none;
    text-align: center;
    z-index: 1010;
    width: auto;
    vertical-align: middle;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    box-sizing: border-box;
}

.eypclk-mobile-menu-toggle:hover {
    color: #171F20;
    background-color: #F7F1E8;
    border-color: #F7F1E8;
}
.eypclk-mobile-menu-toggle:hover .eypclk-hamburger-icon span, 
.eypclk-mobile-menu-toggle:hover .eypclk-close-icon span { 
    background-color: #171F20;
}
.eypclk-mobile-menu-toggle:hover .eypclk-menu-text {
    color: #171F20;
}

.eypclk-hamburger-icon,
.eypclk-close-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:1em;
    height: 1em;
    margin-right: 0.5em;
    position: relative;
    top: -0.05em;
}

.eypclk-hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #f7f1e8;
    transition: all 0.3s ease;
    border-radius: 1px;
}

.eypclk-close-icon {
    display: none;
    position: relative;
    width: 1em;
    height: 1em;
}

.eypclk-close-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #f7f1e8;
    transition: all 0.3s ease;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: center;
}

.eypclk-close-icon span:first-child {
    transform: rotate(45deg);
    transform-origin: center;
}

.eypclk-close-icon span:last-child {
    transform: rotate(-45deg);
    transform-origin: center;
}

/* Eski span stilleri kaldırıldı - artık SVG kullanılıyor */

.eypclk-menu-text {
    display: inline-block;
    vertical-align: middle;
    color: #f7f1e8;
    font-size: inherit;
    font-weight: inherit;
    text-shadow: none;
}

.eypclk-mobile-menu-toggle.active {
    background-color: #f7f1e8;
    color: #000000;
    border-color: #f7f1e8;
}
.eypclk-mobile-menu-toggle.active .eypclk-hamburger-icon span, 
.eypclk-mobile-menu-toggle.active .eypclk-close-icon span { 
    background-color: unset !important;
}
.eypclk-mobile-menu-toggle.active .eypclk-menu-text {
    color: unset !important;
}

.eypclk-mobile-menu-toggle.active .eypclk-hamburger-icon {
    display: none;
}

.eypclk-mobile-menu-toggle.active .eypclk-close-icon {
    display: flex;
}

/* Eski span animasyonları kaldırıldı - artık SVG ikonlar kullanılıyor */

.eypclk-mobile-menu-container {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 85vh;
    overflow-y: auto;
    background-color: #195c4d;
    z-index: 1000;
    box-sizing: border-box;
}

.eypclk-mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: opacity 0.3s ease;
}

.eypclk-mobile-menu li {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-bottom: 1px solid #1f73c7;
}

.eypclk-mobile-menu li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.eypclk-mobile-menu li a:hover {
    color: #ffd6d6;
}

.eypclk-mobile-menu .sub-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    display: none;
    position: fixed;
    top: 70px;
    left: 100%;
    width: 100%;
    height: auto;
    max-height: 85vh;
    background-color: #195c4d;
    z-index: 1002;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateX(0);
    overflow-y: auto;
}

.eypclk-mobile-menu .sub-menu.open {
    transform: translateX(-100%);
}

.eypclk-mobile-menu .menu-item-has-children {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.eypclk-mobile-menu .menu-item-has-children > a {
    flex: 0 0 100%;
    margin-right: 0;
}

.eypclk-mobile-menu .menu-item-has-children .menu-link-text {
    display: block;
    width: 100%;
}

.eypclk-mobile-menu .menu-item-has-children .submenu-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    height: 100%;
    background-color: #144a3e;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 1;
}

.eypclk-mobile-menu .menu-item-has-children .submenu-toggle span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}

.eypclk-mobile-menu .menu-item-has-children .submenu-toggle span::before,
.eypclk-mobile-menu .menu-item-has-children .submenu-toggle span::after {
    content: '';
    position: absolute;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

.eypclk-mobile-menu .menu-item-has-children .submenu-toggle span::before {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px;
}

.eypclk-mobile-menu .menu-item-has-children .submenu-toggle span::after {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 4px;
}

.eypclk-mobile-menu .menu-item-has-children .submenu-toggle:hover {
    background-color: #1f73c7;
}

.eypclk-mobile-buttons {
    display: flex;
    align-items: center;
}

.eypclk-mobile-menu .sub-menu-header {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1f73c7;
}

.eypclk-mobile-menu .back-to-main-menu {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    background-color: #144a3e;
    border-radius: 4px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
}

.eypclk-mobile-menu .back-to-main-menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    font-size: 18px;
    color: #ffd6d6;
}

.eypclk-mobile-menu .sub-menu-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    background-color: #144a3e;
    border-radius: 4px;
    margin-left: 10px;
}

.eypclk-mobile-menu .mobile-course-btn {
    background-color: #1f73c7;
    margin: 0;
    padding: 25px;
    border-bottom: none;
}

.eypclk-mobile-menu .mobile-course-btn a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.eypclk-mobile-menu .mobile-course-btn a:hover {
    color: #ffd6d6;
}

.eypclk-mobile-menu .mobile-course-btn + li {
    border-top: 1px solid #1f73c7;
}

/* Mobil Arama Mega Menü */
.eypclk-mobile-search-megamenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 70px);
    background-color: #ffffff;
    z-index: 999;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eaeaea;
}

.eypclk-mobile-search-megamenu-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.eypclk-mobile-search-megamenu-content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.eypclk-mobile-search-megamenu-content .elementor-section,
.eypclk-mobile-search-megamenu-content .elementor-container,
.eypclk-mobile-search-megamenu-content .elementor-column,
.eypclk-mobile-search-megamenu-content .elementor-widget-wrap,
.eypclk-mobile-search-megamenu-content .elementor-element {
    max-width: 100%;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
}

.eypclk-close-megamenu {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 60px;
    background-color: #171f204f;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.eypclk-close-megamenu:hover {
    background-color: #c8102e;
}

.eypclk-close-megamenu span {
    display: block;
    line-height: 24px;
}

/* Mobilde active olan arama butonu */
.eypclk-mobile-search-toggle.active .eypclk-search-icon svg {
    stroke: #c8102e;
}
 @media (max-width: 801px) {
        span.eypclk-menu-text, span.eypclk-search-text {
            display: none;
        }
        .eypclk-search-icon {
            margin-right: 0 !important;
        }
        .eypclk-hamburger-icon, .eypclk-close-icon {
            margin-right: 0 !important;
        }
        .eypclk-search {
            margin-right: 0 !important;
        }
        .eypclk-search-btn {
            margin-right: 0 !important;
        }
    }
/* Mobil Uyumluluk */
@media (max-width: 992px) {
    .eypclk-navigation {
        display: none;
    }
    
    .eypclk-mobile-menu-toggle {
        height: auto;
        font-size: 0.889rem;
        padding: 0.5rem 0.75rem;
        margin-right: 0.55556rem;
        display: flex;
        font-family: sans-serif;
        font-weight: 700;
        line-height: auto;
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #f7f1e8;
        border-radius: 0;
        color: #f7f1e8;
        transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
        text-decoration: none;
        text-align: center;
        width: auto;
        vertical-align: middle;
        overflow: visible;
        text-transform: none;
        -webkit-appearance: button;
        box-sizing: border-box;
    }
    .elementor-element.elementor-element-cc2b2f2.e-con-full.e-flex.e-con.e-child {
        width: auto !important;
    }
    .e-con-inner {
        padding: 2.22222rem 1.11111rem !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-evenly;
        flex-wrap: nowrap !important;
        align-content: center !important;
    }
    
    .eypclk-mobile-menu-toggle .eypclk-menu-text {
        display: inline-block;
        margin: 0;
    }
    
    .eypclk-mobile-menu-toggle .eypclk-hamburger-icon,
    .eypclk-mobile-menu-toggle .eypclk-close-icon {
        margin-right: 0.5em;
    }
   
    /* Responsive font sizes */
    @media (min-width: 1024px) {
      
        .eypclk-mobile-menu-toggle {
            font-size: 0.8rem;
        }
    }
    
    @media (min-width: 1400px) {
        .eypclk-mobile-menu-toggle {
            font-size: 0.833rem;
        }
    }
    
    @media (min-width: 1024px) {
        .eypclk-mobile-menu-toggle {
            padding: 0.5rem 1rem;
            margin-right: 1rem;
        }
    }
    
    @media (min-width: 475px) {
        .eypclk-mobile-menu-toggle .eypclk-menu-text {
            display: inline-block;
            margin: 0;
        }
        
        .eypclk-mobile-menu-toggle .eypclk-hamburger-icon,
        .eypclk-mobile-menu-toggle .eypclk-close-icon {
            margin-right: 0.5em;
        }
    }
    
    @media (min-width: 1024px) {
        .eypclk-mobile-menu-toggle .eypclk-hamburger-icon,
        .eypclk-mobile-menu-toggle .eyeypclk-close-icon {
            display: none;
        }
    }
    
    .eypclk-search-container {
        padding: 0 20px;
    }
    
    .eypclk-search-input-form {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .eypclk-search-label {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .eypclk-popular-terms {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    
    .eypclk-popular-terms-label {
        margin-bottom: 10px;
    }
    
    .eypclk-terms-links {
        flex-direction: column;
    }
    
    .eypclk-terms-links a {
        display: block;
        margin-bottom: 10px;
        border-left: none;
        padding-left: 0;
    }
    
    .eypclk-grid {
        width: 100%;
        height: auto;
        padding: 30px;
    }
    
    /* Search Button ve Dropdown - Sadece mobilde görünecek */
    .eypclk-search {
        display: block !important;
        margin-left: auto;
        margin-right: 15px;
    }
    
    .eypclk-search-btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.889rem;
        border: 1px solid #FFFFFF;
        background-color: transparent;
        color: #FFFFFF;
        display: inline-flex;
        align-items: center;
        font-weight: 700;
        line-height: inherit;
        font-family: inherit;
        margin-right: 0.55556rem;
    }
    
    .eypclk-search-text {
        display: inline;
    }
    
    .eypclk-search-icon {
        display: inline-flex;
        align-items: center;
        margin-right: 8px;
        width: 1em;
        height: 1em;
    }
    
    .eypclk-search-icon svg {
        width: 100%;
        height: 100%;
        stroke: currentColor;
        fill: none;
    }
    
    /* Masaüstünde search dropdown'ı gizle */
    .eypclk-search-dropdown {
        display: none !important;
    }
    
    /* Course Dropdown mobil uyumluluk */
    .eypclk-course-container {
        padding: 0 20px;
    }
    
    .eypclk-course-categories {
        grid-template-columns: 1fr;
    }
    
    .eypclk-course-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    /* Megamenü mobil uyumluluk */
    .eypclk-megamenu-container {
        padding: 0;
    }
    
    .eypclk-megamenu {
        position: static;
        width: 100%;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        transform: none;
        padding: 15px 0;
    }
    
    /* Mobil menüde altmenüler için ayarlar */
    .eypclk-mobile-menu-container {
        overflow-x: hidden;
    }
    
    /* Alt menüler için geçiş efektini iyileştir */
    .eypclk-mobile-menu .sub-menu {
        transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
        transform: translateX(100%);
        display: block;
        visibility: hidden;
    }
    
    .eypclk-mobile-menu .sub-menu.open {
        transform: translateX(-100%);
        visibility: visible;
    }
}
