/* Start custom CSS for html, class: .elementor-element-90eeef0 */.cs-coming-soon {
    --navy: #073b63;
    --blue: #64b7df;
    --gold: #c9952e;
    --cream: #fbfaf6;
    --text: #4e6172;

    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    overflow: hidden;

    padding: 50px 24px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(100, 183, 223, 0.18),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(201, 149, 46, 0.12),
            transparent 27%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f4faff 52%,
            #fbfaf6 100%
        );

    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
}


.cs-coming-soon *,
.cs-coming-soon *::before,
.cs-coming-soon *::after {
    box-sizing: border-box;
}


/* Decorative background circle */

.cs-coming-soon::before {
    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    border: 1px solid rgba(7, 59, 99, 0.07);
    border-radius: 50%;

    top: -220px;
    right: -180px;
}


/* Decorative background circle */

.cs-coming-soon::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(201, 149, 46, 0.12);
    border-radius: 50%;

    bottom: -180px;
    left: -120px;
}


/* Main Content */

.cs-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 850px;

    text-align: center;
}


/* Logo */

.cs-logo {
    margin-bottom: 28px;
    text-align: center;
}

.cs-logo-img {
    display: block;
    width: 130px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/* Tablet */

@media (max-width: 1024px) {

    .cs-logo-img {
        width: 120px;
    }

}


/* Mobile */

@media (max-width: 767px) {

    .cs-logo {
        margin-bottom: 24px;
    }

    .cs-logo-img {
        width: 105px;
    }

}


/* Eyebrow */

.cs-eyebrow {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    margin-bottom: 22px;

    color: var(--blue);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 3px;

    text-transform: uppercase;
}


.cs-eyebrow::before,
.cs-eyebrow::after {
    content: "";

    display: block;

    width: 35px;
    height: 1px;

    background: var(--gold);
}


/* Heading */

.cs-title {
    margin: 0;

    color: var(--navy);

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(52px, 7vw, 92px);
    font-weight: 400;

    line-height: 0.98;

    letter-spacing: -2.5px;
}


.cs-title span {
    color: var(--blue);
}


/* Gold divider */

.cs-gold-line {
    width: 68px;
    height: 3px;

    margin: 30px auto;

    background: var(--gold);

    border-radius: 20px;
}


/* Description */

.cs-description {
    max-width: 600px;

    margin: 0 auto;

    color: var(--text);

    font-size: 17px;

    line-height: 1.75;
}


/* Location */

.cs-location {
    margin-top: 35px;

    color: var(--navy);

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 0.5px;
}


.cs-location span {
    margin: 0 8px;

    color: var(--gold);
}


/* Bottom tagline */

.cs-bottom {
    margin-top: 65px;

    color: rgba(7, 59, 99, 0.62);

    font-family: Georgia, "Times New Roman", serif;

    font-size: 16px;

    font-style: italic;
}


/* Tablet */

@media (max-width: 1024px) {

    .cs-coming-soon {
        padding: 45px 25px;
    }

    .cs-logo {
        margin-bottom: 40px;
    }

    .cs-logo-img {
        max-width: 210px;
    }

}


/* Mobile */

@media (max-width: 767px) {

    .cs-coming-soon {
        min-height: 100svh;

        padding: 35px 20px;
    }


    .cs-logo {
        margin-bottom: 35px;
    }


    .cs-logo-img {
        max-width: 180px;
    }


    .cs-eyebrow {
        font-size: 9px;

        letter-spacing: 2px;

        gap: 8px;
    }


    .cs-eyebrow::before,
    .cs-eyebrow::after {
        width: 25px;
    }


    .cs-title {
        font-size: 52px;

        line-height: 1;

        letter-spacing: -1.5px;
    }


    .cs-gold-line {
        margin: 25px auto;
    }


    .cs-description {
        font-size: 15px;

        line-height: 1.65;
    }


    .cs-location {
        font-size: 12px;

        line-height: 1.9;

        margin-top: 30px;
    }


    .cs-location span {
        display: block;

        height: 0;

        visibility: hidden;
    }


    .cs-bottom {
        margin-top: 45px;

        font-size: 14px;
    }

}/* End custom CSS */