.dlt-home-contact,
.dlt-home-contact * {
    box-sizing: border-box;
}

.dlt-home-contact {
    width: 100%;
    --dlt-home-contact-primary: var(--dlt-global-primary, #0EA5E9);
    --dlt-home-contact-dark: #071B2F;
    --dlt-home-contact-muted: #64748B;
}

.dlt-home-contact__inner {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.dlt-home-contact__inner::before {
    display: none;
}

.dlt-home-contact__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.dlt-home-contact__content-card,
.dlt-home-contact__form-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.dlt-home-contact__content-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 36px 32px;
    isolation: isolate;
    overflow: hidden;
    background-clip: padding-box;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: translateZ(0);
    background:
        radial-gradient(circle at 0% 0%, rgba(14,165,233,.32), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(56,189,248,.18), transparent 42%),
        linear-gradient(145deg, #071B2F 0%, #08243F 52%, #061424 100%);
    border: 1px solid rgba(125,211,252,.22);
    box-shadow: 0 24px 60px rgba(2,8,23,.22), inset 0 1px 0 rgba(255,255,255,.10);
    color: #fff;
}

.dlt-home-contact__content-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(3,18,34,.68) 0%, rgba(3,18,34,.48) 54%, rgba(3,18,34,.26) 100%);
    backdrop-filter: blur(8px) saturate(1.12);
    -webkit-backdrop-filter: blur(8px) saturate(1.12);
}

.dlt-home-contact__content-card > *:not(.dlt-home-contact__glow) {
    position: relative;
    z-index: 2;
}

.dlt-home-contact__glow {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    filter: blur(16px);
    opacity: .72;
    pointer-events: none;
}

.dlt-home-contact__glow--one {
    width: 170px;
    height: 170px;
    right: -80px;
    top: -60px;
    background: rgba(14,165,233,.36);
}

.dlt-home-contact__glow--two {
    width: 140px;
    height: 140px;
    left: -80px;
    bottom: -70px;
    background: rgba(56,189,248,.20);
}

.dlt-home-contact__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin: 0 0 12px;
    color: #8FE3FF;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.dlt-home-contact__badge::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(143,227,255,.55);
}

.dlt-home-contact__title {
    margin: 0;
    max-width: 430px;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.04em;
}

.dlt-home-contact__description {
    margin-top: 18px;
    max-width: 500px;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.dlt-home-contact__description p {
    margin: 0;
}

.dlt-home-contact__contact-heading {
    margin-top: 26px;
    color: #8FE3FF;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.dlt-home-contact__contact-list {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.dlt-home-contact__contact-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 14px 34px rgba(2,8,23,.12);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
}

.dlt-home-contact__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: var(--dlt-home-contact-primary);
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    font-size: 16px;
    line-height: 1;
}

.dlt-home-contact__contact-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.dlt-home-contact__contact-text {
    min-width: 0;
}

.dlt-home-contact__contact-label {
    display: block;
    margin-bottom: 3px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.dlt-home-contact__contact-value,
.dlt-home-contact__contact-link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    word-break: break-word;
}

.dlt-home-contact__contact-link:hover {
    color: #8FE3FF;
}

.dlt-home-contact__side-note {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 18px 44px rgba(2,8,23,.14);
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
}

.dlt-home-contact__side-note-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 15px;
    color: #8FE3FF;
    background: rgba(14,165,233,.20);
    border: 1px solid rgba(143,227,255,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
    font-size: 16px;
    line-height: 1;
}

.dlt-home-contact__side-note-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.dlt-home-contact__side-note-content {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.dlt-home-contact__side-note-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.dlt-home-contact__side-note-text {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.dlt-home-contact__form-card {
    padding: 30px 30px 22px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: 0 20px 60px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.dlt-home-contact__form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        radial-gradient(circle at 92% 0%, rgba(14,165,233,.12), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.28), transparent 52%);
}

.dlt-home-contact__form-card > * {
    position: relative;
    z-index: 1;
}

.dlt-home-contact__form-card .fluentform,
.dlt-home-contact__form-card .frm-fluent-form,
.dlt-home-contact__form-card form {
    width: 100%;
}

.dlt-home-contact__form-card .ff-el-group {
    margin-bottom: 14px !important;
}

.dlt-home-contact__form-card .ff-t-container {
    gap: 16px !important;
    margin-bottom: 0 !important;
}

.dlt-home-contact__form-card .ff-t-cell {
    width: 100% !important;
    min-width: 0 !important;
}

.dlt-home-contact__form-card label,
.dlt-home-contact__form-card .ff-el-input--label label {
    color: #1E293B;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 7px;
}

.dlt-home-contact__form-card .ff-el-form-control,
.dlt-home-contact__form-card input:not([type="submit"]),
.dlt-home-contact__form-card textarea,
.dlt-home-contact__form-card select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 48px;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(15,23,42,.12) !important;
    background: #fff !important;
    color: #0F172A !important;
    box-shadow: 0 10px 24px rgba(15,23,42,.045);
    outline: none !important;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.dlt-home-contact__form-card input:not([type="submit"]),
.dlt-home-contact__form-card select,
.dlt-home-contact__form-card .ff-el-form-control:not(textarea) {
    height: 48px;
}

.dlt-home-contact__form-card textarea {
    min-height: 82px;
    resize: vertical;
}

.dlt-home-contact__form-card .ff-el-form-control:focus,
.dlt-home-contact__form-card input:not([type="submit"]):focus,
.dlt-home-contact__form-card textarea:focus,
.dlt-home-contact__form-card select:focus {
    border-color: var(--dlt-home-contact-primary) !important;
    box-shadow: 0 0 0 4px rgba(14,165,233,.14), 0 10px 24px rgba(15,23,42,.06) !important;
}

.dlt-home-contact__form-card input::placeholder,
.dlt-home-contact__form-card textarea::placeholder {
    color: #9AA6B6;
}

.dlt-home-contact__form-card .iti,
.dlt-home-contact__form-card .ff-el-phone {
    width: 100% !important;
}

.dlt-home-contact__form-card .iti {
    display: block !important;
    position: relative;
}

.dlt-home-contact__form-card .iti__flag-container {
    left: 10px !important;
    z-index: 5 !important;
}

.dlt-home-contact__form-card .iti input,
.dlt-home-contact__form-card .iti input[type="tel"],
.dlt-home-contact__form-card .ff-el-phone input,
.dlt-home-contact__form-card input[type="tel"] {
    padding-left: 58px !important;
}

.dlt-home-contact__form-card .iti--separate-dial-code input,
.dlt-home-contact__form-card .iti--separate-dial-code input[type="tel"] {
    padding-left: 104px !important;
}

.dlt-home-contact__form-card .iti__selected-flag {
    height: 100% !important;
    border-radius: 10px 0 0 10px;
}

.dlt-home-contact__form-card .ff-el-phone .ff-el-form-control::placeholder,
.dlt-home-contact__form-card input[type="tel"]::placeholder {
    opacity: .85;
}

.dlt-home-contact__form-card .ff-btn-submit,
.dlt-home-contact__form-card button[type="submit"],
.dlt-home-contact__form-card input[type="submit"] {
    width: 100% !important;
    min-height: 54px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--dlt-home-contact-primary) !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(14,165,233,.26) !important;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.dlt-home-contact__form-card .ff-btn-submit:hover,
.dlt-home-contact__form-card button[type="submit"]:hover,
.dlt-home-contact__form-card input[type="submit"]:hover {
    transform: translateY(-1px);
    background: #0284C7 !important;
    box-shadow: 0 20px 40px rgba(14,165,233,.30) !important;
}

.dlt-home-contact__form-card .ff-message-success,
.dlt-home-contact__form-card .ff-errors-in-stack,
.dlt-home-contact__form-card .ff-el-is-error .text-danger {
    border-radius: 14px !important;
}

.dlt-home-contact__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    color: #64748B;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.dlt-home-contact__privacy-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: rgba(14,165,233,.10);
    color: var(--dlt-home-contact-primary);
    font-size: 10px;
    font-weight: 800;
}

.dlt-home-contact__privacy-icon i {
    font-size: 10px;
    line-height: 1;
}

.dlt-home-contact__privacy-icon svg {
    width: 10px;
    height: 10px;
    display: block;
    fill: currentColor;
}

.dlt-home-contact__privacy-text {
    min-width: 0;
}

@media (max-width: 1024px) {
    .dlt-home-contact__grid {
        grid-template-columns: 1fr;
    }

    .dlt-home-contact__content-card {
        min-height: auto;
    }

    .dlt-home-contact__title,
    .dlt-home-contact__description {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .dlt-home-contact__inner {
        padding: 0;
        border-radius: 0;
    }

    .dlt-home-contact__content-card,
    .dlt-home-contact__form-card {
        border-radius: 20px;
    }

    .dlt-home-contact__content-card {
        padding: 26px 22px;
    }

    .dlt-home-contact__form-card {
        padding: 20px 16px 16px;
    }

    .dlt-home-contact__title {
        font-size: 30px;
    }

    .dlt-home-contact__description {
        font-size: 15px;
        line-height: 1.65;
    }

    .dlt-home-contact__contact-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .dlt-home-contact__contact-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .dlt-home-contact__side-note {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 14px;
    }

    .dlt-home-contact__side-note-icon {
        width: 40px;
        height: 40px;
        border-radius: 13px;
    }

    .dlt-home-contact__form-card .ff-t-container {
        display: block !important;
    }

    .dlt-home-contact__form-card .ff-t-cell {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 14px !important;
    }
}
