/*
Theme Name: JPSAP
Theme URI: https://www.jpsap.com/
Author: JPSAP
Author URI: https://www.jpsap.com/
Description: Custom WordPress theme for JP SAP BASIS and HANA training pages using Tailwind CDN.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jpsap
*/

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

.site-background {
  position: fixed;
  inset: 0;
  background-image: url("https://i.ibb.co/93NHL02w/jpeg-SAP-BASIS-HANA-Logo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 768px) {
  .site-background {
    background-size: 80%;
  }
}

.glass-effect {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hide-scrollbar::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar,
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
