/* =========================================================
   FOOTER
========================================================= */

.pq-footer {
    position: relative;
    margin-top: 0;
    font-family: "Inter", sans-serif;
}

/* =========================================================
   NEWSLETTER
========================================================= */

.pq-footer-newsletter {
    position: relative;
    z-index: 3;
    padding: 0 0 1px;
    background: #102949;
}

.pq-footer-newsletter__box {
    position: relative;
    top: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
    gap: 35px;
    align-items: center;
    max-width: 1020px;
    min-height: 82px;
    margin: 0 auto;
    padding: 18px 38px;
    border: 1px solid #d7d7d7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 13px 0 rgba(255, 255, 255, .65);
}

.pq-footer-newsletter__title {
    margin: 0;
    color: #3e3e3e;
    font-size: 22px;
    line-height: 1.3;

}

.pq-footer-newsletter__form {
    min-width: 0;
}

.pq-footer-newsletter__form .wpcf7 {
    width: 100%;
}

.pq-footer-newsletter__form form,
.pq-footer-newsletter__form p {
    margin: 0;
}

/* Form email */

.pq-newsletter-form {
    position: relative;
    width: 100%;
}

.pq-newsletter-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.pq-newsletter-form__input {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 58px 0 18px;
    border: 1px solid #6e6e6e;
    border-radius: 15px;
    background: #fff;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    line-height: 42px;
    outline: none;
    box-shadow: none;
}

.pq-newsletter-form__input::placeholder {
    color: #929292;
    opacity: 1;
}

.pq-newsletter-form__input:focus {
    border-color: #ef4b23;
    box-shadow: 0 0 0 2px rgba(239, 75, 35, .12);
}

.pq-newsletter-form__submit {
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 3;
    width: 32px;
    height: 32px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 5px !important;
    background: linear-gradient(135deg, #ff723a, #e93312) !important;
    color: #fff !important;
    font-size: 19px !important;
    line-height: 32px !important;
    text-align: center;
    cursor: pointer;
    box-shadow: none !important;
}

.pq-newsletter-form__submit:hover {
    opacity: .9;
}

.pq-newsletter-form .wpcf7-spinner {
    position: absolute;
    top: 8px;
    right: -30px;
    margin: 0;
}

.pq-footer-newsletter__form .wpcf7-not-valid-tip {
    position: absolute;
    top: 45px;
    left: 12px;
    font-size: 12px;
}

.pq-footer-newsletter__form .wpcf7-response-output {
    margin: 8px 0 0 !important;
    padding: 5px 10px !important;
    font-size: 12px;
}

/* =========================================================
   MAIN FOOTER
========================================================= */

.pq-footer-main {
    padding: 76px 0 38px;
    background: #666;
    color: #fff;
}

.pq-footer-main__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
    gap: 80px;
    align-items: start;
}

.pq-footer-info__title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 21px;
    line-height: 1.35;

    text-transform: uppercase;
}

.pq-footer-info__content p {
    margin: 2px 0;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    line-height: 1.45;
}

.pq-footer-info__content a {
    color: inherit;
    text-decoration: none;
}

.pq-footer-info__content a:hover {
    color: #fff;
    text-decoration: underline;
}

.pq-footer-info__line {
    width: 290px;
    max-width: 100%;
    height: 1px;
    margin: 20px 0;
    background: rgba(255, 255, 255, .45);
}

/* Social */

.pq-footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.pq-footer-social__label {
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
}

.pq-footer-social__list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pq-footer-social__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-decoration: none;
    transition: transform .2s ease;
}

.pq-footer-social__item:hover {
    transform: translateY(-3px);
}

.pq-footer-social__item--facebook {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.pq-footer-social__item--youtube {
    width: 36px;
    height: 25px;
    border-radius: 6px;
    background: #f00;
    color: #fff;
    font-size: 13px;
}

.pq-footer-social__item--zalo {
    width: 30px;
    height: 30px;
    border: 2px solid #1375ef;
    border-radius: 10px;
    background: #fff;
    color: #1375ef;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
}

/* Map + Facebook */

.pq-footer-widget {
    width: 100%;
    max-width: 410px;
    margin-left: auto;
}

.pq-footer-map {
    width: 100%;
    height: 126px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #eee;
}

.pq-footer-map iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.pq-footer-facebook {
    width: 100%;
/*     height: 62px; */
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
}

.pq-footer-facebook iframe {
    display: block;
    width: 100% !important;
    height: 100px;
    transform: translateY(-3px);
}

/* =========================================================
   COPYRIGHT
========================================================= */

.pq-footer-copyright {
    padding: 11px 0;
    background: #ececec;
}

.pq-footer-copyright p {
    margin: 0;
    color: #343434;
    font-size: 14px;
    line-height: 1.5;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .pq-footer-newsletter__box {
        grid-template-columns: 1fr;
        gap: 15px;
        top: 25px;
        padding: 22px 26px;
    }

    .pq-footer-newsletter__title {
        text-align: center;
    }

    .pq-footer-main {
        padding-top: 70px;
    }

    .pq-footer-main__grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .pq-footer-widget {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .pq-footer-newsletter__box {
        top: 20px;
        padding: 20px 16px;
        border-radius: 12px;
    }

    .pq-footer-newsletter__title {
        font-size: 18px;
    }

    .pq-footer-main {
        padding: 62px 0 30px;
    }

    .pq-footer-info__title {
        font-size: 18px;
    }

    .pq-footer-info__content p {
        font-size: 15px;
    }

    .pq-footer-social {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .pq-footer-widget {
        max-width: 100%;
    }

    .pq-footer-copyright {
        text-align: center;
    }

    .pq-footer-copyright p {
        font-size: 12px;
    }
}

.pq-button, button[type="submit"], input[type="submit"] {
    display: inline-flex;
    min-height: auto;
	align-items: center;
}
.pq-newsletter-form {
    position: relative;
    width: 100%;
    max-width: 100% !important;
}
