#gh-footer-subscribe-form {
    max-width: 669px !important;
}

#gh-footer-subscribe-form input[name="FNAME"],
#gh-footer-subscribe-form input[name="LNAME"],
#gh-footer-subscribe-form input[name="EMAIL"],
#gh-footer-subscribe-form .gh-button-blue {
    min-height: 52px !important;
    min-width: 319px !important;
    max-width: 319px !important;
    width: 100% !important;
    border: #EBEEF2;
    border-radius: 4px !important;
}

#gh-footer-subscribe-form .gh-button-blue {
    background-color: #08347A !important;
    color: white !important;
}

#gh-footer-subscribe-form .gh-button-blue:hover {
    background-color: #1e488b !important;
}

#gh-footer-subscribe-form input:focus-visible {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

#gh-footer-subscribe-form input::placeholder::placeholder {
  color: #1D242D;
  opacity: 1;
}

#gh-footer-subscribe-form input::-webkit-input-placeholder::-webkit-input-placeholder {
  color: #1D242D;
}

#gh-footer-subscribe-form input::-moz-placeholder::-moz-placeholder {
  color: #1D242D;
}

#gh-footer-subscribe-form input:-ms-input-placeholder:-ms-input-placeholder {
  color: #1D242D;
}

#gh-footer-subscribe-form input::-ms-input-placeholder::-ms-input-placeholder {
  color: #1D242D;
}

.gh-footer h6, .gh-footer span, .gh-footer p, .gh-footer a, .gh-footer a span {
    color: white !important;
    font-size: 15px;
}

.gh-footer h6 {
    font-weight: 500 !important;
    font-size: 15px !important;
    padding-bottom: 1rem !important;
}

.gh-footer .elementor-icon-list-item a {
    display: flex;
    flex-flow: row-reverse;
    justify-content: left !important;
}

.gh-footer .elementor-icon-list-item a span {
    padding-left: 0 !important;
}

.gh-footer .elementor-icon-list-item a .elementor-icon-list-icon {
    margin-left: 1rem;
    border: 1px solid #B1DEF0;
    border-radius: 9999px;
    width: 30px;
    height: 30px;
}

.gh-footer .elementor-icon-list-item a .elementor-icon-list-icon svg {
  display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.gh-footer .gh-footer-more-info {
    order: unset;
}

.gh-footer-newsletter-container .elementor-field-type-recaptcha_v3 {
    position: absolute;
}

/* Container adjustments */
#mc4wp-form-1 .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 3%; /* 10px row gap, 2% column gap */
}

/* First Name and Last Name inputs */
#mc4wp-form-1 input[name="FNAME"],
#mc4wp-form-1 input[name="LNAME"] {
    box-sizing: border-box;
    width: 48.5%;

}

/* Email and Subscribe button */
#mc4wp-form-1 input[name="EMAIL"],
#mc4wp-form-1 input[type="submit"] {
    box-sizing: border-box;
    width: 48.5%;
}

/* Optional: keep inputs and button height consistent */
#mc4wp-form-1 input {
    padding: 10px;
    font-size: 16px;
}

/* Optional: remove extra margin/p adding inside p */
#mc4wp-form-1 .mc4wp-form-fields p {
    margin: 0;
}



@media (max-width: 1366px) {
    #gh-footer-subscribe-form input, #gh-footer-subscribe-form button {
    min-width: 200px !important;
}
}

@media (max-width: 1200px) {
    .gh-footer-newsletter-container {
        max-width: 600px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    #gh-footer-subscribe-form input, #gh-footer-subscribe-form button {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .gh-footer {
        background-size: cover !important;
    }

    #mc4wp-form-1 .mc4wp-form-fields {
        justify-content: center;
    }
}
