.mnls-login  .text-white{
    color:black !important;
}
:root {
    --orange-core: #FF7518;
    --orange-top: #FF6400;
    --yellow: #FFC323;
}

/* navbar */
.nav-bg.wbb {
    background: var(--orange-top);
    padding: 10px 0px;
    position: sticky;
    top: 0;
    width: 100%;
    top: 0px;
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.3)
}

.body-pweb-wbb .mb-nav-btn{
    background: white;
    border-radius: 50%;
    color:var(--orange-top);
    border:none;
    width: 50px;
    height: 50px;
}

/* main-layout */
.body-pweb-wbb .content-bg{
    background: var(--orange-core);
    height: auto;
    padding: 30px 30px 0px 30px;

}

.dropdown-arrow {
    position: absolute;
    top: 67%;
    right: 0px;
    transform: translateY(-50%);
    pointer-events: none;
    background-color: var(--orange-top);
    width: 40px;
    height: 40px;
    border-top-right-radius: 30px;
    display: flex;
    border-bottom-right-radius: 30px;
    justify-content: center;
    align-items: center;
}

.copyright{
    background: var(--orange-top);
    position: relative;
    bottom: 0;
}

.footer-title{
    padding-top: 50px;
    color: var(--orange-top);
    letter-spacing: 8px;
    font-weight: 700;
}

.footer-line{
    color: var(--coffee-platorange-topone);
    padding: 2px;
    width: 40%;
    opacity: 1;
}

.titleBox-line{
    color: var(--orange-top);
    padding: 1px;
    width: 100px;
    opacity: 1;
    margin: 0 auto;
}

/* CONTENT */
.title{
    color: var(--orange-top);
    letter-spacing: 8px;
    font-weight: 700;
}

  /* Dots */

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    /* font-family: "slick"; */
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--orange-top);
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots li.slick-active button:before {
    color: var(--orange-top);
    opacity: 1;
  }

.feature-text{
    margin:0px;
    font-size:25px;
    color: var(--orange-top);
    letter-spacing: 8px;
    font-weight: 700;
}

.homepage-title{
    color: var(--orange-top);
    letter-spacing: 2px;
    font-weight: 700;
    margin:0px;
    text-transform: uppercase;
    /* font-size:30px;  */
    padding: 0px 10px;

    font-size:25px;

}

.form-check-input:checked {
    background: var(--orange-top);
    border-color: var(--orange-top);
    background-image: none !important;
}

.floating-circle {
    width: 70px;
    height: 70px;
    background-color: var(--orange-top);
    border-radius: 50%;
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 1000;
    text-align: center;
    line-height: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
}

.pweb-new-order {
    border-left: 5px solid var(--orange-top);
}
.place-new-order-wbb {
    color: var(--orange-top) !important;
}

/* .fml-head.nav-height, .harimau-menu-right {
    display: none;
} */

.body-pweb-wbb .inner-content .container,
.body-pweb-wbb .banner-area,
.body-pweb-wbb .image-box,
.body-pweb-wbb .image-box img{
    border-radius: 0px;
    padding: 0px;
    width: 100%;

}

.body-pweb-wbb .inner-content {
    min-height: 68vh;
    padding: 0px;
    width: 100%;
}

.body-pweb-wbb .welcome{
    background: var(--orange-core);
    padding: 10px;
}

.body-pweb-coffee .banner-area {
    background: var(--orange-core);
}

.count-member-text-wbb {
    font-size: 55px;
    line-height: 1;
}

.member-number-box-wbb {
    border-left: 2px solid black;
    height: 100px;
}

.continue-order-btn {
    background: var(--yellow);
    border-radius: 20px;
}

.continue-order-btn-text {
   color: black !important;
}

.body-pweb-wbb .coffee-border::before {
    background: linear-gradient(131.89deg, #FF6400 3.05%, #FFC32399 22.68%, #FFC32399 50.65%, #FFC32399 71.75%, #FF6400DB 97.26%) !important;
}
.quick-links-btn-wbb {
    background: linear-gradient(114.95deg, #FF6400 15.88%, #FFC323 84.12%);
    border-radius: 20px;
    border: 2px solid white;
    color: black;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.quick-links-btn-wbb:hover {
    color: black;
}
.body-pweb-wbb .welcome span {
    color: white;
}

.border-box .order-text {
    padding: 0 20px;
}

@media (max-width: 992px){
    .far-coffee-bg {
        background: var(--orange-core);
        width: 100%;
        min-height: 100vh;
    }

    .body-pweb-wbb .inner-content{
        margin: 0px;
        background: var(--orange-core);
    }
    .body-pweb-wbb .border-box{
        background: var(--whiteBeige);
        margin:  20px;
        padding:  1px;
        position: relative;
        border-radius: 30px;
        padding: 10px;
    }

    .body-pweb-coffee .slick-dots {
        background: var(--orange-core);
    }

}

@media only screen and (max-width: 768px) {

    .body-pweb-wbb .custom-footer,
    .body-wbb .custom-footer {
        background-image: url('../wbb/far_coffee-footer.png');
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        margin-top: 20px;
    }

}

@media (max-width: 767px) {
    .copyright {
        background: var(--yellow);
    }
}

@media (max-width: 450px) {
    .quick-links-btn-wbb {
        width: 100%;
    }
}
