body { background-color: #fdf6e9; font-family: 'Nunito', sans-serif; }
.font-hand { font-family: 'Kalam', cursive; }
.font-bold-display { font-family: 'Bangers', cursive; letter-spacing: 0.05em; }

/* Wavy Border Effect */
.nav-wave {
    position: relative;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.nav-wave::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q 25 20 50 10 T 100 10 V 0 H 0 Z' fill='white'/%3E%3C/svg%3E");
    background-size: 100px 20px;
    z-index: 10;
}

/* Styling the Slick track and spacing */
.slick-list { margin: 0 -10px; } /* Adjusts for slide padding */
.slick-slide { padding: 0 10px; outline: none !important; }

/* Custom Hover Effect */
.slick-item { transition: transform 0.3s ease; }
.slick-item:hover { transform: scale(1.05); }

.iframe iframe {width: 100% !important;}