.elementor-2958 .elementor-element.elementor-element-d59a519{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-2958 .elementor-element.elementor-element-b1902c9{width:100%;max-width:100%;}#elementor-popup-modal-2958{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2958 .dialog-message{width:1300px;height:auto;}#elementor-popup-modal-2958 .dialog-close-button{display:flex;}#elementor-popup-modal-2958 .dialog-widget-content{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E8E8EC;border-radius:20px 20px 20px 20px;}@media(max-width:1024px){#elementor-popup-modal-2958 .dialog-message{width:680px;}}@media(max-width:767px){#elementor-popup-modal-2958 .dialog-message{width:300px;}}/* Start custom CSS for shortcode, class: .elementor-element-b1902c9 *//* ===================================== */
/* Search Popup */
/* ===================================== */

.custom-search-box{

    width: 100%;

    max-width: 1400px;

    margin: auto;

    padding: 28px;

    background: #FFFFFF;

    border-radius: 22px;

    box-shadow: 0 10px 50px rgba(0,0,0,0.08);
}

/* Heading */
.custom-search-box h3{

    margin: 0 0 6px;

    font-family: 'Outfit', sans-serif;

    font-size: 24px;

    font-weight: 500;

    color: #0A0047;
}

/* Text */
.custom-search-box p{

    margin: 0 0 20px;

    font-family: 'Plus Jakarta Sans', sans-serif;

    font-size: 16px;

    line-height: 22.4px;

    color: #76777B;
}

/* Field */
.custom-search-field{

    position: relative;
}

.custom-search-field input{

    width: 100%;

    height: 64px;

    border-radius: 40px;

    border: 1px solid #B9B7C5;

    padding: 0 70px 0 24px;

    font-size: 16px;

    outline: none;
}

/* Button */
.custom-search-field button{

    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%);

    border: none;

    border-radius: 50%;

    background: transparent;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;
}
.custom-search-field button:hover,
.custom-search-field button:focus,
.custom-search-field button:active{
    background:transparent !important;
    box-shadow:none !important;
    outline:none !important;
}



/* Icon */
.custom-search-field button img{

    width: 70px;

    height: 46px;

    object-fit: contain;
}

/* ===================================== */
/* Compact Search Results */
/* ===================================== */

#custom-search-results{

    margin-top: 12px;

    background: #FFFFFF;

    border: 1px solid #ECECF2;

    border-radius: 16px;

    overflow: hidden;

    max-height: 360px;

    overflow-y: auto;
}

/* Item */
.search-result-item{

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 10px 14px;

    text-decoration: none;

    transition: 0.3s ease;

    border-bottom: 1px solid #F1F1F5;
}

.search-result-item:last-child{

    border-bottom: none;
}

/* Hover */
.search-result-item:hover{

    background: #F8F8FC;
}

/* Image */
.search-result-item img{

    width: 42px;

    height: 42px;

    min-width: 42px;

    border-radius: 50%;

    object-fit: cover;

    background: #F3F3F7;
}

/* Content */
.search-result-content{

    display: flex;

    flex-direction: column;

    gap: 2px;
}

/* Title */
.search-result-content h4{

    margin: 0;

    font-family: 'Outfit', sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 18px;

    color: #0A0047;
}

/* Type */
.search-result-content span{

    font-size: 12px;

    color: #8A8A99;
}

/* ===================================== */
/* Responsive */
/* ===================================== */

/* Tablet */
@media (max-width: 1024px){

    .custom-search-box{

        padding: 24px;

        border-radius: 18px;

    }

    .custom-search-box h3{

        font-size: 22px;

    }

    .custom-search-field input{

        height: 58px;

        font-size: 15px;

    }

    .custom-search-field button img{

        width: 60px;

        height: 40px;

    }

}

/* Mobile */
@media (max-width: 767px){

    .custom-search-box{

        padding: 20px;

        border-radius: 16px;

    }

    .custom-search-box h3{

        font-size: 20px;

        line-height: 26px;

    }

    .custom-search-box p{

        font-size: 14px;

        line-height: 20px;

    }

    .custom-search-field input{

        height: 54px;

        padding: 0 60px 0 18px;

        font-size: 14px;

    }

    .custom-search-field button{

        right: 8px;

    }

    .custom-search-field button img{

        width: 48px;

        height: 34px;

    }

    #custom-search-results{

        max-height: 280px;

    }

    .search-result-item{

        padding: 10px 12px;

        gap: 10px;

    }

    .search-result-item img{

        width: 38px;

        height: 38px;

        min-width: 38px;

    }

    .search-result-content h4{

        font-size: 13px;

        line-height: 17px;

    }

    .search-result-content span{

        font-size: 11px;

    }

}

/* Small Mobile */
@media (max-width: 480px){

    .custom-search-box{

        padding: 16px;

    }

    .custom-search-box h3{

        font-size: 18px;

    }

    .custom-search-field input{

        height: 50px;

    }

    .custom-search-field button img{

        width: 42px;

        height: 30px;

    }

}/* End custom CSS */