/*
 Theme Name:   WebSpaceZ
 Theme URI:    https://webspacez.com/
 Description:  Bricks child theme by WebSpaceZ.
 Author:       WebSpaceZ
 Author URI:   info@webspacez.com
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
	--first-color: #792A6A;
	--second-color: #ed772d;
	--current-color-hex: var(--first-color);
	--current-color-rgb: 121, 42, 106;
}

.svdh-container-card, .svdh-card-block-30, .svdh-card-block-40 {
  background: rgba( 255, 255, 255, 0.75 );
	box-shadow: 0 8px 32px 0 rgba( var(--current-color-rgb, 121, 42, 106), 0.18 );
	backdrop-filter: blur( 10.5px );
	-webkit-backdrop-filter: blur( 10.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/* Change bullet points to purple triangle facing right */
#brx-content ul {
    list-style: none; /* Remove default bullet points */
    padding-left: 20px; /* Optional: Add padding for alignment */
}

#brx-content ul li {
    position: relative;
/*     padding-left: 20px;  /* Space for the custom bullet */
}

#brx-content ul li::before {
/* 	font-family: "Font Awesome 6 Free" !important;
    content: "\f0da"; /* Unicode for a right-facing triangle */
    color: purple; /* Set the triangle color */ 
    position: absolute;
    left: 0;
    top: 0;
	padding:0;
}

.svdh-header-menu li {
	transition: color 0.3s;
}

.svdh-header-menu .menu-item:hover > a, .svdh-header-menu .brx-submenu-toggle:hover > a  {
	color: #792A6A !important;
	transition: color 0.3s;
}
