/* Lakeside Plumbing Call & Schedule Bar */
.lakeside-call-schedule-bar {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    min-height: 155px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #0755a8;
    font-family: inherit;
}

.lakeside-call-schedule-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.lakeside-call-schedule-content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 155px;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 38px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.lakeside-call-schedule-brand {
    width: 32%;
    flex: 0 0 32%;
    color: #fff;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(29px, 3vw, 46px);
    line-height: .95;
    transform: rotate(-7deg);
    padding-left: 15px;
}

.lakeside-call-schedule-brand span {
    display: block;
    white-space: nowrap;
}

.lakeside-call-schedule-brand span:last-child {
    margin-left: 8px;
}

.lakeside-call-schedule-divider {
    width: 1px;
    height: 74px;
    flex: 0 0 1px;
    background: rgba(255,255,255,.75);
    margin: 0 44px 0 0;
}

.lakeside-call-schedule-call,
.lakeside-call-schedule-book {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff !important;
    text-decoration: none !important;
    min-width: 0;
}

.lakeside-call-schedule-call {
    flex: 1;
}

.lakeside-call-schedule-book {
    flex: 1;
}

.lakeside-round-icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #0755a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
}

.lakeside-calendar-icon {
    font-size: 35px;
}

.lakeside-contact-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.03;
    color: #fff;
}

.lakeside-contact-copy strong {
    font-size: clamp(17px, 1.35vw, 23px);
    font-weight: 800;
    letter-spacing: .2px;
}

.lakeside-contact-copy b {
    font-size: clamp(19px, 1.5vw, 25px);
    font-weight: 800;
    white-space: nowrap;
}

.lakeside-contact-copy i {
    font-style: normal;
    font-size: 31px;
    font-weight: 400;
    vertical-align: -2px;
    margin-left: 8px;
}

.lakeside-divider-two {
    margin-left: 20px;
    margin-right: 40px;
}

/* Hide the duplicate HTML text over the artwork on smaller screens if needed;
   the supplied artwork remains the visual background. */
@media (max-width: 900px) {
    .lakeside-call-schedule-content {
        padding: 0 22px;
    }

    .lakeside-call-schedule-brand {
        width: 29%;
        flex-basis: 29%;
        font-size: 27px;
    }

    .lakeside-call-schedule-divider {
        margin-right: 24px;
    }

    .lakeside-divider-two {
        margin-left: 10px;
        margin-right: 20px;
    }

    .lakeside-round-icon {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        font-size: 30px;
    }
}

@media (max-width: 650px) {
    .lakeside-call-schedule-bar {
        min-height: 235px;
    }

    .lakeside-call-schedule-bg {
        background-position: center;
    }

    .lakeside-call-schedule-content {
        min-height: 235px;
        padding: 22px 24px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
        background: rgba(4, 58, 112, .35);
    }

    .lakeside-call-schedule-brand {
        width: 100%;
        flex-basis: 100%;
        text-align: center;
        padding: 0;
        transform: rotate(-4deg);
        font-size: 30px;
    }

    .lakeside-call-schedule-divider {
        display: none;
    }

    .lakeside-call-schedule-call,
    .lakeside-call-schedule-book {
        flex: 0 1 auto;
    }

    .lakeside-round-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        font-size: 26px;
    }

    .lakeside-contact-copy strong {
        font-size: 15px;
    }

    .lakeside-contact-copy b {
        font-size: 17px;
    }
}
