/**
 * AG Machinery Toolkit
 * Product Inquiry Buttons
 */



.ag-product-buttons{


    margin-top:30px;

    margin-bottom:30px;

    display:flex;

    gap:15px;

    align-items:center;

    flex-wrap:wrap;


}





.ag-inquiry-button{


display:flex;

align-items:center;

justify-content:center;

gap:8px;


padding:14px 32px;


min-width:180px;


border-radius:4px;


color:#fff !important;


font-size:16px;


font-weight:600;


text-decoration:none !important;


transition:
all .3s ease;


box-shadow:
0 3px 8px rgba(0,0,0,.12);


}



.ag-inquiry-button svg{


flex-shrink:0;


}




.ag-inquiry-button:hover{


transform:translateY(-2px);


opacity:.9;


box-shadow:

0 6px 15px rgba(0,0,0,.18);


}



/* Message button */


.ag-message-button{


background:#1e73be;


}




/* Quote button */


.ag-quote-button{


background:#ff6600;


}





/* Mobile */


@media(max-width:768px){


.ag-product-buttons{


display:flex;

flex-direction:column;

width:100%;


}

/* Technical Parameters */


.ag-technical-title{

    font-size:18px;

    font-weight:600;

    margin-top:25px;

    margin-bottom:15px;

    color:#555;

}



.ag-technical-box{


    width:100%;

    border-collapse:collapse;

    margin-bottom:25px;


}



.ag-technical-box tr{


    border-bottom:1px solid #eee;


}



.ag-technical-box td{

    padding:10px 12px;

    font-size:14px;

    color:#555;

}



.ag-technical-box td:first-child{

font-weight:500;

width:35%;

background:#fafafa;

color:#444;

}



/* Mobile */


@media(max-width:768px){


    .ag-technical-box td{


        padding:10px;


    }


}


.ag-inquiry-button{


width:100%;


padding:15px 20px;


}



}



/* WhatsApp Button */


.ag-whatsapp-button{


    margin-top:20px;

}



.ag-whatsapp-button a{


    display:inline-flex;

    align-items:center;

    gap:8px;


    background:#25D366;


    color:#fff !important;


    padding:14px 30px;


    border-radius:5px;


    font-size:16px;


    font-weight:600;


    text-decoration:none;


    transition:.3s;


}



.ag-whatsapp-button a:hover{


    opacity:.85;


}



@media(max-width:768px){


.ag-whatsapp-button a{


    width:100%;

    justify-content:center;


}


}

.ag-product-category{

font-size:14px;

color:#777;

margin-bottom:20px;

}