/* Navbar Desaign */
.navbar{
    background-color: #1eaddc;
    z-index: 1050 !important
}

.icon-nav{
    transform: rotate(20deg);
}

.icon-search-nav1{
    color: #1eaddc;
}

.search-nav::placeholder {
    color: #1eaddc;
}

.search-nav:focus{
    box-shadow: 0px 0px 0px #fff !important;
    border: 1px solid #1eaddc !important;
}

.search-results{
    display: none; 
    z-index: 1000;
    max-height: 300px; 
    overflow-y: auto;
}

.result-search-items{
    cursor: pointer;
}

.result-search-items:hover{
    background-color: #f1f1f1;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 1); 
    z-index: 1050;
}

.search-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
}

#back-button {
    background: transparent;
    border: none;
    color: #1eaddc;
}

#search-input-overlay {
    width: 80%;
    margin: 0 auto;
    padding: 5px 10px;
}

.search-results-overlay {
    background-color: white;
    padding: 20px;
    max-height: calc(100% - 60px); 
    overflow-y: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 300px; 
    overflow-y: auto;
}

.icon-search-nav2{
    background-color: #1eaddc;
    padding: 10px 10px;
    font-size: 40px !important;
}

.sub-menu-nav{
    z-index: 1050 !important; 
    left: 28.5%; 
    transform: translateX(-50%); 
    width: 33%;
    text-align: center;
    margin-top: -74px;
}

.container-item-submenu-nav .dropdown-item:hover{
    background-color: #1eaddc;
    color: #fff;
}

.navbar-mobile{
    background-color: #1eaddc;
    z-index: 1050 !important;
}

.sub-menu-nav-mobile {
    z-index: 1050 !important;
    left: 50%;
    transform: translateX(-50%);
    width: 95%; 
    bottom: 70px; 
}
/* End Navbar Desaign */


/* Faq Desaign */
.container-faq{
    margin-top: 150px;
}

.container-faq-content{
    background-color: #1eaddc;
}
/* End Faq Desaign */


/* Footer */
.footer{
    background-color: #1eaddc;
}

.icon-footer{
    transform: rotate(20deg);
}

.whatsapp-icon {
    z-index: 1000;
}

#waButton {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
}

#waButton:hover {
    background-color: #09b347;
}

.wa-list {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 270px;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.button-close-numWhatsapp{
    color: #25D366;
    box-shadow: 0px 0px 0px #fff !important;
}

.bxl-whatsapp{
    color: #25D366;
}
/* End Footer */


/* Size Only Handphone */
@media (max-width: 451px) {
    .bx-cart{
        font-size: 30px !important;
    }

    .search-results-overlay {
        top: 70px;
    }

    .show-product{
        width: 200% !important;
    }

    .show-product{
        margin-top: 105px;
    }

    .bx-cart-add{
        font-size: 34px !important;
    }
    
    .show-product{
        margin-top: 100px !important;
    }

    .other-products{
        width: 197% !important;
    }

    .container-command{
        width: 200%;
    }
}
/* End Size Only Handphone */


/* Size Handphone Or Tablet */
@media (max-width: 991px) {
    meta[name="viewport"] {
        content: "width=device-width, initial-scale=0.41, maximum-scale=1, user-scalable=no";
    }
    
    .search-overlay {
        display: none;
    }

    .sub-menu-nav {
        display: none;
    }

    .layanan-card img {
        height: 450px;
    }

    .btn-wa{
        font-size: 20px;
    }

    .whatsapp-icon{
        bottom: 8% !important;
    }

    #waButton {
        font-size: 23px;
        width: 90px;
        height: 90px;
    }

    .wa-list{
        font-size: 30px !important;
        width: 450px !important;
    }

    .wa-list p{
        font-size: 35px !important;
    }


    .bxl-whatsapp{
        font-size: 30px !important;
    }

    .icon-x-listNumber{
        font-size: 35px !important;
    }

    .show-product{
        margin-top: 65px;
    }

    .other-products{
        margin-bottom: 100px;
    }

    .form-command{
        width: 85% !important;
    }

    .image-container{
        height: 850px;
    }

    .badge{
        font-size: 18px !important;
    }

    summary{
        font-size: 25px !important;
    }

    p{
        font-size: 20px !important;
    }

    h5{
        font-size: 30px !important;
    }

    h2{
        font-size: 50px !important;
    }

    h4{
        font-size: 40px !important;
    }

    .fa-cart-plus{
        font-size: 25px !important;
    }

    .whatsapp-icon-product{
        font-size: 30px !important;
    }

    .bx-chat{
        font-size: 40px !important;
    }

    .card-text{
        font-size: 30px !important;
    }

    .price-container {
        background-color: #1eaddc; 
        min-width: 230px;
    }

    .bx-cart{
        font-size: 45px !important;
    }

    .icon-search-nav1{
        font-size: 25px !important;
    }

    #search-input{
        font-size: 25px !important;
    }

    .text-search-mobile{
        font-size: 25px !important;
    }

    .scrollable-description {
        font-size: 1.6rem;
    }

    .product-price{
        font-size: 45px;
    }

    .product-name{
        font-size: 50px;
    }

    .icon-notresultproduct{
        font-size: 40px !important;
    }

    .btn-buynow{
        font-size: 30px !important;
    }

    .bx-cart-add{
        font-size: 45px !important;
    }
    
    .comment-item{
        font-size: 30px !important;
    }

    .form-command{
        font-size: 30px;
    }

    .input-name-command,
    .input-description-command{
        font-size: 28px;
        width: 110% !important;
    }

    .btn-send-comment{
        font-size: 28px;
        width: 103% !important;
    }

    .other-products{
        margin-bottom: 150px;
    }    
}
/* End Size Handphone Or Tablet */


/* Size Up To Tablet */
@media (min-width: 992px) {
    #search-results {
        display: block;
    }

    .search-overlay {
        display: none !important;
    }

    .sub-menu-nav-mobile {
        display: none;
    }
}

@media (max-width: 1030px) {
    .navbar-nav {
        display: none !important;
    }
}
/* End Size Up To Tablet */