/*
Theme Name: Dabshi Cafe
Theme URI: https://example.com/dabshi-cafe
Author: Dabshi Team
Author URI: https://example.com
Description: A custom theme for Dabshi Cafe based on the provided design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dabshi-cafe
Tags: restaurant, cafe, food, responsive
*/

/* Custom Styles from the HTML */
body {
    font-family: 'Tajawal', sans-serif;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hero-pattern {
    background-color: #4a044e;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239c92ac' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.text-stroke {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.blob {
    position: absolute;
    filter: blur(40px);
    z-index: 0;
    opacity: 0.4;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hover effect for accent classes - changes to accent-600 */
[class*="bg-accent"]:hover,
[class*="text-accent"]:hover,
[class*="border-accent"]:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    --tw-border-opacity: 1;
}

/* Background accent hover */
[class*="bg-accent"]:hover {
    background-color: rgb(124 58 237 / var(--tw-bg-opacity)) !important;
    /* accent-600 equivalent */
}

/* Text accent hover */
[class*="text-accent"]:hover {
    color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
    /* accent-600 equivalent */
}

/* Border accent hover */
[class*="border-accent"]:hover {
    border-color: rgb(124 58 237 / var(--tw-border-opacity)) !important;
    /* accent-600 equivalent */
}

/* Button and link hover for accent backgrounds */
button[class*="bg-accent"]:hover,
a[class*="bg-accent"]:hover,
input[type="submit"][class*="bg-accent"]:hover,
input[type="button"][class*="bg-accent"]:hover {
    background-color: rgb(124 58 237) !important;
    /* accent-600 */
}