@media (max-width: 991px) {
    .pix-main-intro .container {
        padding-top: 80px !important;
        padding-bottom: 100px !important;
        display: none!important;
    }
}


/* Form container and elements styling */
.form-container {
    background-color: white;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.header-form-logo {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

.header-form-logo img {
    width: 80px;
    height: 80px;
    background: white;
    padding: 5px;
    border: 2px solid #223652;
    position: relative;
    top: -40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header-form-title {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 10px;
}

.header-form-title h2 {
    font-size: 20px;
    color: #223652;
    margin-bottom: 5px;
}

.header-form-title p {
    font-size: 14px;
    color: #223652;
}

.wpcf7-form .form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.wpcf7-form .form-column {
    width: 48%;
    box-sizing: border-box;
}

.wpcf7-form .form-full {
    width: 100%;
}

.wpcf7-form p {
    margin-bottom: 10px;
    font-size: 14px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.wpcf7-form .center {
    display: flex;
    justify-content: center; /* Ensure the button container is centered */
}

.wpcf7-form .wpcf7-submit.submit-button {
    background: #1c354c !important; /* Updated color */
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
    display: inline-block; /* Inline block to ensure proper centering */
    margin: 0 auto !important; /* Centered button */
    text-align: center;
}

.wpcf7-form .wpcf7-submit.submit-button:hover {
    background: #162d3f !important;
}

/* Responsive Design */
@media (max-width: 600px) {
    .header-form-logo img {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .header-form-title h2 {
        font-size: 18px;
    }

    .header-form-title p {
        font-size: 12px;
    }

    .wpcf7-form .form-row {
        flex-direction: column;
    }

    .wpcf7-form .form-column,
    .wpcf7-form .form-full {
        width: 100%;
    }

    .wpcf7-form .wpcf7-submit.submit-button {
        font-size: 12px;
    }
}

.pix-intro-1:not(section) {
    width: 100%;
    display: none;
}


.pix-intro-container {
    padding-top: 50px;
    padding-bottom: 35px;
    display: none;
}


i.tawk-icon.tawk-icon-hamburger-menu {
    display: none!important;
}









