@charset "utf-8";
/* Infinite Fidelis Consulting | Contact | CSS | V3.0 */

/* HERO */
.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 275px 0 320px;
    background: url('../images/hero-contact.webp') center/cover no-repeat;
}

.contact-hero-inner {
    position: relative;
    z-index: 5;
}

.contact-hero-content {
    max-width: 620px;
}

.contact-hero-content p {
    max-width: 560px;
}

/* CONTACT */
.contact-main {
    position: relative;
    padding: 0 0 145px;
}

.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: stretch;
    max-width: 900px;
}

/* LEFT PANEL */
.contact-panel {
    position: relative;
    min-height: 720px;
    padding: 82px 76px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(10,10,10,.97), rgba(21,21,21,.94)),
        url('../images/ifc-logo.webp') center/cover no-repeat;
}

.contact-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 5px;
    background: #d5a647;
}

.contact-panel-content {
    position: relative;
    z-index: 2;
}

.contact-kicker {
    display: block;
    margin-bottom: 22px;
    font-family: 'Antonio', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #d5a647;
}

.contact-panel h2 {
    max-width: 430px;
    margin-bottom: 28px;
    text-align: left;
    color: #fff;
}

.contact-gold-line {
    width: 90px;
    height: 2px;
    margin-bottom: 34px;
    background: #d5a647;
}

.contact-panel p {
    max-width: 460px;
    margin-bottom: 58px;
    color: rgba(255,255,255,.72);
}

.contact-details {
    display: grid;
    gap: 0;
}

.contact-detail {
    min-height: 112px;
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 22px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.12);
}

.contact-detail:last-child {
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.contact-detail-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(213,166,71,.55);
    border-radius: 50%;
}

.contact-detail-icon i {
    font-size: 18px;
    color: #d5a647;
}

.contact-detail-text small {
    display: block;
    margin-bottom: 6px;
    font-family: 'Antonio', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #d5a647;
}

.contact-detail-text strong {
    font-size: 15px;
    line-height: 1.5;
}

/* FORM CARD */
.contact-form-card {
    position: relative;
    z-index: 5;
    margin: 56px 0 56px -34px;
    padding: 72px 70px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(0,0,0,.16);
    border: 1px solid rgba(0,0,0,.12);
}

.contact-form-heading {
    margin-bottom: 48px;
}

.contact-form-heading span {
    display: block;
    margin-bottom: 10px;
    font-family: 'Antonio', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #98000f;
}

.contact-form-heading h3 {
    margin: 0;
    font-size: clamp(34px, 3vw, 52px);
    color: #111;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.form-field {
    margin-bottom: 28px;
}

.form-field label {
    display: block;
    margin-bottom: 10px;
    font-family: 'Antonio', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    color: #171717;
}

.form-field label span {
    color: #98000f;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 16px 17px;
    background: #fafafa;
    border: 1px solid rgba(0,0,0,.11);
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #111;
    outline: none;
    transition: .2s ease;
}

.form-field textarea {
    min-height: 185px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    background: #fff;
    border-color: #d5a647;
    box-shadow: 0 0 0 3px rgba(213,166,71,.11);
}

.contact-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding-top: 8px;
}

.contact-form-footer p {
    max-width: 420px;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
}

.contact-submit {
    min-width: 190px;
    justify-content: space-between;
    gap: 28px;
    border: 0;
    cursor: pointer;
}

.contact-submit span {
    font-size: 20px;
    transition: transform .2s ease;
}

.contact-submit:hover span {
    transform: translateX(5px);
}

.contact-submit:disabled {
    opacity: .65;
    cursor: wait;
}

.contact-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-status {
    display: none;
    margin-top: 24px;
    padding: 15px 17px;
    font-size: 14px;
    font-weight: 600;
}

.form-status.success,
.form-status.error {
    display: block;
}

.form-status.success {
    background: #edf7ee;
    border: 1px solid #b8dbbd;
    color: #2f6536;
}

.form-status.error {
    background: #fff0f0;
    border: 1px solid #e3bcbc;
    color: #8c1f29;
}
