/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* =========================================================
   DUI CHECKPOINTS FINDER
   PREMIUM 404 PAGE
   ========================================================= */

body.error404 .dcf-404-page {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.error404 .dcf-404-section {
    position: relative;
    overflow: hidden;
    padding: 90px 20px 100px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(21,154,156,.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(11,45,58,.08),
            transparent 35%
        ),
        #f7fafb;
}

body.error404 .dcf-404-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

/* 404 NUMBER */

body.error404 .dcf-404-number {
    flex: 0 0 auto;
    font-size: clamp(110px, 16vw, 190px);
    font-weight: 900;
    line-height: .85;
    letter-spacing: -10px;
    color: #0B2D3A;
    text-shadow:
        8px 8px 0 rgba(21,154,156,.12);
}

/* CONTENT */

body.error404 .dcf-404-content {
    max-width: 610px;
}

body.error404 .dcf-404-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 13px;
    border-radius: 30px;
    background: rgba(21,154,156,.10);
    color: #087f82;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

body.error404 .dcf-404-content h1 {
    margin: 0 0 15px;
    color: #0B2D3A;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1.5px;
}

body.error404 .dcf-404-content > p {
    max-width: 560px;
    margin: 0 0 28px;
    color: #53636b;
    font-size: 17px;
    line-height: 1.7;
}

/* BUTTONS */

body.error404 .dcf-404-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

body.error404 .dcf-404-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

body.error404 .dcf-404-home {
    background: #0B2D3A;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(11,45,58,.16);
}

body.error404 .dcf-404-home:hover {
    background: #123f4d;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(11,45,58,.22);
}

body.error404 .dcf-404-locations {
    background: #159A9C;
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(21,154,156,.16);
}

body.error404 .dcf-404-locations:hover {
    background: #087f82;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(21,154,156,.22);
}

/* SEARCH */

body.error404 .dcf-404-search {
    padding: 24px;
    border: 1px solid #dce6e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(11,45,58,.07);
}

body.error404 .dcf-404-search h2 {
    margin: 0 0 6px;
    color: #0B2D3A;
    font-size: 21px;
    font-weight: 750;
}

body.error404 .dcf-404-search p {
    margin: 0 0 16px;
    color: #65747b;
    font-size: 14px;
}

/* SEARCH FORM */

body.error404 .dcf-404-search form {
    display: flex;
    gap: 10px;
}

body.error404 .dcf-404-search form label {
    flex: 1;
    margin: 0;
}

body.error404 .dcf-404-search input[type="search"] {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #d4dfe2;
    border-radius: 7px;
    background: #fff;
    color: #1F2933;
    font-size: 15px;
}

body.error404 .dcf-404-search input[type="search"]:focus {
    border-color: #159A9C;
    outline: none;
    box-shadow: 0 0 0 3px rgba(21,154,156,.10);
}

body.error404 .dcf-404-search input[type="submit"] {
    min-height: 46px;
    padding: 0 19px;
    border: 0;
    border-radius: 7px;
    background: #0B2D3A;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

body.error404 .dcf-404-search input[type="submit"]:hover {
    background: #159A9C;
}

/* QUICK LINKS */

body.error404 .dcf-404-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-top: 24px;
}

body.error404 .dcf-404-links a {
    color: #087f82;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}

body.error404 .dcf-404-links a:hover {
    color: #0B2D3A;
    text-decoration: underline;
}

/* MOBILE */

@media (max-width: 767px) {

    body.error404 .dcf-404-section {
        padding: 55px 18px 65px;
    }

    body.error404 .dcf-404-container {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    body.error404 .dcf-404-number {
        font-size: 105px;
        letter-spacing: -6px;
    }

    body.error404 .dcf-404-content h1 {
        font-size: 34px;
    }

    body.error404 .dcf-404-content > p {
        font-size: 16px;
    }

    body.error404 .dcf-404-buttons {
        justify-content: center;
    }

    body.error404 .dcf-404-buttons a {
        width: 100%;
    }

    body.error404 .dcf-404-search {
        text-align: left;
        padding: 20px;
    }

    body.error404 .dcf-404-search form {
        flex-direction: column;
    }

    body.error404 .dcf-404-search input[type="submit"] {
        width: 100%;
    }

    body.error404 .dcf-404-links {
        justify-content: center;
        gap: 10px 18px;
    }
}



