@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
.text-lines {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 50px;
    letter-spacing: 2px;
    justify-content: center;
    text-align: center;
    color: #538a88;
}

.card-title {
    font-family: "Arvo", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2px;
    color: #2e5c75;
}

.card-text {
    color: #5f696f;
}

.contact-form {
    color: #f5f5f5;
}


.alert-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: #e7ffdd;
    border: 2px solid #217100;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.alert-content {
    padding: 20px;
    text-align: center;
}
#alert-close {
    background-color: #e7ffdd;
    border: none;
    color: #094100;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.callsbutton {
    display: inline-block;
    width: 100%;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.callsbutton:hover {
    background: linear-gradient(90deg, #feb47b, #ff7e5f);
    transform: scale(1.05);
    letter-spacing: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.callsbutton:active {
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
