a.modal-trigger {
    text-decoration: none;
    color: inherit;
}

a.modal-trigger:hover {
    color: #008740;
}

/* Create a new button class for "Inquire Now" button */
.button-green-inquire {
    padding: 10px 20px;
    font-size: 1.1rem;
    background-color: transparent;
    border-color: #008740;
    /* Border color for the green button */
    color: white;
    position: relative;
    width: 200px;
    height: 50px;
    transition: background-color 0.2s ease-in, all 0.15s ease-in;
    font-family: 'Poppins', sans-serif;
}

/* Customize the ::after pseudo-element for the "Inquire Now" button */
.button-green-inquire::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Inquire Now";
    /* Text for the "Inquire Now" button */
    width: 200px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(5px, 5px);
    background-color: #008740;
    /* Background color for the "Inquire Now" button */
    transition: all 0.15s ease-in;
}

/* Hover effect for the "Inquire Now" button */
.button-green-inquire:hover::after {
    transform: translate(-7px, -7px);
}

.button-green-inquire:hover {
    transform: translate(5px, 5px);
}

/* Active state for the "Inquire Now" button */
.button-green-inquire:active::after {
    background-color: #008740;
    /* Background color for the "Inquire Now" button in the active state */
}

/* ADVOCACY PAPERS */

/* Create a new button class for "Inquire Now" button */
.button-green-download {
    padding: 10px 20px;
    font-size: 1.1rem;
    background-color: transparent;
    border-color: #008740;
    /* Border color for the green button */
    color: white;
    position: relative;
    width: 200px;
    height: 50px;
    transition: background-color 0.2s ease-in, all 0.15s ease-in;
    font-family: 'Poppins', sans-serif;
}

/* Customize the ::after pseudo-element for the "Inquire Now" button */
.button-green-download::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Download Now";
    /* Text for the "Inquire Now" button */
    width: 200px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(5px, 5px);
    background-color: #008740;
    /* Background color for the "Inquire Now" button */
    transition: all 0.15s ease-in;
}

/* Hover effect for the "Inquire Now" button */
.button-green-download:hover::after {
    transform: translate(-7px, -7px);
}

.button-green-download:hover {
    transform: translate(5px, 5px);
}

/* Active state for the "Inquire Now" button */
.button-green-download:active::after {
    background-color: #008740;
    /* Background color for the "Inquire Now" button in the active state */
}


/* BE ONE OF OUR COMMITTEES */

/* Create a new button class for "Inquire Now" button */
.button-green-submit {
    padding: 10px 20px;
    font-size: 1.1rem;
    background-color: transparent;
    border-color: #008740;
    /* Border color for the green button */
    color: white;
    position: relative;
    width: 200px;
    height: 50px;
    transition: background-color 0.2s ease-in, all 0.15s ease-in;
    font-family: 'Poppins', sans-serif;
}

/* Customize the ::after pseudo-element for the "Inquire Now" button */
.button-green-submit::after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "Submit";
    /* Text for the "Inquire Now" button */
    width: 200px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(5px, 5px);
    background-color: #008740;
    /* Background color for the "Inquire Now" button */
    transition: all 0.15s ease-in;
}

/* Hover effect for the "Inquire Now" button */
.button-green-submit:hover::after {
    transform: translate(-7px, -7px);
}

.button-green-submit:hover {
    transform: translate(5px, 5px);
}

/* Active state for the "Inquire Now" button */
.button-green-submit:active::after {
    background-color: #008740;
    /* Background color for the "Inquire Now" button in the active state */
}