/*
Theme Name: MixoMarketing
Theme URI: https://mixomarketing.com
Author: MixoMarketing
Description: Dynamic MixoMarketing theme with ACF Pro, Contact Form 7, related blogs and client testimonials.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: mixomarketing
*/

.wpcf7-form .form-control,
.wpcf7-form .form-select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form .wpcf7-submit {
  border: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  margin-top: 10px;
  font-size: 14px;
}

.wpcf7-form p {
  margin: 0;
}

.brand .custom-logo-link img,
.brand img {
  display: block;
  height: 75px;
  width: auto;
}

.site-header.is-compact .brand .custom-logo-link img,
.site-header.is-compact .brand img {
  height: 52px;
}


/* WordPress Pagination */
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-links .page-numbers:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}

.nav-links .page-numbers.current {
    background: #222;
    border-color: #222;
    color: #fff;
}

.nav-links .page-numbers.dots {
    border: none;
    background: transparent;
    pointer-events: none;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
    padding: 0 18px;
}

/* Mobile */
@media (max-width: 575px) {
    .nav-links {
        gap: 5px;
        margin: 30px 0;
    }

    .nav-links .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0 9px;
        font-size: 14px;
    }
}

.form-card textarea{height:150px!important; min-height:150px!important}