/*
Theme Name:   Lifestar
Author:       4Monks
Version:      1.8.0
*/


.hamburger_menu ul li a.has_menu {
    background: url('assets/images/icons/arrow-right-3.svg') center right 20px no-repeat;
}

.load_more{
    background-color: #FFF;
    cursor: pointer;
}

.wpcf7-form.submitting .wpcf7-submit {
   opacity: 0.5;
}

.board_modal_content_info{
    width: 100%;
}

.map-content_as_link{
    text-decoration: none !important;
    color: var(--Black, #000) !important;
    width: 100% !important;
}


/* Modal CSS */
.cus_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0); /* start transparent */
    display: none;
    z-index: 999;

    /* allow scroll when content is tall */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    opacity: 0;
    pointer-events: none;
    /* transition: opacity 1s linear; */
    transition: opacity 1s cubic-bezier(0.86, 0, 0.07, 1), background 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.cus_modal.open {
    display: block;
    background: rgba(0,0,0,0.7); /* fade in background smoothly */
    opacity: 1;
    pointer-events: auto;
}

/* Wrapper (for centering inner) */
.cus_modal_inner_wrap {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

/* Modal box */
.cus_modal_inner {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 1240px;
    position: relative;
    padding: 40px;
    
    /* initial hidden state */
    transform: translateY(125%);
    filter: blur(4px);
    opacity: 0;

    /* transition for slide + blur + opacity */
    transition: transform 0.65s cubic-bezier(0.86, 0, 0.07, 1), filter 0.65s linear, opacity 0.65s ease;
}
.cus_modal_inner.open {
    transform: translateY(0%);
    filter: blur(0px);
    opacity: 1;
}

/* Close button */
.close_cus_modal {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.close_cus_modal img {
    width: 20px;
    height: 20px;
}

.form_success_section {
    display: none;
    animation: fadeUp 0.5s ease;
    margin: 20px 0px 40px;
}
.form_success_section .success_mssg-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.form_success_section .cus_form--icon img{
    height: 75px;
    width: 75px;
}
.form_success_section .cus_form--title{
    text-align: center !important;
    margin-bottom: 25px !important;
}
.form_success_section .cus_form--desc{
    text-align: center !important;
    max-width: 720px !important;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cus_modal .cus_form_group input, .cus_modal .cus_form_group textarea{
    background-color: #EDF2F6 !important;
}
.close_cus_modal{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EDF2F6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #081997;
}
.close_cus_modal svg{
    height: 15px;
    width: 15px;
}
.modal_content_section .form_content_section{
    display: flex;
    flex-direction: column;
    gap: 40px;

}
.navbar .logo img{
    width:100px;
}

@media(max-width:650px){
    .cus_modal_inner {
        padding: 50px 20px 25px;
        width: 100%;
    }
}

@media(max-width:423.98px){
    .cus_modal .min_width_250{
        min-width: 150px;
    }
}

.product-filters .all_search{
    border: 1.5px solid #e0e3e5 !important;
}
.product_card.loading-opacity {
    opacity: 0.5;
    pointer-events: none;
}

.product-grid.loading {
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#load-more-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.load-more-btn {
  background: #081997;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 18px 50px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 40px;
  font-size: 14px;
  border-radius: 40px;
}
@media(max-width:767.98px){
    .load-more-btn {
        padding: 14px 30px !important;
    }
}
.load-more-btn:hover {
    background: #07136e;
}

.post_kma--search .custom_search input {
    border-radius: 100px;
}
.filter-btn.disabled {
  pointer-events: none; /* disables mouse clicks */
  opacity: 0.5;         /* visual cue */
  color: #999;
  cursor: not-allowed;
}

.t_black{
    color: #000;
    cursor:auto;
}
.board_modal_content_info--desc p{
    margin-bottom: 12px;
}

@media(min-width:769px){
    .navbar .logo img{
        width:120px;
    }
}

/* .kma_banner_main .scroll_btn{
    cursor: pointer;
    text-decoration: none;
} */

@media(min-width:768px){
    .btn_tabs .tabs li {
        font-size: 16px;
    }
}

.members_card_section .content_grid_v3--img::before {
    background: none !important;
}

@media (max-width: 768px) {
    .members_card_section .grid_column_4.scroll {
        overflow-y: hidden;
    }
}

.board_modal {
    z-index: 99;
}

@media(max-width:767.98px){
    #product-list-section .product_grid{
        padding: 0px !important;
    }
    #product-list-section .grid_column_3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:559.98px){
    #product-list-section .grid_column_3 {
        grid-template-columns: repeat(1, 1fr);
    }
}