.dlt-footer {
    position: relative;
    width: 100%;
    padding: 40px 18px;
    overflow: hidden;
    isolation: isolate;
}

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

.dlt-footer__bg,
.dlt-footer__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.dlt-footer__bg {
    background:
        linear-gradient(135deg, rgba(8, 18, 38, .86), rgba(8, 55, 80, .68)),
        radial-gradient(circle at 12% 10%, rgba(var(--dlt-global-primary-rgb, 14,165,233), .30), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(255,255,255,.16), transparent 30%);
    background-size: cover;
    background-position: center center;
    filter: saturate(1.08) contrast(1.02);
    transform: scale(1.02);
}

.dlt-footer__overlay {
    background: rgba(5,12,28,.68);
    opacity: 1;
}

.dlt-footer__inner {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 38px 38px 24px;
    border-radius: 34px;
    overflow: hidden;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.20);
    box-shadow: 0 28px 76px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.18);
    backdrop-filter: blur(22px) saturate(1.16);
    -webkit-backdrop-filter: blur(22px) saturate(1.16);
}

.dlt-footer__inner:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 4% 0, rgba(var(--dlt-global-primary-rgb, 14,165,233), .18), transparent 28%),
        radial-gradient(circle at 100% 20%, rgba(255,255,255,.16), transparent 30%),
        linear-gradient(115deg, transparent 20%, rgba(255,255,255,.08) 52%, transparent 82%);
    pointer-events: none;
}

.dlt-footer__grid,
.dlt-footer__bottom {
    position: relative;
    z-index: 2;
}

.dlt-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.15fr) minmax(145px, .62fr) minmax(170px, .72fr) minmax(250px, .98fr);
    gap: 26px;
    align-items: stretch;
}

.dlt-footer__grid:has(.dlt-footer__newsletter) {
    grid-template-columns: minmax(240px, 1fr) minmax(130px, .55fr) minmax(160px, .65fr) minmax(230px, .8fr) minmax(230px, .8fr);
}

.dlt-footer__brand,
.dlt-footer__links-col,
.dlt-footer__important-col,
.dlt-footer__contact-col,
.dlt-footer__newsletter {
    min-width: 0;
}

.dlt-footer__brand {
    padding: 4px 4px 4px 0;
}

.dlt-footer__col-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 16px 38px rgba(0,0,0,.10);
    backdrop-filter: blur(16px) saturate(1.1);
    -webkit-backdrop-filter: blur(16px) saturate(1.1);
}

.dlt-footer__logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 10px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 14px 34px rgba(0,0,0,.10);
}

.dlt-footer__logo img {
    display: block;
    width: 120px;
    max-width: 100%;
    height: auto;
}

.dlt-footer__name {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -.03em;
}

.dlt-footer__tagline {
    max-width: 420px;
    margin: 12px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.75;
}

.dlt-footer__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .07em;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.dlt-footer__badge span {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    background: var(--dlt-global-primary, #0EA5E9);
}

.dlt-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.dlt-footer__social-link {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    text-decoration: none;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.dlt-footer__social-link:hover {
    transform: translateY(-2px);
    background: var(--dlt-global-primary, #0EA5E9);
    color: #fff;
}

.dlt-footer__social-link svg,
.dlt-footer__contact-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
    color: currentColor;
}

.dlt-footer__social-link svg path,
.dlt-footer__contact-icon svg path {
    fill: currentColor;
    color: currentColor;
}

.dlt-footer__social-link i,
.dlt-footer__contact-icon i {
    font-size: 18px;
    color: currentColor;
    line-height: 1;
}

.dlt-footer__heading {
    margin: 0 0 16px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.dlt-footer__links {
    display: grid;
    gap: 10px;
}

.dlt-footer__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
    transition: color .22s ease, transform .22s ease;
}

.dlt-footer__link:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--dlt-global-primary, #0EA5E9);
    opacity: .9;
    transition: opacity .22s ease, transform .22s ease;
}

.dlt-footer__link:hover {
    color: #fff;
    transform: translateX(4px);
}

.dlt-footer__link:hover:before {
    opacity: 1;
    transform: scale(1.25);
}

.dlt-footer__contact-list {
    display: grid;
    gap: 12px;
}

.dlt-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
    text-decoration: none;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.dlt-footer__contact-item:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.16);
    box-shadow: 0 16px 34px rgba(0,0,0,.10);
}

.dlt-footer__contact-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    background: var(--dlt-global-primary, #0EA5E9);
    box-shadow: 0 12px 24px rgba(var(--dlt-global-primary-rgb, 14,165,233), .26);
    overflow: hidden;
}

.dlt-footer__contact-icon svg {
    width: 19px;
    height: 19px;
}

.dlt-footer__contact-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.dlt-footer__contact-copy span {
    color: rgba(255,255,255,.58);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.dlt-footer__contact-copy strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 750;
    word-break: break-word;
}

.dlt-footer__newsletter p {
    margin: 0 0 14px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.65;
}

.dlt-footer__newsletter input {
    border-radius: 14px !important;
}

.dlt-footer__newsletter button,
.dlt-footer__newsletter input[type=submit] {
    width: 100%;
    border-radius: 14px !important;
    background: var(--dlt-global-primary, #0EA5E9) !important;
    color: #fff !important;
    border: 0 !important;
}

.dlt-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.5;
}

.dlt-footer__bottom span:last-child {
    text-align: right;
}

@media(max-width:1200px) {
    .dlt-footer__grid,
    .dlt-footer__grid:has(.dlt-footer__newsletter) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dlt-footer__brand {
        grid-column: 1 / -1;
    }
    .dlt-footer__tagline {
        max-width: 720px;
    }
}

@media(max-width:767px) {
    .dlt-footer {
        padding: 30px 12px;
    }
    .dlt-footer__inner {
        padding: 24px 18px 18px;
        border-radius: 24px;
    }
    .dlt-footer__grid,
    .dlt-footer__grid:has(.dlt-footer__newsletter) {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .dlt-footer__brand {
        padding-right: 0;
    }
    .dlt-footer__name {
        font-size: 24px;
    }
    .dlt-footer__tagline {
        font-size: 14px;
    }
    .dlt-footer__col-card {
        padding: 16px;
        border-radius: 22px;
    }
    .dlt-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .dlt-footer__bottom span:last-child {
        text-align: left;
    }
    .dlt-footer__contact-item {
        padding: 11px;
    }
    .dlt-footer__badge {
        white-space: normal;
        line-height: 1.35;
        border-radius: 18px;
    }
}


/* v1.9.3 - fixed mobile footer readability and desktop-like columns */
@media (max-width: 767px) {
    .dlt-footer {
        padding: 28px 10px !important;
    }

    .dlt-footer__bg {
        filter: saturate(1.12) contrast(1.04) brightness(.84) !important;
    }

    .dlt-footer__overlay {
        background: linear-gradient(135deg, rgba(5,12,28,.78), rgba(5,45,62,.72)) !important;
        opacity: 1 !important;
    }

    .dlt-footer__inner {
        padding: 22px 16px 16px !important;
        border-radius: 26px !important;
        background: rgba(7, 16, 34, .58) !important;
        border: 1px solid rgba(255,255,255,.18) !important;
        box-shadow: 0 22px 56px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.16) !important;
        backdrop-filter: blur(18px) saturate(1.12) !important;
        -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
    }

    .dlt-footer__grid,
    .dlt-footer__grid:has(.dlt-footer__newsletter) {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        align-items: stretch !important;
    }

    .dlt-footer__brand,
    .dlt-footer__contact-col,
    .dlt-footer__newsletter {
        grid-column: 1 / -1 !important;
    }

    .dlt-footer__brand {
        padding: 0 !important;
    }

    .dlt-footer__links-col,
    .dlt-footer__important-col {
        grid-column: auto !important;
    }

    .dlt-footer__col-card {
        padding: 15px !important;
        border-radius: 20px !important;
        background: rgba(255,255,255,.105) !important;
        border: 1px solid rgba(255,255,255,.16) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 12px 26px rgba(0,0,0,.10) !important;
        backdrop-filter: blur(14px) saturate(1.1) !important;
        -webkit-backdrop-filter: blur(14px) saturate(1.1) !important;
    }

    .dlt-footer__logo {
        margin-bottom: 12px !important;
        padding: 7px 9px !important;
        background: rgba(255,255,255,.94) !important;
    }

    .dlt-footer__name {
        color: #ffffff !important;
        font-size: 23px !important;
    }

    .dlt-footer__tagline,
    .dlt-footer__newsletter p {
        color: rgba(255,255,255,.82) !important;
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    .dlt-footer__heading {
        margin-bottom: 12px !important;
        color: #ffffff !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .dlt-footer__links {
        gap: 9px !important;
    }

    .dlt-footer__link,
    .dlt-footer__link:visited {
        color: rgba(255,255,255,.86) !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        gap: 7px !important;
    }

    .dlt-footer__link:before {
        width: 6px !important;
        min-width: 6px !important;
        height: 6px !important;
        background: var(--dlt-global-primary, #0EA5E9) !important;
        opacity: 1 !important;
    }

    .dlt-footer__contact-list {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .dlt-footer__contact-item {
        background: rgba(255,255,255,.11) !important;
        border: 1px solid rgba(255,255,255,.16) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.12) !important;
        padding: 12px !important;
        border-radius: 18px !important;
        color: #ffffff !important;
    }

    .dlt-footer__contact-icon {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        color: #ffffff !important;
        background: var(--dlt-global-primary, #0EA5E9) !important;
        border-radius: 14px !important;
        overflow: visible !important;
    }

    .dlt-footer__contact-icon svg,
    .dlt-footer__contact-icon i,
    .dlt-footer__social-link svg,
    .dlt-footer__social-link i {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        color: #ffffff !important;
        fill: currentColor !important;
    }

    .dlt-footer__contact-icon svg path,
    .dlt-footer__social-link svg path {
        fill: currentColor !important;
    }

    .dlt-footer__contact-copy span {
        color: rgba(255,255,255,.68) !important;
        font-size: 10.5px !important;
    }

    .dlt-footer__contact-copy strong {
        color: #ffffff !important;
        font-size: 13.5px !important;
    }

    .dlt-footer__social-link {
        background: rgba(255,255,255,.13) !important;
        color: #ffffff !important;
        border-color: rgba(255,255,255,.16) !important;
    }

    .dlt-footer__bottom {
        margin-top: 18px !important;
        padding-top: 16px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        color: rgba(255,255,255,.76) !important;
    }

    .dlt-footer__bottom span:last-child {
        text-align: left !important;
    }

    /* Prevent the footer from becoming invisible on iOS while scroll animations initialise */
    .dlt-footer .dlt-scroll-animate {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}


.dlt-footer__payments{ position:relative; z-index:2; margin-top:24px; padding:22px 24px; border-radius:24px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); text-align:center; }
.dlt-footer__payments-title{ margin-bottom:14px; color:#fff; font-size:16px; font-weight:700; letter-spacing:.03em; }
.dlt-footer__payments img{ display:block; max-width:100%; margin:0 auto; height:auto; border-radius:14px; }
@media (max-width:767px){ .dlt-footer__payments{ margin-top:18px; padding:18px; } }


/* v2.5.0 - payment methods under social icons */
.dlt-footer__payments--brand{
    margin-top:18px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
    text-align:left !important;
}
.dlt-footer__payments--brand .dlt-footer__payments-title{
    margin:0 0 8px !important;
    color:rgba(255,255,255,.78) !important;
    font-size:13px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
    letter-spacing:.03em !important;
}
.dlt-footer__payments--brand img{
    display:block !important;
    width:min(100%, 280px) !important;
    max-width:280px !important;
    height:auto !important;
    margin:0 !important;
    border-radius:12px !important;
    background:#fff !important;
    box-shadow:0 12px 30px rgba(0,0,0,.14) !important;
}
@media(max-width:767px){
    .dlt-footer__payments--brand{text-align:left !important;margin-top:16px !important;}
    .dlt-footer__payments--brand img{max-width:240px !important;}
}


/* v2.6.3 - mobile footer spacing */
@media (max-width:767px){
    .dlt-footer__inner {
        padding: 26px 18px 22px !important;
    }
    .dlt-footer__grid,
    .dlt-footer__grid:has(.dlt-footer__newsletter) {
        column-gap: 18px !important;
        row-gap: 22px !important;
    }
    .dlt-footer__brand {
        margin-bottom: 4px !important;
    }
    .dlt-footer__col-card {
        padding: 18px !important;
        margin: 0 !important;
    }
    .dlt-footer__links {
        gap: 11px !important;
    }
    .dlt-footer__contact-list,
    .dlt-footer__newsletter,
    .dlt-footer__payments--brand {
        margin-top: 4px !important;
    }
    .dlt-footer__payments--brand {
        margin-bottom: 6px !important;
    }
    .dlt-footer__bottom {
        margin-top: 22px !important;
        padding-top: 16px !important;
    }
}



/* v2.7.3 - smaller footer logo plate with working Elementor logo width control */
.dlt-footer .dlt-footer__logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    padding:9px 12px;
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 12px 28px rgba(2,8,23,.16);
    overflow:hidden;
}
.dlt-footer .dlt-footer__logo img{
    display:block;
    width:130px;
    max-width:100%;
    height:auto;
    object-fit:contain;
    background:transparent;
    box-shadow:none;
    border-radius:0;
}
@media(max-width:767px){
    .dlt-footer .dlt-footer__logo{
        padding:8px 10px;
        border-radius:12px;
    }
    .dlt-footer .dlt-footer__logo img{
        width:110px;
    }
}


/* v2.7.4 - restore white footer logo plate */
.dlt-footer .dlt-footer__logo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    padding:9px 12px;
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 12px 28px rgba(2,8,23,.16);
    overflow:hidden;
}
.dlt-footer .dlt-footer__logo img{
    display:block;
    max-width:100%;
    height:auto;
    object-fit:contain;
    background:transparent;
    box-shadow:none;
    border-radius:0;
}
@media(max-width:767px){
    .dlt-footer .dlt-footer__logo{
        padding:8px 10px;
        border-radius:12px;
    }
}
