:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Poppins', sans-serif;
}
.hero-slider .slide {
display: none;
height: 600px;
background-size: cover;
background-position: center;
}
.hero-slider .slide.active {
display: block;
}
/* Dropdown Menü Düzeltmeleri */
.dropdown {
position: relative;
}
.dropdown-menu {
position: absolute;
background-color: white;
min-width: 220px;
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
z-index: 1000;
border-radius: 12px;
border: none;
top: 100%;
left: 0;
margin-top: 0.75rem;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
overflow: hidden;
/* Başlangıçta gizli */
display: block;
}
.dropdown-menu::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #5b9bd5, #4a90e2);
border-radius: 12px 12px 0 0;
}
.dropdown-menu::after {
content: '';
position: absolute;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid white;
filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.1));
}
/* Hover ile dropdown açılması */
.dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
/* Hover'da ok ikonunu döndür */
.dropdown:hover .ri-arrow-down-s-line {
transform: rotate(180deg);
transition: transform 0.3s ease;
}
.dropdown-item {
display: block;
padding: 12px 20px;
color: #4b5563;
text-decoration: none;
transition: all 0.2s ease;
border-bottom: 1px solid #f3f4f6;
position: relative;
}
.dropdown-item:last-child {
border-bottom: none;
}
.dropdown-item:hover {
background: linear-gradient(90deg, #f8fafc, #f1f5f9);
color: #5b9bd5;
padding-left: 25px;
transform: translateX(3px);
}
.dropdown-item::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background: #5b9bd5;
transform: scaleY(0);
transition: transform 0.2s ease;
}
.dropdown-item:hover::before {
transform: scaleY(1);
}
/* Mega Menü Kodları */
.mega-menu {
display: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 1024px;
background-color: white;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
z-index: 1000;
padding: 32px;
border-radius: 8px;
border-top: 3px solid #5b9bd5;
top: 100%;
margin-top: 0.5rem;
}
.mega-menu::before {
content: '';
position: absolute;
top: -10px;
left: 50%;
transform: translateX(-50%);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 8px solid #5b9bd5;
}
.mega-dropdown {
position: relative;
}
@media (hover: hover) {
.mega-dropdown:hover .mega-menu {
display: flex;
}
}
.submenu {
display: none;
padding-left: 15px;
}
.mega-menu-item {
padding: 16px;
border-radius: 8px;
transition: all 0.3s ease;
background: white;
}
.mega-menu-item:hover {
background-color: #f8f9fa;
}
.mega-menu-item > a {
color: #5b9bd5;
font-weight: 500;
display: block;
margin-bottom: 8px;
}
.mega-menu .submenu {
display: block;
padding-left: 0;
}
.mega-menu .submenu a {
display: block;
padding: 8px 0;
color: #4b5563;
font-size: 0.875rem;
transition: all 0.2s ease;
}
.mega-menu .submenu a:hover {
color: #5b9bd5;
padding-left: 8px;
}
.mega-menu-item:hover {
background-color: #f8f9fa;
}
.mega-menu-item:hover .submenu {
display: block;
}
.mega-menu-item > a {
display: block;
padding: 8px 0;
font-weight: 500;
}
.submenu {
padding: 8px 0 0 16px;
}
.submenu a {
padding: 6px 0;
color: #4b5563;
transition: all 0.2s ease;
}
.submenu a:hover {
color: #5b9bd5;
transform: translateX(4px);
}
.testimonial-slider {
overflow: hidden;
position: relative;
min-height: 300px;
}
.testimonial-track {
display: flex;
transition: transform 0.5s ease;
}
.testimonial-slide {
display: none;
opacity: 0;
transition: all 0.5s ease;
transform: translateX(20px);
}
.testimonial-slide.active {
display: block;
opacity: 1;
transform: translateX(0);
}
.testimonial-indicator {
cursor: pointer;
transition: all 0.3s ease;
}
.testimonial-indicator:hover {
transform: scale(1.2);
}
.testimonial-indicator.active {
background-color: #5b9bd5 !important;
}
@media (min-width: 768px) {
.testimonial-slide {
flex: 0 0 50%;
}
}
@media (min-width: 1024px) {
.testimonial-slide {
flex: 0 0 33.333%;
}
}
.before-after-slider {
position: relative;
overflow: hidden;
}
.before-after-slider img {
width: 100%;
display: block;
}
.before-image {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
overflow: hidden;
}
.slider-handle {
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 4px;
background: white;
cursor: ew-resize;
transform: translateX(-50%);
}
.slider-handle::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.slider-label {
position: absolute;
top: 10px;
padding: 4px 8px;
background: rgba(0,0,0,0.7);
color: white;
font-size: 12px;
border-radius: 4px;
}
.before-label {
left: 10px;
}
.after-label {
right: 10px;
}
.sticky-header {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
transition: all 0.3s ease;
transform: translateY(-100%);
}
.sticky-header.visible {
transform: translateY(0);
}
input:focus, textarea:focus {
outline: none;
border-color: #5b9bd5;
}
.tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.custom-checkbox {
position: relative;
cursor: pointer;
user-select: none;
}
.custom-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: 2px solid #d1d5db;
border-radius: 4px;
}
.custom-checkbox:hover input ~ .checkmark {
border-color: #5b9bd5;
}
.custom-checkbox input:checked ~ .checkmark {
background-color: #5b9bd5;
border-color: #5b9bd5;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
display: block;
}
.custom-checkbox .checkmark:after {
left: 6px;
top: 2px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
}
.accordion-content.open {
max-height: 1000px;
}
/* Blog Sayfası Özel Stilleri */
.category-filter-btn.active {
background-color: #5b9bd5;
color: white;
}
.blog-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.blog-card .share-btn {
opacity: 0;
transform: translateY(10px);
transition: opacity 0.3s ease, transform 0.3s ease;
}
.blog-card:hover .share-btn {
opacity: 1;
transform: translateY(0);
}
.share-dropdown {
display: none;
position: absolute;
bottom: 100%;
right: 0;
background-color: white;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
padding: 8px 0;
min-width: 150px;
z-index: 10;
}
.share-dropdown.active {
display: block;
}
.share-dropdown a {
display: flex;
align-items: center;
padding: 8px 16px;
color: #4b5563;
transition: all 0.2s ease;
}
.share-dropdown a:hover {
background-color: #f3f4f6;
color: #5b9bd5;
}
.search-input:focus {
box-shadow: 0 0 0 3px rgba(91, 155, 213, 0.2);
}
/* Header ve Menü Hizalama */
header .container {
  justify-content: space-between;
  align-items: center;
}
nav.lg\:flex, .sticky-header nav.lg\:flex {
  display: flex !important;
  align-items: center;
  gap: 1.5rem;
}
header .text-3xl, .sticky-header .text-2xl {
  min-width: 180px;
  display: flex;
  align-items: center;
}
header img {
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  nav.lg\:flex {
    display: none !important;
  }
}

/* Hakkımda Sayfası Özel Stilleri */
.timeline-item {
position: relative;
padding-left: 28px;
padding-bottom: 32px;
}
.timeline-item:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 2px;
height: 100%;
background-color: #e5e7eb;
}
.timeline-item:last-child:before {
height: 16px;
}
.timeline-dot {
position: absolute;
left: -6px;
top: 0;
width: 14px;
height: 14px;
border-radius: 50%;
background-color: #5b9bd5;
border: 2px solid white;
}
.certificate-card {
transition: all 0.3s ease;
}
.certificate-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.gallery-item {
overflow: hidden;
}
.gallery-item img {
transition: transform 0.5s ease;
}
.gallery-item:hover img {
transform: scale(1.05);
}

/* Muayenehane Sayfası Özel Stilleri */
.facility-card:hover .facility-image img {
transform: scale(1.05);
}
.facility-image img {
transition: transform 0.5s ease;
}
.facility-card:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Blog Sayfası Özel Stilleri */
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Container ve Grid Düzeltmeleri */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

/* Grid Sistemi Düzeltmeleri */
.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Flex Düzeltmeleri */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

@media (min-width: 1024px) {
  .lg\:flex-row {
    flex-direction: row;
  }
  
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
}

/* Gap Düzeltmeleri */
.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

/* Blog Card Hover Efektleri */
.blog-card {
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Share Dropdown Pozisyonu */
.share-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  min-width: 150px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.share-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Category Filter Buttons */
.category-filter-btn {
  transition: all 0.3s ease;
}

.category-filter-btn.active {
  background-color: #5b9bd5 !important;
  color: white !important;
}

/* Search Input Focus */
.search-input:focus {
  outline: none;
  border-color: #5b9bd5;
  box-shadow: 0 0 0 3px rgba(91, 155, 213, 0.1);
}

/* Responsive Düzeltmeler */
@media (max-width: 768px) {
  .md\:flex-row {
    flex-direction: column;
  }
  
  .md\:w-1\/2 {
    width: 100%;
  }
  
  .md\:w-auto {
    width: 100%;
  }
  
  .md\:mb-0 {
    margin-bottom: 1rem;
  }
}

/* Sticky Header Düzeltmeleri */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.sticky-header.visible {
  transform: translateY(0);
}

/* Mobile Menu Düzeltmeleri */
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

#mobile-menu.show {
  transform: translateX(0);
}

/* Back to Top Button */
#back-to-top {
  transition: all 0.3s ease;
}

#back-to-top.show {
  transform: scale(1);
}

/* WhatsApp Button */
.fixed.bottom-24 {
  bottom: 6rem;
}

/* Pagination Düzeltmeleri */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

/* Sidebar Düzeltmeleri */
.sidebar {
  position: sticky;
  top: 2rem;
}

/* Breadcrumb Düzeltmeleri */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* CTA Section Düzeltmeleri */
.cta-section {
  background: linear-gradient(135deg, rgba(91, 155, 213, 0.05) 0%, rgba(248, 169, 120, 0.05) 100%);
}

/* Footer Düzeltmeleri */
footer {
  background: #1f2937;
  color: white;
}

/* Utility Classes */
.whitespace-nowrap {
  white-space: nowrap;
}

.appearance-none {
  appearance: none;
}

.pointer-events-none {
  pointer-events: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.min-w-max {
  min-width: max-content;
}

/* Remixicon Düzeltmesi */
:where([class^="ri-"])::before {
  content: "\f3c2";
  font-family: "remixicon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Blog Detay Sayfası Stilleri */
.toc-link.active {
    color: #5b9bd5;
    font-weight: 500;
}

.toc-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #5b9bd5;
}

.font-size-btn.active {
    background-color: #5b9bd5;
    color: white;
}

.tip-box {
    background-color: rgba(91, 155, 213, 0.1);
    border-left: 4px solid #5b9bd5;
}

.warning-box {
    background-color: rgba(248, 169, 120, 0.1);
    border-left: 4px solid #f8a978;
}

.advice-box {
    background-color: rgba(80, 200, 120, 0.1);
    border-left: 4px solid #50c878;
}

.blog-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1f2937;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.blog-content p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.blog-content ul li {
    list-style-type: disc;
}

.blog-content ol li {
    list-style-type: decimal;
}

.blog-content a {
    color: #5b9bd5;
    text-decoration: none;
}

.blog-content a:hover {
    text-decoration: underline;
}

.blog-content blockquote {
    border-left: 4px solid #5b9bd5;
    padding-left: 1rem;
    font-style: italic;
    margin: 1.5rem 0;
    color: #4b5563;
}

.blog-content img {
    border-radius: 8px;
    margin: 1.5rem 0;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.blog-content table th,
.blog-content table td {
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
    text-align: left;
}

.blog-content table th {
    background-color: #f9fafb;
    font-weight: 600;
}

.blog-content .table-container {
    overflow-x: auto;
    margin: 1.5rem 0;
}

/* Blog Detay Responsive Stilleri */
@media (max-width: 768px) {
    .blog-content h2 {
        font-size: 1.5rem;
    }
    
    .blog-content h3 {
        font-size: 1.25rem;
    }
    
    .blog-content .table-container {
        font-size: 0.875rem;
    }
}

/* İletişim Sayfası Stilleri */
.form-input:focus {
    border-color: #5b9bd5;
    box-shadow: 0 0 0 2px rgba(91, 155, 213, 0.2);
}

.map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-card {
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.social-icon {
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.working-hours-row:not(:last-child) {
    border-bottom: 1px dashed rgba(91, 155, 213, 0.2);
}

/* FAQ Stilleri */
.faq-toggle {
    transition: all 0.3s ease;
}

.faq-toggle:hover {
    background-color: #f8f9fa;
}

.faq-content {
    transition: all 0.3s ease;
}

/* Form Success Modal */
#form-success {
    backdrop-filter: blur(4px);
}

/* İletişim Sayfası Responsive Stilleri */
@media (max-width: 768px) {
    .map-container {
        padding-top: 75%; /* 4:3 Aspect Ratio for mobile */
    }
    
    .contact-card {
        margin-bottom: 1rem;
    }
    
    .social-icon {
        padding: 0.75rem;
    }
}

/* Uzmanlıklar Sayfası Stilleri */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #d1d5db;
    border-radius: 4px;
}

.custom-checkbox:hover input ~ .checkmark {
    border-color: #5b9bd5;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #5b9bd5;
    border-color: #5b9bd5;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content.open {
    max-height: 1000px;
}

/* Before-After Slider Stilleri */
.before-after-slider {
    position: relative;
    overflow: hidden;
}

.before-after-slider img {
    width: 100%;
    display: block;
}

.before-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: white;
    cursor: ew-resize;
    transform: translateX(-50%);
}

.slider-handle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.slider-label {
    position: absolute;
    top: 10px;
    padding: 4px 8px;
    background: rgba(0,0,0,0.7);
    color: white;
    font-size: 12px;
    border-radius: 4px;
}

.before-label {
    left: 10px;
}

.after-label {
    right: 10px;
}

/* Uzmanlık Kartları */
.expertise-card {
    transition: all 0.3s ease;
}

.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.expertise-icon {
    transition: all 0.3s ease;
}

.expertise-card:hover .expertise-icon {
    transform: scale(1.1);
}

/* Tab Butonları */
.tab-button {
    transition: all 0.3s ease;
}

.tab-button.active {
    background-color: #5b9bd5;
    color: white;
}

.tab-button:hover:not(.active) {
    background-color: #f8f9fa;
}

/* Uzmanlıklar Sayfası Responsive Stilleri */
@media (max-width: 768px) {
    .before-after-slider {
        margin: 0 -1rem;
    }
    
    .slider-handle::after {
        width: 30px;
        height: 30px;
    }
    
    .expertise-card {
        margin-bottom: 1rem;
    }
}

/* Mobil Görünüm Stilleri */
@media (max-width: 1023px) {
  .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .sticky-header.show {
    transform: translateY(0);
  }

  /* Mobil menü açıkken body scroll'u engelle */
  body.mobile-menu-open {
    overflow: hidden;
  }

  /* Mobil menü backdrop */
  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 45;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .mobile-menu-backdrop.show {
    opacity: 1;
    visibility: visible;
  }

  /* Mobil menü animasyonları - BAŞLANGIÇTA KAPALI */
  #mobile-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    visibility: hidden;
  }

  #mobile-menu.show {
    transform: translateX(0);
    visibility: visible;
  }

  /* Mobil menü içeriği scroll */
  #mobile-menu nav {
    height: calc(100vh - 80px);
    overflow-y: auto;
  }

  /* Mobil submenu animasyonları - BAŞLANGIÇTA KAPALI */
  .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    opacity: 0;
  }

  .mobile-submenu.show {
    max-height: 500px;
    opacity: 1;
  }

  .mobile-nested-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    opacity: 0;
  }

  .mobile-nested-menu.show {
    max-height: 300px;
    opacity: 1;
  }

  /* Mobil menü butonları */
  .mobile-submenu-toggle,
  .mobile-nested-toggle {
    transition: transform 0.3s ease;
  }

  .mobile-submenu-toggle.active,
  .mobile-nested-toggle.active {
    transform: rotate(180deg);
  }
}

/* Tablet ve küçük ekranlar için düzenlemeler */
@media (max-width: 768px) {
  /* Top bar tamamen gizle */
  .top-bar {
    display: none !important;
  }

  /* Header padding azalt */
  header {
    padding: 0.75rem 0;
  }

  /* Logo boyutları */
  .logo-mobile {
    height: 5rem; /* 80px - 2 katı büyük */
    width: auto;
  }

  .logo-sticky-mobile {
    height: 4rem; /* 64px - 2 katı büyük */
    width: auto;
  }

  /* Mobil menü buton boyutu */
  #mobile-menu-button,
  #mobile-menu-button-sticky {
    width: 2.5rem;
    height: 2.5rem;
  }

  /* Mobil menü içeriği */
  #mobile-menu {
    width: 100%;
    max-width: 320px;
  }

  #mobile-menu nav {
    padding: 1rem;
  }

  #mobile-menu a {
    padding: 0.75rem 0;
    font-size: 1rem;
  }

  /* Mobil submenu padding */
  .mobile-submenu {
    padding-left: 1rem;
  }

  .mobile-nested-menu {
    padding-left: 1rem;
  }
}

/* Çok küçük ekranlar için ek düzenlemeler */
@media (max-width: 480px) {
  /* Container padding azalt */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Logo daha da küçült */
  .logo-mobile {
    height: 3rem; /* 48px */
  }

  .logo-sticky-mobile {
    height: 2.5rem; /* 40px */
  }

  /* Mobil menü tam genişlik */
  #mobile-menu {
    max-width: 100%;
  }

  /* Mobil menü buton daha küçük */
  #mobile-menu-button,
  #mobile-menu-button-sticky {
    width: 2.25rem;
    height: 2.25rem;
  }
}

/* Sticky header animasyonu için body padding */
body.sticky-header-active {
  padding-top: 60px;
}

/* Mobil menü açıkken overlay */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 45;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* Mobil menü slide animasyonu */
#mobile-menu {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.show {
  transform: translateX(0);
}

/* Mobil menü içeriği fade animasyonu */
.mobile-menu-content {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}

#mobile-menu.show .mobile-menu-content {
  opacity: 1;
  transform: translateY(0);
}

/* Mobil submenu slide animasyonu */
.mobile-submenu {
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-submenu.show {
  transform: translateX(0);
  opacity: 1;
}

/* Mobil nested menu slide animasyonu */
.mobile-nested-menu {
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
}

.mobile-nested-menu.show {
  transform: translateX(0);
  opacity: 1;
}

/* Mobil menü buton hover efektleri */
#mobile-menu-button:hover,
#mobile-menu-button-sticky:hover,
#close-mobile-menu:hover {
  background-color: rgba(91, 155, 213, 0.1);
  border-radius: 0.5rem;
}

/* Mobil menü link hover efektleri */
#mobile-menu a:hover {
  background-color: rgba(91, 155, 213, 0.05);
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
}

/* Mobil menü toggle butonları */
.mobile-submenu-toggle,
.mobile-nested-toggle {
  transition: all 0.3s ease;
}

.mobile-submenu-toggle:hover,
.mobile-nested-toggle:hover {
  background-color: rgba(91, 155, 213, 0.1);
  border-radius: 0.375rem;
}

.mobile-submenu-toggle.active i,
.mobile-nested-toggle.active i {
  transform: rotate(180deg);
}

/* Responsive logo boyutları */
@media (max-width: 768px) {
  .logo-mobile {
    height: 5rem; /* 80px - 2 katı büyük */
    width: auto;
  }
  
  .logo-sticky-mobile {
    height: 4rem; /* 64px - 2 katı büyük */
    width: auto;
  }
}

@media (max-width: 640px) {
  .logo-mobile {
    height: 4rem; /* 64px */
  }
  
  .logo-sticky-mobile {
    height: 3rem; /* 48px */
  }
}

@media (max-width: 480px) {
  .logo-mobile {
    height: 3rem; /* 48px */
  }
  
  .logo-sticky-mobile {
    height: 2.5rem; /* 40px */
  }
}
