/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 16 2025 | 07:25:58 */
.enquiry_btn, .datasheet_btn{
    width: 100%;
}  
.enquiry_btn a, .datasheet_btn a{
    width: 100%;
}
.enquiry_btn a {
    cursor: pointer;
    height: 54px;
}
.enquiry_btn:hover a {
    border: 1px solid #0E1928 !important;
}
.product_grid .e-loop-item .elementor-button{
    border: unset !important;
}
.product_grid .e-loop-item .elementor-button:hover{
    background-color: unset !important;
} 
#pdf-modal, #prod_enqu_modal  {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999999;
    align-items: center;
    justify-content: center;
}
.data_popup .pdf-pop-inner, .data_popup .prod_enqu_modal_inner {
    background: #fff;
    padding: 48px;
    position: relative;
    max-width: 768px;
    width: 100%;
    overflow:auto;
    max-height:100vh;
} 
.data_popup #close-pdf-modal, #close_prod_enqu_modal {
    position: absolute;
    top: 62px !important;
    right: 48px !important;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #1F2937;
}
.data_popup svg {
    width:16px;
    height:16px;
}
.data_popup .pdf-pop-inner p.en_title, .data_popup .prod_enqu_modal_inner p.en_title {
    font-size: 42px;
    font-weight: 500;
    line-height: 54.6px;
    color: #0E1928;
    margin: 0 0 48px;
}
.data_popup .wpcf7-form label {
    color: #0E1928;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 500;
    margin-bottom: 12px;
}
.data_popup .wpcf7-form input {
    height: 48px;
    border: 1px solid #CBD5E1 !important;
    box-shadow: none;
    border-radius: 6px;
}

.single-product-page-feature-img .elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image img {
    height: 100%;
    object-fit: contain;
}
.single-product-page-feature-img .elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image {
    height: 555px;
}
.dialog-close-button:focus-visible{
    outline:none;
}
.acf_structure{
    margin-bottom: 40px;
}
.acf_structure .type_main {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #F8F8F8;
    margin-bottom: 8px;
    border-radius: 8px;
}
.acf_structure .type_main:last-child{
    margin-bottom: 0;
}
.acf_structure .title {
    color: #0E1928;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    display: grid;
    grid-template-columns: 20px auto;
    gap: 12px;
    align-items: center;
}
.acf_structure .con{
    font-family: Inter;
    color: #0E1928;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}
.data_popup .wpcf7-form .submit p .wpcf7-spinner {
    display: none;
}
.data_popup #open-pdf-modal {
    color: #0E1928 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background: #FFF !important;
    padding: 17px 24px !important;
    border: 1px solid #0E1928 !important;
    border-radius: 35px;
    width: 100%;
}
.data_popup #open-pdf-modal:hover{
    color: #0E1928 !important; 
    background: #CCFF98 !important;
    width: 100%;
    border: 1px solid #CCFF98 !important;
}

.data_popup .name_div, .data_popup .ct_detail{
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
}
.data_popup .wpcf7-form textarea {
    height: 104px;
    border: 1px solid #CBD5E1 !important;
    box-shadow: none;
    padding: 12px;
}
.data_popup .wpcf7-form textarea:placeholder, .data_popup .wpcf7-form input::placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color:#6B7280;
}
.data_popup .wpcf7-form .wpcf7-submit{
    background: #CCFF98;
    padding: 14px 24px;
    border: 1px solid #CCFF98 !important;
    border-radius: 35px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 500;
    color: #0E1928;
    width: 100%;
    margin-top: 24px;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background-color:#FFF;
    border: 1px solid #0E1928 !important;
}
.data_popup .wpcf7-form label span{
    color: #37AD4E;
    padding-left: 5px;
}


@media(max-width:1024px){
    #pdf-modal, #prod_enqu_modal {
        padding: 0 16px;
    }   
    .data_popup .pdf-pop-inner, .data_popup .prod_enqu_modal_inner{
        padding:32px;
    }
    .data_popup #close-pdf-modal, .data_popup #close-pdf-modal, .data_popup #close_prod_enqu_modal {
        top: 38px !important;
        right: 32px !important;
    }
    .data_popup .pdf-pop-inner p.en_title, .data_popup .prod_enqu_modal_inner p.en_title {
        font-size:24px;
        line-height:32px;
        margin-bottom:32px;
    }
}
@media(max-width:767px) {
    .data_popup .pdf-pop-inner, .data_popup .prod_enqu_modal_inner {
        padding:32px 16px;
    }
    .data_popup #close-pdf-modal, .data_popup #close_prod_enqu_modal {
        top: 34px !important;
        right: 16px !important;
        width: 12px;
        height: 12px;
    }
    .single-product-page-feature-img .elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image {
        height: 320px;
    }
    .enquiry_btn a {
        height: 41px;
    }
    .acf_structure .type_main{
        gap: 16px;
        padding: 8px;
    }
    .acf_structure .title{
        font-size: 14px;
        font-weight: 400;
        line-height: 16px; 
        gap: 6px;
    }
    .acf_structure .con{
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }
    .acf_structure{
        margin-bottom: 32px;
    }
    .data_popup svg {
        width: 12px;
        height: 12px;
    }
    .data_popup .name_div, .data_popup .ct_detail{
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 16px !important;
        padding-bottom: 16px !important;
    }
    .data_popup svg {
        width: 10px;
        height: 10px;
    }
    .data_popup #open-pdf-modal {
        font-size: 14px;
        line-height: 16.8px;
        padding: 12px 16px !important;
        height: 41px;
    }
}






/*** cutom equiry popu form css ***/

/*.equiry_pp_frm div#enquiry-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.equiry_pp_frm .enquiry-pop-inner {
    background: #fff;
    padding: 48px;
    position: relative;
    max-width: 768px;
    width: 100%;
    overflow: auto;
    max-height: 100vh;
}
.equiry_pp_frm #close-enquiry-modal {
    position: absolute;
    top: 60px !important;
    right: 48px !important;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: #1F2937;
}
span#close-enquiry-modal svg {
    fill: #1f2124;
    width: 10px;
}

.equiry_pp_frm .enquiry-pop-inner h3{
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #1F2937;
    margin: 0 0 48px;
}
.equiry_pp_frm .wpcf7-form input {
    height: 48px;
    border: 1px solid #CBD5E1 !important;
    box-shadow: none;
}
.equiry_pp_frm .wpcf7-form textarea {
    height: 96px;
    border: 1px solid #CBD5E1 !important;
    box-shadow: none;
}

.equiry_pp_frm .wpcf7-form label {
    color: #1F2937;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 500;
    gap: 4px;
    margin-bottom: 12px;
}
.equiry_pp_frm .name_div, .equiry_pp_frm .ct_detail {
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
}
.equiry_pp_frm .wpcf7-form .wpcf7-submit {
    background: #FD8201;
    padding: 12px 24px;
    border: none !important;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    margin-top: 24px;
}
button#open-enquiry-modal{
    background-color: #FD8201;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border: 1px solid #FD8201;
    border-radius: 2px 2px 2px 2px;
    padding: 12px 24px 12px 24px;
    width: 100%;
}
button#open-enquiry-modal:hover{
    background-color: #FF982C;
}

@media (max-width: 1024px) {
    .equiry_pp_frm .enquiry-pop-inner {
        padding: 32px;
    }
    .equiry_pp_frm .enquiry-pop-inner h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }
}

@media(max-width: 768px){
    .equiry_pp_frm #close-enquiry-modal {
        position: absolute;
        top: 35px !important;
        right: 16px !important;
    }
    .equiry_pp_frm .enquiry-pop-inner {
        padding: 32px 16px;
    }
    .equiry_pp_frm .name_div, .equiry_pp_frm .ct_detail {
        flex-wrap: nowrap;
        flex-direction: column;
        gap: 16px !important;
        padding-bottom: 16px !important;
    }
}

*/