/* GLOBAL STYLES =======================================  */

.border-dotted {
    border: 6px dashed var(--color-theme-primary) !important;
}

/* HEADER  =============================================  */

/* .header-info {
    background: linear-gradient(#F3F3EB, rgba(243, 243, 235, 0.25)),
        url("https://apihoard.webit.com/api/v1/Image/164D94CD45AFF1D0A049CA03D5640AAA/164D94CD45AFF1D0A049CA03D5640AAA.jpg?size=800x600") no-repeat center center/cover;
}

@media (min-width: 991px) {
    .header-info {
        background: url("https://apihoard.webit.com/api/v1/Image/164D94CD45AFF1D0A049CA03D5640AAA/164D94CD45AFF1D0A049CA03D5640AAA.jpg?size=1920x1440") no-repeat center center/cover;
    }
} */
a.wb__header-phone {
    position: absolute;
    top: 120px;
    font-weight: 700;
    left: 25px;
    font-size: 1.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: white;
}

a.wb__header-phone:hover {
    color: lightgoldenrodyellow;
}

.header-business-phone {
    font-size: 2em !important;
}

.header .header-business + .header-business::before,
.header .header-info-business a:hover {
    color: var(--header-highlight) !important;
}

/* HOME PAGE ===========================================  */

/* Hero ===  */

.hero-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("https://apihoard.webit.com/api/v1/Image/171D054E77433B5EC22AC1AC3FAEC10D/171D054E77433B5EC22AC1AC3FAEC10D.jpg?size=800x600");
    background-repeat: no-repeat;
    background-position: 41% center;
    background-size: cover;
    height: 400px;
}

.hero-bg a {
    font-size: 1.15em;
}

hr {
    border-top-width: 4px;
    border-top-color: #FFF;
}

.badge-primary {
    background-color: var(--color-theme-primary);
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background-color: #9BA791;
}

/*-- Header --*/
.header .header-info-logo-img img {
    position: absolute;
    width: 220px;
    left: 0;
}

.header-container {
    position: relative;
    overflow: hidden;
    background: url("https://apihoard.webit.com/api/v1/Image/1B3ADABE0FEF70191853CBAB5D0DC0EF/1B3ADABE0FEF70191853CBAB5D0DC0EF.jpg?size=1920x1440");
    background-size: cover;
}

#cw-logoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
}

.header .header-info {
    height: 160px;
}

.page-home .header .header-info {
    height: 500px;
}

#cw-titleBg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 330px
}

.cw-title {
    position: absolute;
    z-index: 2;
    bottom: 1em;
    right: .5em;
    width: 250px;
    text-align: center;
}

section:not(.page-home) #cw-titleBg,
section:not(.page-home) .cw-title {
    display: none;
}


.header-info .herotxt {
    margin-top: 7em;
}


@media (max-width: 441px) {
    .display-4 {
        font-size: 2em !important;
    }

    .hero-bg .h3 {
        font-size: 1.5em !important;
    }
}

@media (min-width: 811px) {
    .hero-bg {
        background: linear-gradient(60deg, rgb(174, 207, 147) 0%, rgba(174, 207, 147, 1) 50%, rgba(174, 207, 147, 0) 50%, rgba(174, 207, 147, 0) 100%), url(https://apihoard.webit.com/api/v1/Image/171D054E77433B5EC22AC1AC3FAEC10D/171D054E77433B5EC22AC1AC3FAEC10D.jpg?size=1920x1440);
        background-repeat: no-repeat;
        background-position: 25% center;
        background-size: cover;
        height: 550px;
    }

    hr {
        border-top-width: 4px;
        border-top-color: var(--color-theme-primary) !important;
    }

    .display-4 {
        font-size: 3em;
    }

    .text-lg-primary {
        color: var(--color-theme-primary) !important;
    }
}

/* Summary List === */

.list {
    padding-top: 1em;
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        top: 0;
        z-index: 2000;
        width: 220px;
    }

    .header .navbar.bg-primary,
    .header {
        background: transparent !important;
    }

    .header .header-info {
        height: 80px;
    }

    #cw-logoBg {
        position: fixed;
        z-index: 20;
        width: 470px;
    }

    nav.navbar .container {
        position: relative;
        height: 85px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 1em;
    }

    .navbar.cw-scrolled .navbar-nav {
        top: 0;
        background: rgba(28, 87, 69, 0.85);
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 130px;
    }

    #cw-logoBg.cw-shrink {
        width: 280px;
    }

    a.wb__header-phone-shrink {
        position: absolute;
        top: 70px;
        font-weight: 700;
        left: 10px;
        font-size: 1rem;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
        color: black;
    }

    #cw-titleBg {
        height: 365px;
    }

    .cw-title {
        right: 1.5em;
        bottom: 1.5em;
    }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
    .header-info-logo .herotxt {
        padding: 0 11em;
    }
}

/* xl: 1400px & Up */
@media (min-width: 1400px) {
    .header-info-logo .herotxt {
        padding: 0 20em;
    }
}

@media (min-width: 1340px) {
    .page-home .header .header-info {
        height: 620px;
    }
}


.card {
    background-image: url(https://apihoard.webit.com/api/v1/Image/C22EFBFCD123F5087B3C0411918F2EE8/C22EFBFCD123F5087B3C0411918F2EE8.png?size=1920x1440);
    background-size: cover;
    background-position: center;
}


.cw-BA-slider {
    position: relative;
    width: 100%;
    background-color: #000;
    overflow: hidden;
    /* 16:9 aspect ratio padding */
    padding-top: 65%;
}

.cw-BA-slider:focus-within {
    outline: 2px solid #fff;
}

.cw-BA-slider .cw-aspect-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cw-BA-slider img {
    position: absolute;
    top: -1px;
    left: 0;
    height: calc(100% + 2px);
    width: 100%;
    object-fit: cover;
    pointer-events: none;
}

.cw-BA-slider .cw-after-img {
    clip-path: inset(0 50% 0 0);
    z-index: 1;
}

.cw-slider-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
    background: #333;
    z-index: 2;
    pointer-events: none;
}

.cw-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: #fff;
    color: #333;
    border: 2px solid currentColor;
    border-radius: 50%;
    z-index: 6;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cw-slider-input {
    position: absolute;
    top: 0%;
    left: -1%;
    width: 102%;
    height: 100%;
    z-index: 4;
}

.cw-slider-input input[type="range"] {
    width: 100%;
    height: 100%;
    appearance: none;
    background: transparent;
    cursor: pointer;
}

.cw-slider-input input[type="range"]:focus {
    outline: none;
}




.btn-success {
    box-shadow: 0px 0px 20px 2px white!important;
}

.btn-danger {
    box-shadow: 0px 0px 20px 2px rgb(255, 197, 111)!important;
}