::root {
    --ColorGold: #C79856;
}

.mini-widgets .red-button-shortcode {
    margin-left: 20px;
}

/** RED BUTTON SHORTCODE STYLES **/
.red-button-shortcode {
    display: inline-block;
}

.red-button-link {
    display: inline-flex;
    background: #A02D4F;
    color: white;
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none !important;
    align-items: center;
    cursor: pointer;
}

.red-button-link:hover {
    color: white;
}

span.button-wrap {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

span.button-icon {
    aspect-ratio: 1/1;
    display: inline-flex;
    border-radius: 50%;
    background: #a34e66;
    padding: 10px;
    font-size: 12px;
    transition: all .25s ease-in-out;
    align-items: center;
    justify-content: center;
    position: relative;
}

span.button-icon:before {
    content: "";
    background: #ffffff;
    inset: 0;
    position: absolute;
    max-width: 100%;
    border-radius: 50%;
    opacity: 0;
}

.red-button-shortcode:hover span.button-icon:before {
    animation: buttonPulse .15s ease-in-out;
}

@keyframes buttonPulse {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .15;
    }
    100% {
        opacity: 0;
    }
}

span.button-icon i {
    transform: rotate(45deg);
}

.red-button-link:hover span.button-icon {
    transform: scale(1.15);
}

.plain {
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;

}

p.name {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

.link-glass-button {
    display: inline-block;
}

.link-glass-button a {
    padding: 16px 24px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #C79856;
    overflow: hidden;
}

.link-glass-button a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: 0.25s;
    transition-delay: 0s;
    pointer-events: none;

}

.link-glass-button:hover a:after {
    left: -50%;
}

div#testimonials-wrapper {
    overflow: hidden !important;
}

div#logo-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /* max-width: 187px; */
    background: url('logo.png') no-repeat right center;
    background-size: contain;
    opacity: .4;
    margin: 0;
    aspect-ratio: 400/920;
}

div#logo-bg img {
    width: auto;
    height: 100%;
}

.overflowHidden * {
    overflow: hidden;
}

div#gform_fields_1 {
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    grid-row-gap: 0;
    row-gap: 0px;
}

#testimonials-wrapper .wpb_text_column:not(#logo-bg) {
    position: relative;
    z-index: 2;
}

div#gform_fields_1 label.gfield_label {
    font-family: Raleway, sans-serif;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

div#gform_fields_1 input, div#gform_fields_1 textarea {
    border: 1px solid #C79856 !important;
    border-radius: 8px !important;
}

fieldset#field_1_5 {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

div#field_submit {
    display: flex;
    /* min-width: 300px; */
    justify-content: flex-end;
}

div#field_submit .red-button-shortcode a {
    min-width: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 30px !important;
}

label#label_1_5_1 a {
    color: #112337;
}

form#gform_1 div#field_submit {
    margin-top: 20px;
}

div#field_submit span.button-wrap {
    gap: 45px;
}

#footer {
    position: relative;
}

footer#footer > .wf-wrap {
    position: relative; /* anchor for ::before */
    z-index: 0;
}

footer#footer > .wf-wrap::before {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/justice.webp);
    inset: 0;
    position: absolute;
    background-position: 85% 94%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 45cqh;
    opacity: .4;
}

.ch-text-box {
    padding: 16px 24px;
    border: 1px solid #C79856;
    border-radius: 8px;
    color: black;
    background-color: white;
    box-shadow: 0 4px 4px #65656533;
}

@media screen and (max-width: 1024px) {
    .aspect-1-1-mobile {
        aspect-ratio: 1/0.4;
    }
}
