.events-area.nav-link.active {
    background-color: #FE6B01 !important;
}

.events-area.nav.nav-pills.nav-pills-custom .nav-link:hover,
.nav.nav-pills.nav-pills-custom .show > .nav-link:hover {
    background-color: #FE6B01 !important;
    color: white;
}
.orange-dot {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FE6B01;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    right: 35%;
    transform: translate(-50%, -50%);
}

.image-gallery {
    text-align: center;
}

.bg-primary-2{
    background-color:#167AB6!important;
}

.main-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.thumbnail-images img {
    width: 30%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.6;
}

.thumbnail-images img:hover {
    opacity: 1;
}

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }


.rehber.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: white !important;
    background-color: #FB6B01 !important;
}

.text-ieu-orange {
    color: #FE6B01 !important;
}

.btn.btn-ieu {
    border-color: #FE6B01 !important;
    background-color: #FE6B01 !important;
}


/*Ana sayfa  üst slider*/


#kt_slider_top {
    min-height: auto;
}

#kt_slider_top .carousel-inner {
    height: auto;
}

#kt_slider_top .carousel-item {
    height: auto;
}

#kt_slider_top .card {
    margin-bottom: 0;
}

#kt_slider_top .card-body {
    height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
    display: flex;
    align-items: center;
}

/* Responsive text sizing and heights */
@media (max-width: 576px) {
    #kt_slider_top .fs-2 {
        font-size: 1.15rem !important;
    }

    #kt_slider_top .card-body {
        padding-right: 70px; /* Space for image */
        min-height: 140px;
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    #kt_slider_top .fs-2 {
        font-size: 1.25rem !important;
    }

    #kt_slider_top .card-body {
        padding-right: 110px; /* Space for image */
        min-height: 180px; /* Increased height for tablet */
    }
}

@media (min-width: 993px) {
    #kt_slider_top .card-body {
        padding-right: 150px; /* Space for image */
        min-height: 200px; /* Increased height for desktop */
    }
    #kt_slider_top-prev{
        left: -20px!important;
    }
    #kt_slider_top-next{
        right: -20px!important;
    }
}

/* Prevent text overflow onto images */
#kt_slider_top .position-relative.fs-2,
#kt_slider_top .position-relative.fs-md-3,
#kt_slider_top .position-relative.fs-lg-2 {
    width: calc(100% - 30px);
    max-width: 100%;
}

/* Vertical centering */
#kt_slider_top .my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

/* Control button styles */
#kt_slider_top .carousel-control-prev,
#kt_slider_top .carousel-control-next {
    opacity: 0.8;
    cursor: pointer;
    background: none; /* Arkaplanı kaldır */
}

#kt_slider_top .carousel-control-prev:hover,
#kt_slider_top .carousel-control-next:hover {
    opacity: 1;
}

#kt_slider_top .carousel-control-prev-icon,
#kt_slider_top .carousel-control-next-icon {
    background-color: transparent; /* İkon arkaplanını kaldır */
}

/* Fix for opacity class name */
.opacity-75-hover:hover {
    opacity: 0.75;
}

/* ========================================
   Public Layout - Header & Footer Styles
   ======================================== */

/* Prevent horizontal overflow on entire page */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Header wrapper - Sticky positioning with proper width control */
.header-wrapper[data-kt-sticky="true"] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    z-index: 101;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-bottom: 1px solid var(--bs-border-color);
}

/* Header wrapper sticky state - enhanced shadow */
.header-wrapper[data-kt-sticky="true"][data-kt-sticky-on="true"] {
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

/* Header container - centered with max-width */
.header-wrapper .header.container-xxl {
    margin-left: auto;
    margin-right: auto;
}

/* Header - Logo link hover effect */
.header a:has(img) {
    transition: opacity 0.2s ease;
}

.header a:has(img):hover {
    opacity: 0.85;
}

/* Header - Center website link styling */
.header .btn-link {
    transition: all 0.2s ease;
    position: relative;
}

.header .btn-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.2s ease;
}

.header .btn-link:hover::after {
    width: 80%;
}

/* Header - Language button enhanced styling */
.header .btn-light {
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.header .btn-light:hover {
    background-color: var(--bs-gray-200) !important;
    border-color: var(--bs-gray-300) !important;
    transform: translateY(-1px);
}

.header .btn-light:active {
    transform: translateY(0);
}

/* Footer wrapper - Visual separation and full-width background */
.footer-wrapper {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    border-top: 1px solid var(--bs-border-color);
}

/* Footer container - centered with max-width */
.footer-wrapper .footer.container-xxl {
    margin-left: auto;
    margin-right: auto;
}

/* Footer - Menu link enhanced styling */
.footer .menu-link {
    transition: all 0.2s ease;
    position: relative;
}

.footer .menu-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.footer .menu-link:active {
    transform: translateY(0);
}

/* Footer - Copyright link styling */
.footer a.text-decoration-none {
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.footer a.text-decoration-none:hover {
    border-bottom-color: currentColor;
}

/* Page wrapper - flex layout for sticky footer */
.page.d-flex.flex-column {
    min-height: 100vh;
}

/* Content area - flex grow to push footer down */
.content.d-flex.flex-column.flex-column-fluid {
    flex: 1 0 auto;
}

/* ========================================
   Responsive Enhancements - Mobile First
   ======================================== */

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    /* Header mobile optimization */
    .header-wrapper {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    
    .header.container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Logo touch target optimization */
    .header a:has(img) {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    
    /* Button touch targets */
    .header .btn {
        min-height: 40px;
        min-width: 40px;
    }
    
    /* Footer mobile optimization */
    .footer-wrapper {
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .footer.container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Footer menu - better mobile spacing */
    .footer .menu {
        width: 100%;
        max-width: 100%;
    }
    
    .footer .menu-item {
        flex: 0 0 auto;
    }
    
    .footer .menu-link {
        white-space: nowrap;
        font-size: 0.8rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .header.container-xxl,
    .footer.container-xxl {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    
    .header .btn {
        min-width: 45px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header.container-xxl,
    .footer.container-xxl {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .header-wrapper[data-kt-sticky="true"][data-kt-sticky-on="true"] {
        box-shadow: 0 0.5rem 1.25rem 0.25rem rgba(0, 0, 0, 0.06);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .header.container-xxl,
    .footer.container-xxl {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    /* Desktop hover effects enhancement */
    .header .btn-light:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .footer .menu-link:hover {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header.container-xxl,
    .footer.container-xxl {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    /* Remove hover effects on touch devices */
    .header .btn-light:hover,
    .footer .menu-link:hover {
        transform: none;
    }
    
    /* Enhanced active states for touch */
    .header .btn-light:active {
        background-color: var(--bs-gray-300) !important;
    }
    
    .footer .menu-link:active {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

