@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Milter Creva';
  src: url('/assets/fonts/miltercreva-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
strong,
label {
    font-family: "Jost", sans-serif !important;
}

html,
body {
	position:relative;
	overflow-x:hidden;
}

.font-milter {
  font-family: 'Milter Creva', sans-serif;
}

#complaintBtn {
    background-color: unset !important;
    color: #fff;
    border: unset !important;
    letter-spacing: 0px !important;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    word-wrap: break-word;
    white-space: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-align: left;
}

#complaintBtn span {
    font-family: Jost, sans-serif !important;
    color: #fff !important;
    text-transform: none !important;
}

#complaintBtn svg,
#complaintBtn svg path {
    fill: #fff !important;
}
#customThumb {
    transition: left 0.1s ease-out;
    transform: translateX(-50%);
}

.cwl-customize-chat:hover img {
    transform: scale(1.1);
}

.cwl-customize-chat img {
    height: 70px;
    transition: transform 0.3s ease-in-out;
}

.cwl-gradient-border {
    background: linear-gradient(180deg, #0AB8BF 0%, #0A494C 100%);
    padding: 1px;
    border-radius: 0.375rem;
}
  
/* #bi_iframe {
    padding-inline: 15px;
    width: 100%;
} */

#complaint .complaint {
    width: 100%;
}

/* Range Slider */
.rangeslider,
.rangeslider__fill {
	display: block;
}

.rangeslider {
	background: #EDEDED;
    border-radius: 8px;
	position: relative;
}

.rangeslider--horizontal {
	height: 10px;
	width: 100%;
}

.rangeslider--vertical {
	width: 20px;
	min-height: 150px;
	max-height: 100%;
}

.rangeslider__fill {
	position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
	top: 0;
	height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
	bottom: 0;
	width: 100%;
}

.rangeslider__handle {
	background: #0AB8BF;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
	width: 103px;
	height: 38px;
	text-align: center;
	position: absolute;
	border-radius: 30px;
}

.rangeslider--horizontal .rangeslider__handle {
	top: -15px;
	touch-action: pan-y;
	-ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
	left: -15px;
	touch-action: pan-x;
	-ms-touch-action: pan-x;
}

.rangeslider__handle:before {
    content: '';
	background-image: url('../img/svg/caret-left.svg');
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-size: contain;
}

.rangeslider__handle:after {
    content: '';
	background-image: url('../img/svg/caret-right.svg');
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    background-size: contain;
}

.slider .irs.irs--big {
    position: relative;
    top: auto;
}

.slider .irs {
    position: absolute;
    display: block;
    width: 100%;
    top: 30px;
}

.slider .irs-max,
.slider .irs-min,
.slider .irs-from,
.slider .irs-to {
    display: none;
}

.slider .irs--big .irs-line {
    top: 0px;
}

.slider .irs--big .irs-handle {
    background: #B7AA9A;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 103px;
    height: 38px;
    text-align: center;
    position: absolute;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    top: 15px;
}

.slider .irs--big .irs-handle.state_hover,
.slider .irs--big .irs-handle:hover {
    border: none;
    background: #B7AA9A;
}

.slider .irs--big .irs-line,
.slider .irs--big .irs-bar {
    background: #EDEDED;
    border-radius: 8px;
    height: 10px;
    box-shadow: none;
    border: none;
}

.slider .irs-single {
    z-index: 9;
}

.slider .irs--big .irs-single {
    background: none;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    font-family: 'Montserrat';
    cursor: pointer;
    position: absolute;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.slider .irs--big .irs-single:before {
    content: '';
	background-image: url('../img/svg/caret-left.svg');
    background-repeat: no-repeat;
    width: 4px;
    height: 10px;
    background-size: contain;
}

.slider .irs--big .irs-single:after {
    content: '';
	background-image: url('../img/svg/caret-right.svg');
    background-repeat: no-repeat;
    width: 4px;
    height: 10px;
    background-size: contain;
}

.slider .irs-hidden-input {
    position: relative !important;
}

.nwl-returning-customer {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-top: 30px;
}

.nwl-returning-customer p {
    margin-bottom: 0;
}

.nwl-returning-customer-btn {
    font-size: 16px;
    color: #0AB8BF;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}

.nwl-returning-customer-btn:hover {
    text-decoration: underline;
    color: #0AB8BF;
}

.nwl-modal-dialog {
    max-width: 450px;
}

.nwl-modal-header {
    padding: 10px 16px;
    border: none;
}

.nwl-modal {
    padding: 16px 40px 30px;
}

.nwl-modal .form-control {
    margin: 0;
}

.nwl-modal .form-control:focus {
    border-color: #e8e8e8;
    box-shadow: none;
}

.nwl-modal h3 {
    color: #0A494C;
    font-size: 20px;
    margin-bottom: 15px;
}

.nwl-primary-button {
    background: #0AB8BF;
    border-radius: 8px;
    border: none;
    box-shadow: none !important;
    color: white !important;
    display: block;
    height: 40px;
    margin: auto;
    width: 220px;
    margin-top: 30px;
}

.nwl-primary-button:focus {
    outline: none;
}

.nwl-button-w-150 {
    width: 150px;
}

.nwl-error {
    color: #8a1f11;
    display: inline-block;
    margin-top: 10px;
}

.nwl-form-error {
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.nwl-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.nwl-modal {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.nwl-close {
    position: absolute;
    top: 5px;
    right: 16px;
    font-size: 30px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
}

.nwl-modal-disclaimer {
    margin-top: 30px;
}

@layer components {
    .home-hero {
        position: relative;
        min-height: 100svh;
        width: 100%;
        overflow: hidden;
        background: #F4EFE8;
    }

    .home-hero-panel {
        position: absolute;
        inset: 0 0 96px 0;
        overflow: hidden;
        border-bottom-left-radius: 65px;
        border-bottom-right-radius: 65px;
    }

    .home-hero-panel video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .home-hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(51, 64, 25, 0.8);
    }

    .home-hero-content {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        padding: 130px 20px 40px;
    }

    .home-hero-title {
        font-family: 'Milter Creva', cursive !important;
        font-weight: 400;
        font-size: clamp(46px, 12vw, 72px) !important;
        line-height: 0.95;
        margin: 0;
    }

    .home-hero-title span {
        display: block;
    }

    .home-hero-subtitle {
        margin-top: 22px;
        font-size: clamp(22px, 6vw, 30px);
        line-height: 1.2;
        font-weight: 600;
        max-width: 760px;
    }

    .home-hero-subtitle p {
        margin: 0;
    }

    .home-hero-amounts {
        position: absolute;
        bottom: 60px;
        font-size: clamp(16px, 4vw, 18px);
        line-height: 1.45;
        font-weight: 600;
        max-width: 780px;
    }

    .home-hero-amounts p {
        margin: 0;
    }

    .home-hero-cta {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 22px;
        z-index: 3;
        text-align: center;
        color: #334019;
        font-size: clamp(18px, 5vw, 21px);
        line-height: 1.2;
        font-weight: 600;
    }

    .home-hero-cta a {
        color: #334019;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    @media (min-width: 768px) {
        .home-hero-panel {
            inset: 0 0 65px 0;
        }

        .home-hero-title span {
            display: inline;
        }

        .home-hero-content {
            padding-top: 120px;
        }

        .home-hero-amounts {
            margin-top: 120px;
        }

        .home-hero-cta {
            bottom: 18px;
            font-size: 20px;
        }
        
    }

  

    select.custom-select {
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;

        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='5' viewBox='0 0 11 5' fill='none'%3E%3Cpath d='M1 0.5L5.5 4.5L10 0.5' stroke='%2318293C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 16px center !important;
        background-size: 11px 5px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 767px) {
    .home-hero-subtitle {
        width: 374px !important;
        max-width: calc(100vw - 16px) !important;
        min-height: 105px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        color: #FFF !important;
        text-align: center !important;
        font-family: Jost, sans-serif !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: normal !important;
        margin-top: 22px !important;
    }

    .home-hero-subtitle p {
        width: 100% !important;
        margin: 0 !important;
    }
}


/* =========================================================
   WALLEYE HEADER / MENU / CUSTOMER COMPLAINT OVERRIDES
   Paste this at the very bottom of tailwind.css
   Organized by: base, mobile, tablet, desktop
========================================================= */


/* =========================================================
   BASE / SHARED
========================================================= */

#menu {
    transition: all 0.3s ease !important;
}

#menu ul {
    font-size: 16px !important;
    font-weight: 400 !important;
}

#menu a,
#menu button,
#complaintBtn,
#complaintBtn span {
    font-family: Jost, sans-serif !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

#complaint {
    white-space: nowrap !important;
}

#complaintBtn {
    background: transparent !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
    color: #fff !important;
}

#complaintBtn span {
    font-family: Jost, sans-serif !important;
    color: #fff !important;
    text-transform: none !important;
}

#complaintBtn svg,
#complaintBtn svg path {
    fill: #fff !important;
}


/* =========================================================
   MOBILE ONLY
   0px - 767px
========================================================= */

@media (max-width: 767px) {
    #menu {
        position: fixed !important;
        top: 90px !important;
        right: 20px !important;
        z-index: 60 !important;
        width: 240px !important;
        max-width: calc(100vw - 40px) !important;
        height: auto !important;
        background: #3E461D !important;
        border-radius: 20px !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    #menu > div {
        padding: 22px 24px !important;
    }

    #menu ul {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        width: 100% !important;
        text-align: right !important;
        font-size: 16px !important;
        letter-spacing: normal !important;
    }

    #menu li {
        width: 100% !important;
        text-align: right !important;
    }

    #menu li a {
        display: block !important;
        width: 100% !important;
        text-align: right !important;
    }

    #menu li:last-child {
        position: static !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-top: 0 !important;
        white-space: nowrap !important;
        text-align: right !important;
    }

    #menu li:last-child .customer-complaint-divider {
        display: block !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    #menu li:last-child svg {
        display: none !important;
    }

    #complaint {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        text-align: right !important;
    }

    #complaintBtn {
        width: 100% !important;
        justify-content: flex-end !important;
        text-align: right !important;
    }

    #complaintBtn span {
        text-align: right !important;
        color: #fff !important;
    }
}


/* =========================================================
   TABLET ONLY
   768px - 1535px
========================================================= */

@media (min-width: 768px) and (max-width: 1535px) {
    #menu {
        position: fixed !important;
        top: 90px !important;
        right: 20px !important;
        z-index: 60 !important;
        width: 260px !important;
        max-width: calc(100vw - 40px) !important;
        height: auto !important;
        background: #3E461D !important;
        border-radius: 20px !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    #menu > div {
        padding: 22px 24px !important;
    }

    #menu ul {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 24px !important;
        width: 100% !important;
        text-align: right !important;
        font-size: 16px !important;
        letter-spacing: normal !important;
    }

    #menu li {
        width: 100% !important;
        text-align: right !important;
    }

    #menu li a {
        display: block !important;
        width: 100% !important;
        text-align: right !important;
    }

    #menu li:last-child {
        position: static !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: stretch !important;
        width: 100% !important;
        gap: 0 !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        border-top: 0 !important;
        white-space: nowrap !important;
        text-align: right !important;
    }

    #menu li:last-child .customer-complaint-divider {
        display: block !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    #menu li:last-child svg {
        display: none !important;
    }

    #complaint {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        text-align: right !important;
    }

    #complaintBtn {
        width: 100% !important;
        justify-content: flex-end !important;
        text-align: right !important;
    }

    #complaintBtn span {
        text-align: right !important;
        color: #fff !important;
    }
}


/* =========================================================
   DESKTOP ONLY
   1536px and up
========================================================= */

@media (min-width: 1536px) {
    #menu {
        position: static !important;
        z-index: auto !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
        display: flex !important;
        flex: 1 1 0% !important;
        align-items: center !important;
        justify-content: center !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #menu > div {
        padding: 0 !important;
        display: block !important;
    }

    #menu ul {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 26px !important;
        width: 100% !important;
        text-align: left !important;
        font-size: 16px !important;
        letter-spacing: 0.2px !important;
    }

    #menu li {
        width: auto !important;
        text-align: left !important;
    }

    #menu li a {
        display: inline !important;
        width: auto !important;
        text-align: left !important;
    }

    #menu li:last-child {
        display: none !important;
    }
}

.customer-complaint-divider {
    display: none;
}

@media (max-width: 1535px) {
    #complaintMobileSlot {
        width: 100% !important;
        text-align: right !important;
    }

    #complaintMobileSlot .customer-complaint-divider {
        display: block !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    #complaintMobileSlot #complaint {
        width: 100% !important;
        justify-content: flex-end !important;
        text-align: right !important;
    }

    #complaintMobileSlot .customer-complaint-icon {
        display: none !important;
    }

    #complaintBtn {
        width: 100% !important;
        text-align: right !important;
    }
}

@media (min-width: 1536px) {
    #complaintDesktopSlot {
        display: flex !important;
        align-items: center !important;
    }

    #complaintDesktopSlot #complaint {
        width: auto !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    #complaintDesktopSlot .customer-complaint-icon {
        display: block !important;
    }

    #complaintBtn {
        width: auto !important;
        text-align: left !important;
    }
}

#complaintBtn,
#complaintBtn span {
    font-family: Jost, sans-serif !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    text-transform: none !important;
}

#complaint svg,
#complaint svg path {
    fill: #fff !important;
}

.milter-heading {
    font-family: 'Milter Creva', cursive !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.milter-heading-green {
    font-family: 'Milter Creva', cursive !important;
    font-weight: 400 !important;
    color: #3E461D !important;
}

.milter-heading-gold {
    font-family: 'Milter Creva', cursive !important;
    font-weight: 400 !important;
    color: #D6AA00 !important;
}

.milter-heading-white {
    font-family: 'Milter Creva', cursive !important;
    font-weight: 400 !important;
    color: #fff !important;
}