/*
Theme Name: Jamia Spa
Theme URI: https://example.com/jamia-spa
Author: Your Name
Author URI: https://example.com
Description: Native PHP WordPress Theme converted from a React SPA. Includes Tailwind CSS CDN for styling.
Version: 1.0.0
Text Domain: jamia-spa
*/

/* Custom overrides if needed */
.spa-slider .slick-prev, 
.spa-slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
}

.spa-slider .slick-prev { left: 10px; }
.spa-slider .slick-next { right: 10px; }

.spa-slider .slick-prev:before, 
.spa-slider .slick-next:before {
    font-size: 40px;
    opacity: 0.8;
}

/* Video Gallery Styles */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Hide scrollbar for horizontal date picker but keep functionality */
.hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}
