/*
Theme Name: EmphasysIT Theme
Author: JDR Team
Version: 1.0
*/
.wpcf7-submit{    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--clr-green);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    min-width: 190px;
    justify-content: space-between;
    transition: background 0.2s;
    transition: all 0.3s ease;}
.cookie-popup {
    position: sticky !important;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 500px;
    width: calc(100% - 40px);
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 999999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: block;
}
.cookie-popup__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cookie-popup a {
    color: #3cff81;
}
.cookie-btn {
    background: #3cff81;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.form-bg{ background-color:#00BCD4;}