* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #ececec;
    --secondary-color: #4a4a4a;
    --background-color: #fffcf7;
    --text-color: #333333;
    --border-color: #e0e0e0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    background-color: var(--background-color);
}

/* Header Styles */
.main-header {
    background-color: var(--background-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.top-header {
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
}
.responsive-header {
    display: none;
    min-height: 60px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    background: var(--background-color);
}

.responsive-header-wrapper {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}

.responsive-header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.responsive-header-logo img {
    height: 40px;
    width: auto;
}

.responsive-header-sol {
    display: flex;
    gap: 15px;
    align-items: center;
}

.responsive-header-sag {
    display: flex;
    align-items: center;
}

.menu-toggle, .search-toggle {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--text-color);
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s ease;
}

.menu-toggle:hover, .search-toggle:hover {
    color: #6b0020;
}

.responsive-search {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: var(--background-color);
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: none;
    z-index: 1000;
}

.responsive-search.active {
    display: block;
}

.search-container {
    display: flex;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
}

.search-container input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 14px;
}

.search-container button {
    padding: 0 20px;
    background: var(--primary-color);
    color: var(--text-color);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-container button:hover {
    background-color: #6b0020;
    color: white;
}

.responsive-menu {
    position: fixed;
    top: 60px;
    left: -100%;
    width: 280px;
    height: calc(100vh - 60px);
    background: var(--background-color);
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 1000;
}

.responsive-menu.active {
    left: 0;
}

.mobile-nav ul {
    list-style: none;
    padding: 20px 0;
}

.mobile-nav li {
    border-bottom: 1px solid var(--border-color);
}

.mobile-nav a {
    display: block;
    padding: 15px 20px;
    color: var(--text-color);
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mobile-nav a:hover {
    background-color: var(--primary-color);
    color: white;
}

.categories-item {
    position: relative;
}

.categories-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: none;
    border: none;
    color: var(--text-color);
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
}

.categories-toggle i {
    transition: transform 0.3s ease;
}

.categories-toggle.active i {
    transform: rotate(-180deg);
}

.mobile-categories-dropdown {
    display: none;
    background-color: #f5f5f5;
    padding: 0;
}

.mobile-categories-dropdown.active {
    display: block;
}

.mobile-categories-dropdown li {
    border-bottom: 1px solid var(--border-color);
}

.mobile-categories-dropdown a {
    padding: 12px 30px;
    font-size: 14px;
    color: var(--text-color);
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-categories-dropdown a:hover {
    background-color: var(--primary-color);
    color: white;
    padding-left: 35px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-color);
    font-size: 14px;
}

.contact-info i {
    font-size: 16px;
    color: #6b0020;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: auto;
}


.header-wrapper {
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logo {
    flex: 0 0 auto;
}

.logo img {
    height: auto;
    width: 140px;
    max-width: 100%;
    display: block;
}

.search-bar {
    display: flex;
    flex: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.search-bar input {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    background-color: #fff;
}
.phone-link {
    color: inherit;              /* Renk, li'nin rengiyle aynı */
    text-decoration: none;       /* Alt çizgi yok */
    display: inline-flex;        /* İkon ve yazı hizalı */
    align-items: center;
    gap: 6px;                    /* İkon ile yazı arasında boşluk */
    cursor: pointer;
  }

  .phone-link:hover {
    color: #007bff;              /* Üzerine gelince maviye dönsün */
  }
  .email-link {
    color: inherit;              /* Metin rengini li ile aynı yapar */
    text-decoration: none;       /* Alt çizgi yok */
    display: inline-flex;        /* İkonla hizalama */
    align-items: center;
    gap: 6px;                    /* İkon ile yazı arası boşluk */
    cursor: pointer;
  }

  .email-link:hover {
    color: #007bff;              /* Hover efekti */
  }
.search-bar button {
    aspect-ratio: 1/1;
    max-height: 47px;
    padding: 0 25px;
    background-color: var(--primary-color);
    color: #666;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button:hover {
    background-color: #6b0020;
}

/* Categories Navigation */
.main-nav {
    background-color: var(--background-color);
    
}

.nav-wrapper {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    
}

.all-categories {
    position: relative;
    display: flex;
    background-color: var(--primary-color);
    height: 100%;
    padding-left: 10%;
    
}

.all-categories-btn {
    display: flex;
    align-items: center;
    height: 100%;
    width: 280px;
    margin-top: auto;
    margin-bottom: auto;
    gap: 8px;
    background-color: transparent;
    color: white;
    background-color: #8c8c8c;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.all-categories-btn:hover {
    background-color: #f0f0f0;
}

.categories-dropdown {
    position: absolute;
    top: 100%;
    left:  10%; /* all-categories'deki padding-left ile aynı değer */
    right: 0;
    background-color: var(--background-color);
    width: 280px; /* all-categories-btn ile aynı genişlik */
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 10px 0;
    margin-top: 5px;
}

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

.categories-dropdown a {
    display: block;
    padding: 8px 20px;
    color: var(--text-color);
    text-decoration: none;
    transition: background-color 0.3s;
}

.categories-dropdown a:hover {
    background-color: #f5f5f5;
    color: var(--primary-color);
}

.categories-container {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: 0;
    width: 100%;
    justify-content: end;
    height: 100%;
    background-color:var(--primary-color);
}

.categories-container::-webkit-scrollbar {
    display: none;
}

.category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 50px;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: bold;
    transition: color .2s ease;
    text-decoration: none;
}

.category-item:hover {
    opacity: 0.8;
}

.category-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.3s;
}

.category-item:hover::after {
    width: 100%;
}


.slider-container {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    height: auto;
    max-height:max-content;
    padding: 0;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    background-color: var(--background-color);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.slide {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 25%; /* 16:9 oranı için */
    overflow: hidden;
}

.slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* cover yerine contain kullanıyoruz */
    display: block;
    background-color:var(--background-color); /* Boş alanlar için arka plan rengi */
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 10;
}

.slider-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.dot:hover {
    background: #999;
}

.dot.active {
    background: white;
}
@media (max-width: 1500px) {
    .all-categories{
        padding-left: 0px;
    }
}
@media (max-width: 1000px) {
    .nav-wrapper,.top-header{
        display: none;
    }
    .responsive-header{
        display: block;
    }
}
/* Product Carousel Styles */
.carousel-section {
    width: 100%;
    max-width: 1800px;
    margin: 40px auto 10px auto;
    padding: 20px 20px;
    border-bottom: 1px solid var(--border-color);

}

.carousel-category-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 0 10px;
}

.product-carousel-container {
    width: 100%;
    position: relative;
}

.product-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.product-carousel {
    max-width: 1600px;
    display: flex;
    gap: 20px;
    padding: 0; /* ensure no unexpected padding that shifts centering */
    margin: 0;  /* remove default margins */
    transition: transform 0.5s ease;
}

.carousel-product-card {
    flex: 0 0 calc(20% - 16px);
    min-width: 200px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box; /* ensure padding/borders don't change measured width */
    margin: 0; /* remove card-level margins (use gap instead) */
}

.carousel-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.carousel-product-image {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.carousel-product-info {
    padding: 15px;
}

.carousel-product-name {
    font-size: 1.01rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: bold;
    transition: color .2s ease;
    text-decoration: none;
}

.carousel-product-price {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #e74c3c;
}

.carousel-product-price::before {
    content: '₺';
    font-size: 0.9rem;
    margin-right: 2px;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-button:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.carousel-button.prev {
    left: 5px;
}

.carousel-button.next {
    right: 5px;
}

@media (max-width: 1200px) {
    .carousel-product-card {
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 992px) {
    .carousel-product-card {
        flex: 0 0 calc(33.333% - 14px);
    }
}

@media (max-width: 768px) {
    .carousel-product-card {
        flex: 0 0 calc(50% - 10px);
    }
    
    .carousel-button {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .carousel-product-card {
        flex: 0 0 calc(100% - 20px);
        /* remove per-card margin to keep gap consistent and allow precise centering */
        margin: 0;
    }
    
    .product-carousel-container {
        padding: 0 10px;
    }
    
    .carousel-button {
        width: 30px;
        height: 30px;
    }
}

/* Hakkımızda Bölümü Stilleri */
.about-section {
    background-color: var(--background-color);
    padding: 60px 0;
    padding-bottom: 0px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.about-logo {
    text-align: center;
    margin-bottom: 40px;
}

.logo-image {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.about-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 60px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
}

.about-title::before,
.about-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #6b0020;
}

.about-title::before {
    top: 0;
    width: 200px;
}

.about-title::after {
    bottom: 0;
    width: 200px;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-text {
    text-align: center;
    max-width: 1200px;
}

.about-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 40px;
}

.about-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Kariyer Bölümü Stilleri */
.career-section {
    background-color: #f9f9f9;
    padding: 80px 0;
    border-top: 1px solid var(--border-color);
}

.career-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.career-content {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.career-left, .career-right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    flex-grow: 1;
    position: relative;
}

.map-container iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-details {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.contact-details h3 {
    color: #4a4038;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #6b0020;
}

.career-description {
    color: #6b5d4e;
    margin-bottom: 20px;
    line-height: 1.6;
}

.career-form {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    flex-grow: 1;
}

.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    color: #6b5d4e;
    font-size: 1.1rem;
}

.contact-list i {
    color: #6b0020;
    font-size: 1.2rem;
    margin-top: 4px;
}

.career-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 0;
}

.career-title::before,
.career-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 200px;
    background-color: #6b0020;
}

.career-title::before {
    top: 0;
}

.career-title::after {
    bottom: 0;
}

.career-description {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #666;
}

.career-form {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #6b0020;
    outline: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-button {
    width: 100%;
    padding: 15px;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #128C7E;
}

.submit-button i {
    font-size: 1.3rem;
}

@media (max-width: 992px) {
    .career-content {
        flex-direction: column;
    }

    .career-left, .career-right {
        width: 100%;
    }

    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .career-section {
        padding: 40px 0;
    }

    .career-title {
        font-size: 2rem;
    }

    .career-form {
        padding: 20px;
    }

    .map-container iframe {
        height: 300px;
    }

    .contact-details {
        padding: 20px;
    }

    .contact-list li {
        font-size: 1rem;
    }
}

/* Footer Styles */
.footer {
    background-color: #f8f4e9;
    color: #4a4038;
    padding: 60px 0 0;
    margin-top: 60px;
    border-top: 1px solid #e8e0d0;
}

.footer-content {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.footer-section {
    padding: 20px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    filter: none;
}

.footer-description {
    color: #6b5d4e;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-title {
    color: #4a4038;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #6b0020;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #f0e6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #6b5d4e;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #6b0020;
    color: #fff;
    transform: translateY(-3px);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #6b5d4e;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: #6b0020;
}

.footer-links i {
    font-size: 0.8rem;
    color: #6b0020;
}

.contact-info {
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    color: #6b5d4e;
}

.contact-info i {
    color: #6b0020;
    font-size: 1.2rem;
    margin-top: 3px;
}

.footer-bottom {
    margin-top: 40px;
    padding: 20px;
    background: #f0e6d6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e0d0;
}

.copyright {
    color: #6b5d4e;
}


@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-section {
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .social-links {
        justify-content: center;
    }

    .footer-links a {
        justify-content: center;
    }

    .contact-info li {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.feature {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    padding: 30px;
    text-align: center;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
}

.feature i {
    font-size: 2.5rem;
    color: #6b0020;
    margin-bottom: 20px;
}

.feature h3 {
    font-size: 1.3rem;
    color: var(--text-color);
    margin-bottom: 15px;
}

.feature p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .about-section {
        padding: 40px 0;
        padding-bottom: 0px;
    }

    .about-title {
        font-size: 2rem;
    }

    .about-description {
        font-size: 1.1rem;
    }

    .feature {
        min-width: 200px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .about-features {
        gap: 20px;
    }

    .feature {
        flex: 0 0 calc(50% - 10px);
        min-width: unset;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 30px 0;
        padding-bottom: 0px;
    }

    .about-title {
        font-size: 1.8rem;
    }

    .about-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .feature {
        flex: 0 0 100%;
    }
}

/* Responsive tasarım */
@media (max-width: 750px) {
        .slider-container {
        margin: 0;
    }

    .slide {
        padding-bottom: 100%; /* 1:1 oranı için */
    }

    .slider-button {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .slider-dots {
        bottom: 10px;
    }

    .dot {
        width: 8px;
        height: 8px;
    }
}
@media (max-width: 450px) {
    #telno {
        display: none;
    }
    #searchToggle {
        display: none;
    }
}

/* Footer link and responsive tweaks */
.footer .contact-info a { color: inherit; text-decoration: none; }
.footer .contact-info a:hover { text-decoration: underline; }
@media (max-width: 900px) {
  .footer .footer-content { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (max-width: 640px) {
  .footer .footer-content { grid-template-columns: 1fr; }
  .footer .footer-section { margin: 0; }
  .footer .contact-info li { display: flex; align-items: center; gap: 8px; }
  .footer .contact-info i { margin-top: 0; }
}

/* Contact lists normalize */
.contact-list li { display: flex; align-items: center; gap: 8px; }
.contact-list a { color: inherit; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

/* Prevent excessive wrapping in footer contact rows */
.footer .contact-info a, .footer .contact-info span { white-space: nowrap; }

/* Header right contact info */
.header-sag .contact-info { display: inline-flex; align-items: center; gap: 8px; flex-direction: row !important; }
.header-sag .contact-info a { color: inherit; text-decoration: none; font-weight: 600; }
.header-sag .contact-info a:hover { text-decoration: underline; }
/* Force row layout for header contact info at all widths */
.top-header .header-wrapper .header-sag .contact-info { flex-direction: row !important; align-items: center !important; }
.top-header .header-wrapper .header-sag .contact-info a, 
.top-header .header-wrapper .header-sag .contact-info i, 
.top-header .header-wrapper .header-sag .contact-info span { color: var(--text-color) !important; }

/* Extra resilience for very narrow widths */
@media (max-width: 480px) {
  .header-sag .contact-info { gap: 6px; }
  .header-sag .contact-info a { font-weight: 600; white-space: nowrap; font-size: 14px; }
}
@media (max-width: 360px) {
  .header-sag .contact-info a { font-size: 13px; }
}
@media (max-width: 320px) {
  .header-sag .contact-info a { font-size: 12px; }
}

/* Footer contact fix under 770px */
@media (max-width: 770px) {
  .footer .footer-content { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .footer .contact-info li { display: flex; align-items: flex-start; gap: 8px; flex-wrap: wrap; }
  .footer .contact-info a, .footer .contact-info span { white-space: normal; word-break: break-word; }
}



