/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

li.centered-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background: white;
    color: #333;
    max-width: 600px;
    margin: 10% auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    font-size: 14px;
}

.modal-content h3 {
    margin-top: 0;
}

.modal-content button {
    margin-top: 20px;
    background: #003300;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.why-uneaz-icon {
    color: #003300 !important;
}

.why-uneaz-item-heading {
    color: #003300 !important;
}

.why-uneaz-item-desc {
    color: #151515 !important;
}