/*
Theme Name: apah
Theme URI: https://apah.intentlabs.in/
Author: apah
Author URI: https://apah.intentlabs.in/
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
*/
.custom-connect-btn {
    background-color: white;
    color: #386B9F;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}