/*
 Theme Name:   @ Web By D I X Y
 Theme URI:    https://dev.dinurasellapperuma.com
 Description:  Freelance Designer & Developer
 Author:       D I X Y
 Author URI:   https://dinurasellapperuma.com
 Template:     bricks
 Version:      1.3
 Text Domain:  DIXY
*/
#brx-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
/* Hide scrollbar for Chrome, Safari, and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
body {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.message, .success{
    background-color: transparent !important;
    font-size: var(--text-s) !important;
    color: var(--dark) !important;
}

/* General Reset for Consistency */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent Horizontal Scrolling */
body {
  overflow-x: hidden; /* Ensures no content causes horizontal scrolling */
}

/* Smooth Animations */
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; /* Avoid jerky hover effects */
}

button {
  transition: transform 0.2s ease-in-out;
}

button:hover {
  transform: scale(1.05); /* Subtle hover effect */
}
.pswp.brx {
    --pswp-bg: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(50px) !important;
    -webkit-backdrop-filter: blur(50px) !important;
}

