/**
Theme Name:   Bloop
Theme URI:    https://bloopcom.com/
Author:       Bloopcom
Author URI:   
Description:  Bloop Custom theme based on client Requirements.
Version: 1.0.0
Text Domain: https://bloopcom.com/
**/

/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's above all content */
}

#preloader .loader {
    width: 50px;
    height: 50px;
    border: 5px solid #ddd;
    border-top-color: #3498db; /* Spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Spinner Animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


li#menu-item-1252 {
    opacity: 0;
}
.single-ig{
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

blockquote {
font-size: 16px;
font-style: italic;
padding: 25px;
line-height: 1.45;
position: relative;
border-left: 3px solid #242424;
background-color:#f7f7f7;
}
.blg-disclaimer h5 {
    font-style: italic;
}