/*
Theme Name: NLA
Author: Tahaluf
Version: 1.0
Template: twentytwenty
*/

@import url("./css/style.min.css");


.chatbot-area {
    position: fixed;
    border: 0;
    bottom: 15px;
    right: 85px;
    width: 350px;
    z-index: 999;
    transform: translate(0%, 110%);
    transition: all 0.7s;
}

.chatbot-header img {
    max-width: 100px;
}

.chatbot-active {
    transform: translate(0%, 0%);
}

#chat {
    border-radius: 10px;
    margin: 0;
    border: 0;
    width: 100% !important;
    /*.webchat--css-ncvyo-j7qwjs.webchat--css-ncvyo-1egyv3b {
        background-color: var(--third) !important;
    }
    div {
        &:focus-visible {
            outline: 0px !important;
        }
    }
    &:focus-visible {
        outline: 0px !important;
    }*/
}

.grecaptcha-badge {
    display: none !important;
}

.wpcf7-submit,
.resetBTN {
    cursor: pointer;
    transition: all 0.3s;
}

.contactUsFormSection .contactForm .resetBTN:hover {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.contactUsFormSection .contactForm .wpcf7-submit:hover {
    background-color: var(--white) !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.no-data-found {
    text-align: center;
    font-weight: bold;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 2rem;
    background-color: #eaeaea;
}

.place_order:disabled {
    opacity: 0.5;
    cursor: grab;
}

.cart-empty {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}


.woocommerce-error {
    background: none;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding: 5px !important;
    border-top: none;
    background-color: var(--third);
    border-radius: 10px;
    border: 2px solid var(--primary) !important;
}

.woocommerce-checkout ul.woocommerce-error li {
    margin: 0;
    padding: 2px 15px;
    color: var(--primary);
}

.wpdevart_org_chart {
    direction: ltr;
}




.latestNewsandComingEventsSection .owl-dots {
    display: flex;
    justify-content: center;
}

.latestNewsandComingEventsSection .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--fourth);
    margin: 5px;
    border-radius: 50%;
}

.latestNewsandComingEventsSection .owl-dots .owl-dot.active {
    background-color: var(--primary);
}

.latestNewsandComingEventsSection .owl-nav {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

.latestNewsandComingEventsSection .nav-button {
    font-size: 16px;
    margin: 5px;
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

.wc_payment_method input.input-radio[name=payment_method]+label::before {
    content: "Payment Method";
    width: fit-content !important;
    height: fit-content !important;
    border: none !important;
    box-shadow: none !important;
    background: #fff0 !important;
    border-radius: 100% !important;
    transform: translateY(2px) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0px 0px 0px 0px !important;
}

ul.wc_payment_methods.payment_methods.methods {
    margin: 0px;
    padding: 5px;
    background-color: var(--white);
    border-radius: 10px;
}

.payment_method_invoice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 21px;
    cursor: inherit;
}

#shipping_method {
    padding: 0px !important;
}

#shipping_method li label {
    display: block;
    white-space: nowrap;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table td,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table th {
    padding: 3px 10px !important;
    text-align: start !important;
}

.wc_payment_method input.input-radio[name=payment_method]+label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: inherit;
}



.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-product {
    width: 18%;
    margin: 10px;
    box-sizing: border-box;
}



/* Responsive Styles */
@media (max-width: 1200px) {
    .custom-product {
        width: 11%;
    }
}
@media (min-width: 1200px) {
    .sameSize {
        min-height: 629px;
        max-height: 629px;
        overflow-y: auto;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .custom-product {
        width: 23%;
    }

}

@media (min-width: 1000px) and (max-width: 1600px) {
    .custom-product {
        width: 18%;
    }

    .product-wrapper .custom-product:last-child {
        display: none;
    }
}

@media (min-width: 975px) and (max-width: 1300px) {
    .custom-product {
        width: 23%;
    }
}

@media (min-width: 1600px) {
    .custom-product {
        width: 15%;
    }
}

@media (max-width: 992px) {
    .custom-product {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .custom-product {
        width: 30%;
    }
    .chatbot-active{
        transform: translate(18%, 0%);
        z-index: 999999999;
    }
}

@media (max-width: 576px) {
    .custom-product {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .custom-product {
        width: 100%;
    }
}



.hallsGalleryGroup .owl-nav,
.hallsGalleryGroup .owl-dots {
    display: flex;
    justify-content: center;
}

.hallsGalleryGroup .latestNewsandComingEventsSection .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--fourth);
    margin: 5px;
    border-radius: 50%;
}

.hallsGalleryGroup .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--fourth);
    margin: 5px;
    border-radius: 50%;
}

.hallsGalleryGroup .nav-button {
    font-size: 16px;
    margin: 5px;
    background-color: var(--primary);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}

#site-header .header-titles-wrapper{
justify-content: center;
}
#site-header .header-titles-wrapper .custom-logo{
    max-width: 140px !important;
    
}

a.custom-logo-link{
display:flex;
}
.lb-data .lb-details{
    text-align: start !important;
}

.CardItem.thirdBody.shadow-sm.border-radius-5.overflow-hidden {
    display: flex;
    height: 100%;
    align-items: center;
}