.animated-element {
	background-color:#ffffff !important;
    opacity: 1; /* Initially hidden */
    animation: fadeIn 2s ease-in-out 2s forwards; /* Animation with a 2s delay */
}

@keyframes fadeIn {
    to {
        opacity: 1;
		background-color:#ffffff !important;
    }
}


.page-content {
	position: relative;
    z-index: 0;
	backdrop-filter: blur(7px) !important;
}
.content-wrapper{
    padding: 0 15px;
    margin: 0 auto;
    max-height: 80%;
    overflow-y: auto !important;	
}
.page-content ::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.page-content ::-webkit-scrollbar-track {
  background: #6A546F; 
  border-radius: 10px;
}
/* Handle */
.page-content ::-webkit-scrollbar-thumb {
 background: #e0e0e0;
 border-radius: 5px;
}


.contact-heading h2.elementor-heading-title.elementor-size-default:before {
    position: absolute;
    content: '';
    width: 433px;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 433px;
    top: 40px;
    left: 0;
    right: 0;
}