.Col_Black{
    color: black;
}

.mt-30{
    margin-top: 30px;
}


.Headline_Names {
    background-color:#ce160e !important;
    color: white !important;
    border-radius: 8px !important;
}

.box-number .text {
    margin-left: 0px !important;
}

.de_light .expand {
    border: solid 1px #fff !important;
}

.mar_right_10{
    margin-right: 10px;
}

@media screen and (min-device-width: 320px) and (max-device-width: 990px) { 
    .padding80 {
        padding: 0px !important;
    }
}

@media screen and (min-device-width: 991px) and (max-device-width: 2560px) { 
    .padding80 {
        padding: 100px !important;
    }
}

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.whatsapp-icon img {
    width: 50px;
    height: 50px;
}

.whatsapp-message {
    margin-right: 10px;
    padding: 1px 11px;
    background-color: #04d364;
    color: white;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.whatsapp-container:hover .whatsapp-message {
    opacity: 1;
    transform: translateX(0);
}



@media screen and (min-device-width: 1024px) and (max-device-width: 2560px) { 
    .profile_adjustment{
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Preloader Styles */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Background color for the preloader */
    z-index: 9999; /* Ensures it’s on top of all other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader img {
    width: 100px; /* Adjust the size of the loading image as needed */
    height: auto;
}