/*
Theme Name:   6 Degrees Theme
Template:     hello-elementor
Description:  A custom child theme for 6 Degrees.
Author:       Rajit Singh
Version:      1.0.0
*/

/* Add your custom CSS below this line */

::-moz-selection {
	background-color: #FED900E6;
	color: #000;
}

::selection {
	background-color: #FED900E6;
	color: #000;
}

.frosted-mega-menu {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.grecaptcha-badge { visibility: hidden; }