.elementor-49842 .elementor-element.elementor-element-f4fd464{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:769px){.elementor-49842 .elementor-element.elementor-element-f4fd464{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a21fc68 *//* ======================================================
   OZI GAMING UK – PREMIUM WOODMART FOOTER
====================================================== */

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

.ozi-footer {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #05080d;
    color: #aab5c4;
    font-family: inherit;
}

/* Top glowing line */
.ozi-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    width: 92%;
    height: 2px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        #22d3ee 25%,
        #22d3ee 75%,
        transparent 100%
    );
    box-shadow:
        0 0 12px rgba(34, 211, 238, 0.65),
        0 0 30px rgba(34, 211, 238, 0.25);
}

/* Gaming grid background */
.ozi-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.035;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.9) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.9) 1px,
            transparent 1px
        );
    background-size: 48px 48px;
}

/* Main section */
.ozi-footer-main {
    position: relative;
    z-index: 1;
    padding: 75px 30px 55px;
    background:
        radial-gradient(
            circle at 20% 0%,
            rgba(34, 211, 238, 0.09),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 20%,
            rgba(59, 130, 246, 0.06),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #0a1018 0%,
            #05080d 100%
        );
}

.ozi-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr 1fr 1.25fr;
    gap: 50px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Footer columns */
.ozi-footer-column {
    min-width: 0;
}

.ozi-footer-logo-link {
    display: inline-block;
    margin-bottom: 22px;
}

.ozi-footer-logo {
    display: block;
    width: auto;
    max-width: 120px;
    max-height: 65px;
    object-fit: contain;
    filter: drop-shadow(
        0 0 14px rgba(34, 211, 238, 0.16)
    );
}

.ozi-footer-description {
    max-width: 360px;
    margin: 0 0 25px;
    color: #929ead;
    font-size: 14px;
    line-height: 1.85;
}

/* Headings */
.ozi-footer-heading {
    position: relative;
    margin: 0 0 26px;
    padding: 0 0 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.ozi-footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    border-radius: 20px;
    background: #22d3ee;
    box-shadow: 0 0 10px rgba(34, 211, 238, 0.65);
}

/* Standard footer links */
.ozi-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ozi-footer-links li {
    position: relative;
    margin: 0 0 13px;
    padding: 0 0 0 17px;
    line-height: 1.55;
}

.ozi-footer-links li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #22d3ee;
    transform: rotate(45deg);
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ozi-footer-links li:hover::before {
    background: #22d3ee;
    box-shadow: 0 0 8px rgba(34, 211, 238, 0.8);
}

.ozi-footer a {
    text-decoration: none;
}

.ozi-footer-links a {
    display: inline-block;
    color: #aab5c4;
    font-size: 14px;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.ozi-footer-links a:hover {
    color: #22d3ee;
    transform: translateX(4px);
}

/* Social buttons */
.ozi-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ozi-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(34, 211, 238, 0.24);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.035);
    color: #ffffff;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.ozi-footer-socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.ozi-footer-socials a:hover {
    transform: translateY(-4px);
    border-color: #22d3ee;
    background: #22d3ee;
    color: #031014;
    box-shadow: 0 8px 24px rgba(34, 211, 238, 0.22);
}

/* Contact details */
.ozi-footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ozi-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 17px;
    color: #aab5c4;
    font-size: 14px;
    line-height: 1.55;
}

.ozi-footer-contact li > div {
    min-width: 0;
}

.ozi-contact-icon {
    display: inline-flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(34, 211, 238, 0.22);
    border-radius: 8px;
    background: rgba(34, 211, 238, 0.055);
    color: #22d3ee;
}

.ozi-contact-icon svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

.ozi-contact-label {
    display: block;
    margin-bottom: 2px;
    color: #697789;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.ozi-footer-contact a {
    color: #c5ced9;
    overflow-wrap: anywhere;
    transition: color 0.25s ease;
}

.ozi-footer-contact a:hover {
    color: #22d3ee;
}

/* Trust badges */
.ozi-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
}

.ozi-footer-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 10px;
    border: 1px solid rgba(34, 211, 238, 0.16);
    border-radius: 6px;
    background: rgba(34, 211, 238, 0.045);
    color: #8fa0b2;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

/* Bottom copyright area */
.ozi-footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    background: #030609;
}

.ozi-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    max-width: 1400px;
    min-height: 74px;
    margin: 0 auto;
    padding: 18px 30px;
}

.ozi-footer-bottom p {
    margin: 0;
    color: #687587;
    font-size: 12px;
    line-height: 1.6;
}

.ozi-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
}

.ozi-footer-bottom-links a {
    color: #7d8999;
    font-size: 12px;
    transition: color 0.25s ease;
}

.ozi-footer-bottom-links a:hover {
    color: #22d3ee;
}

/* Tablet */
@media only screen and (max-width: 1100px) {

    .ozi-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 55px;
    }

    .ozi-footer-main {
        padding: 65px 30px 50px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {

    .ozi-footer-main {
        padding: 50px 22px 38px;
    }

    .ozi-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ozi-footer-description {
        max-width: 100%;
    }

    .ozi-footer-logo {
    max-width: 110px;
    max-height: 55px;
}

    .ozi-footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        min-height: auto;
        padding: 23px 20px;
        text-align: center;
    }

    .ozi-footer-bottom-links {
        justify-content: center;
        gap: 10px 18px;
    }
}

/* Small mobile */
@media only screen and (max-width: 420px) {

    .ozi-footer-main {
        padding-right: 18px;
        padding-left: 18px;
    }

    .ozi-footer-contact li {
        gap: 10px;
    }

    .ozi-footer-trust span {
        font-size: 9px;
    }
}

.ozi-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

html,
body {
    overflow-x: clip;
}/* End custom CSS */