/**
 * Theme Name: Crea Ai
 * Template:   astra
 * Author: PixelDuetWeb
 */
div#content {
    margin-top: -85px;
}
.page-id-205 .uagb-container-inner-blocks-wrap {
    background-color: #066aab73;
    padding: 30px;
    border-radius: 20px;
}
div#wpforms-207-field_2-container {
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
div#wpforms-207-field_4-container {
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
div#wpforms-207-field_3-container {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: center;
   
}
button#wpforms-submit-207 {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 20px;
}
.page-id-205 a.menu-link {
    color: black !important;
}
.site-primary-footer-wrap {
    background-color: #1a202c !important;
}
.page-id-254 .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    background-color: #1a202c;
}
.page-id-254 h1.entry-title {
    display: none;
}

#eba-contact-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
}

.eba-modal-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

.eba-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}

.eba-close:hover {
    color: #000;
}

.eba-modal-content h3 {
    margin-top: 0;
    color: #333;
    font-size: 24px;
}

.eba-modal-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.btn-primary {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #45a049;
}

.btn-secondary {
    display: inline-block;
    padding: 12px 20px;
    background-color: #2196F3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    text-align: center;
}

.btn-secondary:hover {
    background-color: #0b7dda;
    text-decoration: none;
    color: white;
}

.btn-block {
    width: 100%;
    display: block;
}

#eba-consultation-link-container p {
    margin: 0 0 10px 0;
    font-size: 14px;
}