body {
    background: #090909;
}

.title {
    font-size: 40px;
    color: #c4cfde;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 0.6em !important;
}

.subtitle {
    color: #e31c25;
    display: block;
    letter-spacing: 1px;
    line-height: 1.2 !important;
    line-height: 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.contact-form-wrapper input {
    background-color: linear-gradient(145deg, #0d0d0d, #101010);
    border: 2px solid #101010;
    border-radius: 6px;
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset,
        -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
    color: #c4cfde;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    height: 55px;
    letter-spacing: 1px;
    padding: 0 15px;
    transition: 0.4s;
}

.contact-form-wrapper {
    background: linear-gradient(145deg, #0d0d0d, #101010) !important;
    border-radius: 10px;
    box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset,
        -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
}

input,
button {
    background: transparent;
    border: 1px solid #e6e6e6;
    transition: all 0.4s ease-out 0s;
    width: 100%;
}

input:focus,
button:focus,
input:active,
button:active {
    outline: none;
    border-color: #e31c25;
}

.button-group a.gabe-btn {
    margin: 15px;
    transition: 0.4s;
}

.gabe-btn,
button.gabe-btn {
    border-radius: 6px;
    background: linear-gradient(145deg, #0d0d0d, #101010);
    box-shadow: 10px 10px 19px #000000, -10px -10px 19px #090909;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    border: 0 none;
    display: inline-block;
    padding: 1rem 2.2rem;
    list-style: none;
    text-decoration: none;
    color: #e31c25;
    width: 75%;

}

a.gabe-btn:hover,
button.gabe-btn:hover {
    transform: translateY(-5px);
}

a:hover,
a:focus,
a:active {
    color: #e31c25 !important;
    text-decoration: none;
    outline: none;
}

.error-message {
    color: #e31c25;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 14px;
}

.gabe-footer-area {
    font-size: 17px;
    color: #878e99;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    font-weight: 300;
}

.gabe-footer-area a {
    text-decoration: none;
    color: #878e99;
    transition: 0.4s;
    position: relative;
}

.gabe-footer-area a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: #e31c25;
    left: 0;
    bottom: 3px;
    transition: 0.4s;
}

.gabe-footer-area a:hover {
    color: #e31c25;
}

.gabe-footer-area a:hover::before {
    width: 100%;
}

/* Responsive styles */
@media screen and (max-width: 400px) {
    .title {
        font-size: 20px;
        overflow-wrap: break-word;
    }

    .p-5 {
        padding: 0 !important;
    }

    .contact-form-wrapper {
        padding: 4rem 1rem;
    }

    .contact-form-wrapper input,
    .error-message,
    .subtitle,
    .gabe-btn,
    button.gabe-btn,
    .gabe-footer-area {
        font-size: 10px;
        overflow-wrap: break-word;
    }

    .gabe-btn,
    button.gabe-btn {
        padding: 1rem;
    }

    .cf-turnstile iframe {
        max-width: 100%;
    }
}