.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    width: 80%; /* Set the width of the popup content */
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
}

.form-control {
    width: 100%; /* Set the width of the input fields to 100% */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn {
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

#contact-us-form .btn {
    width: 100%; /* Set the width of the button to 100% */
}

.btn:hover {
    background-color: #0056b3;
}

.form-control {
    display: block; /* Make the input fields block-level elements */
    width: 100%; /* Set the width to 100% */
    max-width: 100%; /* Ensure that the maximum width is also 100% */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-textarea {
    height: 100px; /* Adjust this value to your preferred height */
}

.beautiful-title {
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-align: center;
    color: #333;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(left, #f39c12, #e74c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
}

.ad-zone-flipxads {
    align-content: center;
    text-align: center;
}

.audience {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 40px;*/
    min-width: 800px;
    margin: 0 auto;
}

.audience-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.audience-right {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
