.footer-links a {
    text-decoration: none;
}
.dark-to-light-button a {
    transition: 0.2s;
}
.dark-to-light-button a:hover {
    background-color: #000!important;
}
.gold-list img {
    max-width: none!important;
}
.grid-gallery-fill img {
    height: 100% !important;
    object-fit: cover;
}
.width-100 {
    width: 100%;
}
.golden-cards div {
    align-self: stretch !important;
}
.learn-more-button a {
    display: flex;
    align-items: center;
    padding-right: 1.0rem;
}
.learn-more-button a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1693 11H0V9H16.1693L8.57433 1.405L10 0L20 10L10 20L8.57433 18.595L16.1693 11Z' fill='%23F0F0F0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 24px;
    vertical-align: middle; /* Align with text */
    transition: 0.2s ease-in-out;
}
.learn-more-button a:hover {
    background-color: #78512F!important;
}
.learn-more-button a:hover::after {
    transform: translateX(4px);
}
.reverse-direction {
    direction: rtl;
}
.reverse-direction > * {
    direction: ltr;
}
.rem-gap2 {
    column-gap: 2rem;
    row-gap: 2rem;
}
.review-grid {
    column-gap: 2rem;
    row-gap: 2rem;
}
.review-grid > * {
    height: 100%;
}
.review-grid div div:last-of-type {
    margin-top: auto!important;
}
.review-grid div div:last-of-type img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.gallery-grid img {
    height: 100%;
    object-fit: cover;
}

/* form styles */

.wpcf7 {
    background-color: #222;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-left: 0;
    margin-right: 0;
}
.wpcf7 label {
    color: #ebe9e9;
    text-transform: uppercase;
    padding: 1rem 0 0 0;
    margin: 0;
}
.wpcf7-form p {
    margin: 0 0 1.0rem 0 !important;
}
.wpcf7-text {
    width: 100%;
    background-color: #222;
    border: none;
    border-bottom: 1px solid #ebe9e9;
    outline: none;
    font-size: 1.0rem;
    margin-top: 4px;
    color: #ebe9e9;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    padding: 12px 2px;
}
.wpcf7-text:focus {
    background-color: #333;
}
.wpcf7-text:hover {
    background-color: #333;
}
.wpcf7-textarea {
    width: 100%;
    background-color: #222;
    border: none;
    border-bottom: 1px solid #ebe9e9;
    outline: none;
    font-size: 1.0rem;
    margin-top: 4px;
    color: #ebe9e9;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    padding: 12px 2px;
    height: 64px;
}
.wpcf7-textarea:focus {
    background-color: #333;
}
.wpcf7-textarea:hover {
    background-color: #333;
}
.wpcf7-submit {
    padding: 12px 40px;
    font-family: Outfit, sans-serif;
    font-size: 1.0rem;
    color: #ebe9e9;
    background-color: #222;
    border: 1px solid #ebe9e9;
    cursor: pointer;
}
.wpcf7-submit:hover { 
    background-color: #000;
}

.captcha-image{
    border: none;
}
.cf7ic_instructions {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 0.9rem;
    padding: 0;
    color: #d9d9d9;

}

.wpcf7-response-output {
    color: #ebe9e9!important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0!important;
    padding: 0!important;
}
.wpcf7-not-valid-tip {
    color: #d44f20!important;
    font-size: 0.9em!important;
    font-weight: normal;
    display: block;
    margin-top: 0.5rem!important;
}
.phone-link a{
    text-decoration: none;
}
.no-padding {
    padding-left: 0;
}