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

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

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

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

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

/* APPOINTMENT */
.appointment-main {
    padding: 120px 0;
}

.appointment-main-inner {
    max-width: 900px;
}

.appointment-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.appointment-heading .tag {
    color: #98000f;
}

.appointment-heading h2 {
    margin-bottom: 20px;
}

.appointment-heading p {
    margin: 0 auto;
}

/* APPOINTMENT */
.appointment-main {
    position: relative;
    padding: 0 0 145px;
    background: #f5f5f5;
}

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

/* INFORMATION PANEL */
.appointment-info {
    position: relative;
    min-height: 720px;
    padding: 82px 76px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(110,0,11,.97), rgba(152,0,15,.94)),
        url('../images/ifc-logo.webp') center/cover no-repeat;
}

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

.appointment-info::after {
    content: '';
    position: absolute;
    right: -190px;
    bottom: -210px;
    width: 620px;
    height: 620px;
    border: 75px solid rgba(255,255,255,.035);
    border-radius: 50%;
}

.appointment-kicker {
    position: relative;
    z-index: 2;
    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;
}

.appointment-info h2 {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
    text-align: left;
    color: #fff;
}

.appointment-line {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 2px;
    margin-bottom: 34px;
    background: #d5a647;
}

.appointment-info > p {
    position: relative;
    z-index: 2;
    max-width: 470px;
    margin-bottom: 48px;
    color: rgba(255,255,255,.82);
}

.appointment-details {
    position: relative;
    z-index: 2;
}

.appointment-detail {
    padding: 24px 0;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    border-top: 1px solid rgba(255,255,255,.16);
}

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

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

.appointment-detail-icon i {
    font-size: 19px;
    color: #d5a647;
}

.appointment-detail h3 {
    margin-bottom: 7px;
    font-size: 20px;
    color: #fff;
}

.appointment-detail p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,.68);
}

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

.appointment-form-heading {
    margin-bottom: 25px;
}

.appointment-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;
}

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

/* Keeps the existing booking component centered within the card */
.appointment-form-card #appointment-container {
    max-width: none;
    padding: 0;
    margin: 0;
}