
        body, html {
            background-color: rgb(197, 142, 142);
            font-family: 'Times New Roman', Times, serif;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .wrapper {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        .content {
            flex: 1;
            padding: clamp(1rem, 2vw, 2rem);
            padding-top: clamp(6rem, 10vw, 8rem);
            background: linear-gradient(135deg, rgb(197, 142, 142) 0%, rgba(197, 142, 142, 0.98) 100%);
        }

        footer {
            background: linear-gradient(135deg, rgba(44, 24, 16, 0.95), rgba(44, 24, 16, 0.98));
            color: white;
            text-align: center;
            padding: clamp(1.5rem, 2vw, 2rem);
            border-top: 1px solid rgba(197, 142, 142, 0.2);
            font-size: 0.95rem;
            margin-top: auto;
            width: 100%;
        }

        .footer-container {
            background: linear-gradient(135deg, rgba(44, 24, 16, 0.95), rgba(44, 24, 16, 0.98));
            color: white;
            padding: 5rem 2rem 3rem;
            border-top: 1px solid rgba(197, 142, 142, 0.2);
            margin-top: auto;
            width: 100%;
        }

        /* Sosyal Medya İkonları (Navbar Ortasında) */
        .social-links {
            display: flex;
            justify-content: center;
           
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .social-links img {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            transition: transform 0.3s ease;
            border: 2px solid white;  
            border-radius: 50%;
            padding: 2px;
            margin: 2px;
            
        }

        .social-links img:hover {
            transform: scale(1.2);
        }

        .navbar {
            background: linear-gradient(135deg, rgba(44, 24, 16, 0.95), rgba(44, 24, 16, 0.98)) !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            padding: 1rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .navbar-brand {
            font-size: clamp(1.3rem, 3vw, 2rem);
            font-weight: 800;
            color: #fff !important;
            letter-spacing: -0.01em;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .navbar-brand:hover {
            color: #FF6B6B !important;
            text-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
        }

        .navbar-nav .nav-item {
            margin: 0 0.5rem;
        }

        .navbar-nav .nav-link {
            font-size: clamp(0.95rem, 2vw, 1.1rem);
            font-weight: 600;
            padding: 0.8rem 1.2rem;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            color: rgba(255, 255, 255, 0.85) !important;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
        }

        .navbar-nav .nav-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF6B6B 0%, #c58e8e 100%);
            transform: translateX(-50%);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 0 0 rgba(255, 107, 107, 0.5);
        }

        .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            inset: -5px;
            border-radius: 0.5rem;
            background: linear-gradient(135deg, rgba(255, 107, 107, 0), rgba(255, 107, 107, 0));
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: -1;
        }

        .navbar-nav .nav-link:hover {
            background: rgba(255, 107, 107, 0.15);
            color: #FF6B6B !important;
            transform: translateY(-2px) scale(1.08);
            text-shadow: 0 0 8px rgba(255, 107, 107, 0.3);
        }

        .navbar-nav .nav-link:hover::before {
            width: 100%;
            box-shadow: 0 2px 12px rgba(255, 107, 107, 0.4);
        }

        .navbar-nav .nav-link:hover::after {
            background: linear-gradient(135deg, rgba(255, 107, 107, 0.15), rgba(197, 142, 142, 0.1));
        }

        .navbar-toggler {
            border: 2px solid rgba(255, 255, 255, 0.3) !important;
            padding: 0.5rem !important;
            border-radius: 8px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .navbar-toggler:hover {
            background: rgba(197, 142, 142, 0.15) !important;
            border-color: #c58e8e !important;
        }

        .navbar-toggler:focus {
            box-shadow: none !important;
        }

        /* Metin Responsive Yazı Boyutu */
        .content p, .content strong {
            font-size: 1.2rem; /* Varsayılan yazı boyutu */
        }

        @media (max-width: 768px) {
            .content p, .content strong {
                font-size: 1rem; /* Küçük ekranlarda yazı boyutunu küçült */
            }
        }
        .nav-link {
            text-decoration: none !important;
           
        }
        .nav-item {
                font-size: 14px;
                padding: 5px;
            }

            .social-links img {
                .social-links img {
        width: clamp(25px, 7vw, 35px);
        height: clamp(25px, 7vw, 35px);
        
    }
            }
            .font-fix {
        font-size: clamp(16px, 2.5vw, 22px);
       }
       
    .whatsapp-navbar-button{
        font-size: 1px;
    }
        @media (max-width: 576px) {
            .navbar-brand {
                font-size: 1rem;
            }

            .nav-item {
                font-size: 12px;
                padding: 3px;
            }

            .social-links img {
                width: 30px;
                height: 30px;
            }

            p {
                font-size: 0.9rem;
            }

            h1 {
                font-size: 1.2rem;
                margin-top: 5px;
            }

            .image-container img {
                flex: 1 1 100%;
                max-width: 100%;
            }
            .social-links img {
        width: clamp(20px, 9vw, 30px);
        height: clamp(20px, 9vw, 30px);
    }
        }
        .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.whatsapp-navbar-button {
           background-color: transparent !important;
    border: none; 
    padding: 0;
    margin: 0; 
    border-radius: 0; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
      }
      .probio{
        background: rgba(255, 255, 255, 0.2); /* Yarı saydam beyaz arka plan */
    backdrop-filter: blur(10px); /* Cam efekti */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3); /* Gölge efekti */
      }
      .insfix{
        margin-left: 10px;
      }
      .certificates-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px;
    margin: 120px auto;
    max-width: 1400px;
}

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

@media (max-width: 768px) {
    .certificates-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

.certificate-card {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.certificate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.certificate-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.certificate-content {
    padding: 20px;
    color: white;
    text-align: center;
}

.certificate-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffd700;
}

.certificate-description {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.5;
}

.image-gallery {
    display: flex;
    flex-direction: column; /* Sertifikaları dikey hizala */
    align-items: center; /* Ortaya hizala */
    gap: 30px;
    padding: 50px;
    width: 90%; /* İçeriği geniş ama kenarlarda boşluk bırak */
    max-width: 800px; /* Maksimum genişlik sınırı */
    background: rgba(255, 255, 255, 0.15); /* Yarı saydam arka plan */
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2; /* Navbar altında kalmayı önler */
}

/* Sertifikalar için stil */
.image-gallery img {
    width: 100%;
    max-width: 700px; /* Daha büyük ve okunabilir */
    height: auto;
    aspect-ratio: 4 / 3; /* Kesin hizalama ve kırpılmama */
    object-fit: contain; /* Görseller kesilmez */
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Efekti */
.image-gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.5);
}

/* Mobil için sertifikaları büyük ve okunabilir yap */
@media (max-width: 768px) {
    .image-gallery {
        padding: 30px;
        width: 95%; /* Mobilde tam ekran genişliği kullan */
    }

    .image-gallery img {
        max-width: 100%; /* Küçük ekranlarda tam genişlik */
    }
}

/* S6 Sertifikasını Diğerleriyle Aynı Boyuta Getirme */
.image-gallery img:last-child {
    aspect-ratio: 4 / 3;
    max-width: auto;
    height: auto;
    object-fit: contain;
}

/* İletişim Bölümü Stilleri */
.contact-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 40px;
    margin: 40px auto;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.4);
}

.map-container, .whatsapp-container {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.map-container {
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    border: none;
}

.map-button {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.map-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.9);
    color: white;
}

.map-button img {
    width: 20px;
    height: 20px;
}

.whatsapp-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whatsapp-container h3 {
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.whatsapp-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whatsapp-form textarea {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    resize: none;
}

.whatsapp-form button {
    background: #25D366;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.whatsapp-form button:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.whatsapp-form button img {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .contact-section {
        grid-template-columns: 1fr;
        padding: 20px;
    }

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

    .map-button {
        bottom: 20px;
        right: 20px;
        padding: 8px 15px;
    }
}
    .footer-contact {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: clamp(1.5rem, 3vw, 3rem);
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 clamp(1rem, 2vw, 2rem);
    }

    .footer-map {
        height: 320px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 12px 32px rgba(197, 142, 142, 0.15);
        border: 1.5px solid rgba(197, 142, 142, 0.1);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .footer-map:hover {
        box-shadow: 0 20px 48px rgba(197, 142, 142, 0.2);
    }

    .footer-map iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .footer-info {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .contact-section, .social-section {
        background: linear-gradient(135deg, rgba(197, 142, 142, 0.12), rgba(197, 142, 142, 0.06));
        padding: 2rem;
        border-radius: 16px;
        border: 1.5px solid rgba(197, 142, 142, 0.15);
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .contact-section:hover, .social-section:hover {
        background: linear-gradient(135deg, rgba(197, 142, 142, 0.15), rgba(197, 142, 142, 0.08));
        border-color: rgba(197, 142, 142, 0.25);
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(197, 142, 142, 0.15);
    }

    .footer-whatsapp {
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
        border-radius: 15px;
    }

    .footer-whatsapp h3 {
        color: #ffd700;
        margin-bottom: 15px;
        text-align: center;
    }

    .footer-social {
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
        border-radius: 15px;
        text-align: center;
    }

    .footer-social h3 {
        color: #ffd700;
        margin-bottom: 15px;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .social-icon {
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        background: linear-gradient(45deg, #f09433, #bc1888);
    }

    .social-icon.facebook {
        background: linear-gradient(45deg, #3b5998, #1e3c72);
    }

    .social-icon img {
        width: 100px;
        height: 40px;
        object-fit: contain;
        filter: none;
    }

    .whatsapp-direct-button {
        width: 100px !important;
        height: 40px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 15px !important;
        background: linear-gradient(45deg, #25d366, #128C7E) !important;
        transition: all 0.3s ease !important;
    }

    .whatsapp-direct-button img {
        width: 40px !important;
        height: 30px !important;
        object-fit: contain;
        filter: none;
    }

    .social-icon:hover,
    .whatsapp-direct-button:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .contact-section h3, .social-section h3 {
        color: #FFD700;
        margin-bottom: 1.2rem;
        font-size: 1.3rem;
        font-weight: 700;
        letter-spacing: -0.01em;
    }

    .contact-buttons, .social-buttons {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .whatsapp-button {
        background: linear-gradient(45deg, #25d366, #128C7E);
        border: none;
        padding: 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        width: 70px !important;
        height: 35px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .whatsapp-button:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .calendar-button {
        font-size: 20px !important;
        line-height: 1 !important;
        padding: 0 !important;
        color: white;
        background: linear-gradient(45deg, #6c757d, #495057);
        border: none;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 70px !important;
        height: 35px !important;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .calendar-button:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .whatsapp-button img {
        width: 40px !important;
        height: 40px !important;
        padding: 5px;
    }

    .social-button {
        border: none;
        padding: 0;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 70px !important;
        height: 35px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .social-button:hover {
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }

    .social-button img {
        width: 50px !important;
        height: 50px !important;
        padding: 5px;
    }

    .social-button-instagram {
        background: linear-gradient(45deg, #f09433, #bc1888);
    }

    .social-button-facebook {
        background: linear-gradient(45deg, #3b5998, #1e3c72);
    }

    .footer-copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 3rem;
        padding-top: 2rem;
        text-align: center;
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 0.7);
    }

    @media (max-width: 768px) {
        .footer-container {
            padding: 4rem 1.5rem 2rem;
        }

        .footer-contact {
            grid-template-columns: 1fr;
            gap: 2rem;
        }

        .footer-map {
            height: 250px;
        }

        .contact-section, .social-section {
            padding: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .footer-container {
            padding: 3rem 1rem 1.5rem;
        }

        .footer-map {
            height: 200px;
            border-radius: 12px;
        }

        .contact-section, .social-section {
            padding: 1.2rem;
            border-radius: 12px;
        }
    }

    .location-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1000;
    }

    .location-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 800px;
        background: white;
        padding: 20px;
        border-radius: 10px;
    }

    .close-location {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 24px;
        cursor: pointer;
        color: #333;
    }

    /* Sertifika Modal Stilleri */
    .certificate-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        cursor: pointer;
    }

    .certificate-modal img {
        max-width: 90%;
        max-height: 90vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 3px solid white;
        border-radius: 10px;
    }
    .offcanvas.offcanvas-end {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0.95;
}
    /* Hamburger menü güncellemeleri */
    .navbar-toggler {
        border: 2px solid rgba(255, 255, 255, 0.5);
        padding: 8px;
        transition: all 0.3s ease;
    }

    .navbar-toggler:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    /* Yeni konum butonu stilleri */
    .footer-location {
        text-align: center;
        margin: 15px 0;
    }

    .directions-btn {
       background: rgba(255, 255, 255, 0.1);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 auto;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .directions-btn:hover {
        background: #3367d6;
        transform: translateY(-2px);
    }

    .directions-btn img {
        width: 20px;
        height: 20px;
    }

    .whatsapp-direct-button {
        padding: 15px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
       
        transition: all 0.3s ease;
    }

    .whatsapp-direct-button:hover {
        transform: translateY(-2px);
     
    }

    .navbar-toggler {
        border: none !important;
        padding: 0.5rem !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .offcanvas {
        background: rgba(0, 0, 0, 0.95) !important;
    }

    /* Çarpı işareti için özel stil */
    .btn-close-white {
        position: relative;
        width: 35px !important;
        height: 35px !important;
        opacity: 1 !important;
        padding: 0 !important;
    }

    .btn-close-white::before,
    .btn-close-white::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: white;
        top: 50%;
        left: 50%;
        border-radius: 1px;
    }

    .btn-close-white::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .btn-close-white::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .btn-close-white:hover {
        transform: rotate(90deg);
        opacity: 0.8 !important;
    }

    .offcanvas-end {
        width: 300px !important;
        background: linear-gradient(135deg, rgba(44, 24, 16, 0.95), rgba(44, 24, 16, 0.98)) !important;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        border-left: 2px solid rgba(197, 142, 142, 0.15);
    }

    .offcanvas-header {
        background: linear-gradient(135deg, rgba(197, 142, 142, 0.12), rgba(197, 142, 142, 0.06));
        padding: 1.5rem;
        position: relative;
        border-bottom: 1px solid rgba(197, 142, 142, 0.15);
    }

    .offcanvas-logo {
        width: clamp(40px, 8vw, 60px);
        height: clamp(40px, 8vw, 60px);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        object-fit: cover;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    .offcanvas-logo:hover {
        transform: scale(1.08);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    .offcanvas-header::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, #FF6B6B, #c58e8e, transparent);
        animation: headerGlow 2s ease-in-out infinite;
    }

    @keyframes headerGlow {
        0%, 100% { opacity: 0.5; }
        50% { opacity: 1; }
    }

    .offcanvas-body {
        padding: 1.5rem;
        background: linear-gradient(180deg, rgba(44, 24, 16, 0.95) 0%, rgba(44, 24, 16, 0.98) 100%);
    }

    .offcanvas-body .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
        font-size: 1.1rem !important;
        padding: 1rem 1.5rem !important;
        margin: 0.8rem 0;
        border-radius: 12px;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        font-weight: 500;
        background: rgba(255, 255, 255, 0.08);
    }

    .offcanvas-body .nav-link:hover {
        background: transparent !important;
        transform: translateX(8px);
        color: #FF6B6B !important;
    }

    .offcanvas-body .nav-link:hover {
        background: rgba(255, 255, 255, 0.15) !important;
        transform: translateX(10px) scale(1.02);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        border-color: rgba(255, 255, 255, 0.2);
    }
