/* _content/DJStenttromLtd/Site/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-p08pvulzyj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-p08pvulzyj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DJStenttromLtd/Site/Pages/ComingSoon.razor.rz.scp.css */
.landing-page[b-lhqof8dsut] {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: var(--main-body-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area[b-lhqof8dsut] {
    background: var(--main-content-color);
    width: 90%;
    height: 75%;
    border: 7px solid var(--black-color);
    border-radius: 15px;
    box-shadow: 2px 4px 12px grey;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.background-colour-block[b-lhqof8dsut] {
    background: var(--tertiary-color);
}

.landing-page .background-colour-block[b-lhqof8dsut] {
    position: absolute;
    right: 0;
    width: 32%;
    height: 100vh;
    z-index: 1;
}

.content-area .background-colour-block[b-lhqof8dsut] {
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
}

.logo[b-lhqof8dsut] {
    border-radius: 15px;
    width: 160px;
    height: 70px;
    overflow: hidden;
    margin: 10px;
}

    .logo img[b-lhqof8dsut] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.image-container[b-lhqof8dsut] {
    height: 88%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54%;
    z-index: 5;
    overflow: hidden;
    border-top-left-radius: 10px;
}

    .image-container img[b-lhqof8dsut] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 100% 23%;
    }

    .image-container .overlay[b-lhqof8dsut] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(var(--primary-color-rgba), .4);
        pointer-events: none;
    }

.block-container[b-lhqof8dsut] {
    height: 35%;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    z-index: 6;
}

    .block-container > div[b-lhqof8dsut] {
        height: 100%;
    }

    .block-container .transparent[b-lhqof8dsut] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: unset !important;
        padding-left: 10px;
        color: var(--primary-color);
    }

    .block-container .solid[b-lhqof8dsut] {
        background: var(--primary-color);
        flex: 1;
        border-top-left-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .block-container .content-block[b-lhqof8dsut] {
        background: rgba(var(--primary-color-rgba), .6);
        width: 27%;
        backdrop-filter: blur(3px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 1.5vw;
        color: var(--main-content-color);
    }

.content-block .position[b-lhqof8dsut] {
    font-size: 1.2vw;
    font-weight: 600;
    color: var(--tertiary-color);
}

.content-block .description[b-lhqof8dsut] {
    font-size: .8vw;
}

.copyright[b-lhqof8dsut] {
    font-size: 12px;
    position: fixed;
    bottom: 20px;
}

    .copyright[b-lhqof8dsut]::before {
        content: "\00A9";
        margin-right: 5px;
    }

.powered-by[b-lhqof8dsut] {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
}

    .powered-by .logo[b-lhqof8dsut] {
        width: 175px;
        height: 45px;
    }

        .powered-by .logo img[b-lhqof8dsut] {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }

.header-text[b-lhqof8dsut] {
    position: absolute;
    font-size: 4vw;
    top: 30%;
    left: 5%;
    z-index: 10;
    font-weight: 300;
    color: var(--primary-color);
}

    .header-text .bld[b-lhqof8dsut] {
        font-weight: 600;
        color: var(--tertiary-color);
    }

[b-lhqof8dsut].email-icon svg {
    fill: var(--main-content-color);
    height: 20px;
    width: 20px;
    padding-left: 9px;
}

.subheader[b-lhqof8dsut] {
    color: var(--black-color);
    font-size: 1.5vw;
    line-height: 0.5px;
}

.email-container[b-lhqof8dsut] {
    background: var(--main-content-color);
    display: flex;
    padding: 5px 15px;
    border-radius: 10px;
}

.email-container[b-lhqof8dsut] {
    position: relative;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    cursor: pointer;
}

    .email-container a[b-lhqof8dsut] {
        text-decoration: none;
        color: var(--black-color);
        font-size: .8vw;
    }

.email-icon[b-lhqof8dsut] {
    background: var(--tertiary-color);
    display: flex;
    align-items: center;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 40px;
    height: 30px;
    border-radius: 10px;
    transition: width .5s ease;
}

    .email-icon .text[b-lhqof8dsut] {
        opacity: 0; /* Initially hide the text */
        transform: translateX(100%); /* Position the text off the screen to the right */
        transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for text */
        position: absolute;
        font-size: .7vw;
        opacity: 0;
        transform: translateX(100%);
        transition: transform 0.3s ease, opacity 0.3s ease;
        width: 100px;
        cursor: pointer;
        color: var(--main-content-color);
    }

.email-container:hover .email-icon .text[b-lhqof8dsut] {
    opacity: 1;
    transform: translateX(-0);
    padding-left: 34px;
    color: var(--main-content-color);
}

.email-container:hover .email-icon[b-lhqof8dsut] {
    width: 100px;
}

.title[b-lhqof8dsut] {
    left: 20%;
    height: 10%;
    position: absolute;
    top: 4px;
    font-size: 1.2vw;
    display: flex;
    color: var(--primary-color);
    align-items: center;
}

    .title .bld[b-lhqof8dsut] {
        font-weight: 600;
        color: var(--tertiary-color);
    }

@media screen and (max-width: 992px) {

    .copyright[b-lhqof8dsut] {
        right: 20px;
        bottom: 19px;
        font-size: 9px;
    }

    .powered-by[b-lhqof8dsut] {
        position: fixed;
        bottom:0;
        font-size: 9px;
    }

        .powered-by .logo[b-lhqof8dsut] {
            height: 30px;
            width: 140px;
        }

    .block-container .solid[b-lhqof8dsut] {
        position: absolute;
        z-index: 10;
        height: 75px;
        width: 80%;
        right: 0px;
        bottom: 0;
        border-top-left-radius: unset;
    }

    .email-container a[b-lhqof8dsut] {
        font-size: 3.4vw;
    }

    .email-icon .text[b-lhqof8dsut] {
        font-size: 3.4vw;
    }

    .content-area > .logo[b-lhqof8dsut] {
        border-radius: 15px;
        width: 120px;
        height: 40px;
        overflow: hidden;
        margin: 10px;
        position: absolute;
        right: 5px;
        top: 8px;
        z-index: 10;
    }

    .content-area .title[b-lhqof8dsut] {
        left: 15px;
        font-size: 2.7vw;
        width: 190px;
        top: 10px;
    }

    .image-container[b-lhqof8dsut] {
        height:75%;
        width:80%;
    }

        .image-container img[b-lhqof8dsut] {
            object-position: 30% 100%;
        }

    .block-container .content-block[b-lhqof8dsut] {
        width: 40%;
        font-size: 3.5vw;
        padding-top: 60px;
        justify-content: flex-start;
    }

    .content-block .position[b-lhqof8dsut] {
        font-size: 3.2vw;
    }

    .content-block .description[b-lhqof8dsut] {
        font-size: 2vw;
        width: 85%;
    }

    .content-block:has(.description)[b-lhqof8dsut] {
        padding-top: 30px;
    }

    .header-text[b-lhqof8dsut] {
        font-size: 7.5vw;
        top: 17%;
    }

    .subheader[b-lhqof8dsut] {
        font-size: 3vw;
    }
}
