.contact-section {
    --ct-ink: #16213e;
    --ct-gold: #e3b75e;
    --ct-muted: #6f7782;
    padding: 30px 0 30px;
    background: linear-gradient(180deg, #fbfaf8 0, #f5f1ea 100%)
}

.contact-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px
}

.contact-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #a87928;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase
}

.contact-heading h2,
.contact-story h2,
.contact-form h2,
.contact-map h2 {
    margin: 0;
    color: var(--ct-ink);
    font-size: clamp(30px, 3.2vw, 46px);
    letter-spacing: -.035em
}

.contact-heading p {
    max-width: 650px;
    margin: 12px 0 0;
    color: var(--ct-muted);
    font-size: 13px;
    line-height: 1.75
}

.contact-trust {
    flex: 0 0 auto
}

.contact-trust img {
    display: block;
    width: 92px;
    max-height: 70px;
    object-fit: contain
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 30px
}

.contact-card {
    position: relative;
    min-height: 240px;
    padding: 28px;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(22, 33, 62, .07);
    overflow: hidden
}

.contact-card:after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -56px;
    width: 125px;
    height: 125px;
    border: 1px solid rgba(227, 183, 94, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(227, 183, 94, .04)
}

.contact-card__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 13px;
    place-items: center;
    font-size: 28px;
}

.contact-card__icon--blue {
    background: #e8f7fb;
    color: #2487a2
}

.contact-card__icon--rose {
    background: #fff0f2;
    color: #d94b60
}

.contact-card__icon--gold {
    background: #fff4e7;
    color: #dc762e
}

.contact-card h3 {
    margin: 0 0 7px;
    color: var(--ct-ink);
    font-size: 25px;
}

.contact-card p {
    margin-bottom: 7px;
    /* color: var(--ct-muted); */
    font-size: 14px;
    line-height: 1.65
}

.contact-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px
}

.contact-card__actions a,
.contact-card__link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f3f1f7;
    color: var(--ct-ink);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-card__actions a:hover,
.contact-card__link:hover {
    background: var(--ct-gold);
    color: var(--ct-ink)
}

.contact-card address {
    /* position: relative; */
    /* z-index: 1; */
    /* margin: 12px 0 0; */
    /* color: #555e6b; */
    font-size: 10px;
    font-style: normal;
    line-height: 1.65;
    margin-bottom: 0;
    color: var(--ct-ink);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.contact-card address i {
    margin-right: 5px;
    color: #a87928
}

.contact-socials {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px
}

.contact-socials a {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    place-items: center;
    background: var(--ct-ink);
    color: #fff;
    font-size: 13px
}

.contact-socials a:hover {
    background: var(--ct-gold);
    color: var(--ct-ink);
    transform: translateY(-2px)
}

.contact-main {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
    align-items: start;
    gap: 30px;
    margin-top: 30px
}

.contact-story {
    position: sticky;
    top: 110px;
    align-self: start;
    height: fit-content;
    padding: 44px 40px;
    border-radius: 24px;
    background: var(--ct-ink);
    color: #fff;
    overflow: hidden
}

.contact-story:after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -145px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(227, 183, 94, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(227, 183, 94, .035), 0 0 0 90px rgba(227, 183, 94, .02)
}

.contact-story .contact-eyebrow {
    color: var(--ct-gold)
}

.contact-story h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 38px;
    line-height: 1.1
}

.contact-story>p {
    position: relative;
    z-index: 1;
    margin: 19px 0 28px;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.8
}

.contact-story ul {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-story li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    line-height: 1.55
}

.contact-story li>i {
    display: grid;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    place-items: center;
    background: rgba(227, 183, 94, .15);
    color: var(--ct-gold);
    font-size: 9px
}

.contact-story strong {
    display: block;
    color: #fff;
    font-size: 12px
}

.contact-form {
    padding: 22px 28px;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(22, 33, 62, .08)
}

.contact-form h2 {
    font-size: 32px
}

.contact-form__intro {
    margin: 8px 0 24px;
    color: var(--ct-muted);
    font-size: 11px
}

.contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 18px;
}

.contact-field--full {
    grid-column: 1/-1
}

.contact-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--ct-ink);
    font-size: 14px;
    font-weight: 750
}

.contact-field label b {
    color: #b63636
}

.contact-field input,
.contact-field textarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd7ce;
    border-radius: 10px;
    outline: 0;
    background: #fcfbf9;
    color: var(--ct-ink);
    font-size: 12px
}

.contact-field input {
    height: 48px;
    padding: 0 14px
}

.contact-field input[type="hidden"] {
    display: none
}

.contact-phone-field .iti {
    width: 100%
}

.contact-phone-field .iti input {
    width: 100%
}

.contact-phone-field .iti__selected-country {
    padding: 0 11px 0 13px;
    border-right: 1px solid #ddd7ce;
    border-radius: 10px 0 0 10px;
    background: #f5f1ea
}

.contact-phone-field .iti__selected-dial-code {
    color: var(--ct-ink);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 700
}

.iti__country-container,
.iti__country-list {
    font-family: Inter, sans-serif
}

.iti__country-name,
.iti__dial-code {
    font-size: 12px
}

.contact-field textarea {
    min-height: 125px;
    padding: 13px 14px;
    resize: vertical
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: #b78938;
    box-shadow: 0 0 0 3px rgba(227, 183, 94, .16)
}

.contact-field small {
    display: block;
    min-height: 14px;
    margin-top: 4px;
    color: #b63737;
    font-size: 9px
}

.contact-field.is-invalid input,
.contact-field.is-invalid textarea {
    border-color: #c94c4c;
    background: #fffafa
}

.contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 3px 0 20px;
    cursor: pointer
}

.contact-consent input {
    position: absolute;
    opacity: 0
}

.contact-consent>span {
    display: grid;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid #d6cfc4;
    border-radius: 6px;
    place-items: center;
    color: transparent
}

.contact-consent input:checked+span {
    border-color: var(--ct-gold);
    background: var(--ct-gold);
    color: var(--ct-ink)
}

.contact-consent em {
    color: var(--ct-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.6
}

.contact-form__status {
    margin: 0 0 12px;
    color: #a52f2f;
    font-size: 10px
}

.contact-form button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    gap: 9px;
    padding: 10px 11px 10px 18px;
    border: 0;
    border-radius: 10px;
    background: var(--ct-ink);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0 auto;
}

.contact-form button i {
    display: grid;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    place-items: center;
    background: var(--ct-gold);
    color: var(--ct-ink)
}

.contact-form button:hover {
    background: #233357
}

.contact-form button:hover i {
    transform: translateX(3px)
}

.contact-map {
    margin-top: 30px;
    padding: 24px;
    border: 1px solid rgba(22, 33, 62, .07);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(22, 33, 62, .07)
}

.contact-map__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding: 3px 4px 20px
}

.contact-map h2 {
    font-size: 27px
}

.contact-map__heading a {
    color: #8b6325;
    font-size: 10px;
    font-weight: 750
}

.contact-map__heading a i {
    margin-left: 5px
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
    border-radius: 16px;
    filter: saturate(.75) contrast(.95)
}

@media(max-width:991px) {
    .contact-section {
        padding: 65px 0 80px
    }

    .contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .contact-card:last-child {
        grid-column: 1/-1
    }

    .contact-main {
        grid-template-columns: 1fr
    }

    .contact-story {
        position: relative;
        top: auto;
        padding: 38px
    }

    .contact-map iframe {
        height: 320px
    }
}

@media(max-width:767px) {
    .contact-section {
        padding: 48px 0 65px
    }

    .contact-heading {
        align-items: flex-start
    }

    .contact-trust img {
        width: 72px
    }

    .contact-heading h2 {
        font-size: 32px
    }

    .contact-cards {
        grid-template-columns: 1fr
    }

    .contact-card:last-child {
        grid-column: auto
    }

    .contact-card {
        min-height: auto;
        padding: 23px
    }

    .contact-story {
        padding: 30px 23px;
        border-radius: 19px;
        order: 2;
    }

    .contact-story h2 {
        font-size: 32px
    }

    .contact-form {
        padding: 28px 20px;
        border-radius: 19px;
        order: 1;
    }

    .contact-form__grid {
        grid-template-columns: 1fr
    }

    .contact-field--full {
        grid-column: auto
    }

    .contact-map {
        padding: 15px;
        border-radius: 19px
    }

    .contact-map__heading {
        display: block
    }

    .contact-map__heading a {
        display: inline-block;
        margin-top: 12px
    }

    .contact-map iframe {
        height: 280px;
        /* border-radius: 12px; */
    }
}

@media(max-width:480px) {
    .contact-heading {
        display: block
    }

    .contact-trust {
        display: inline-block;
        margin-top: 20px
    }

    .contact-form h2 {
        font-size: 28px
    }


}