.black-card-contact {
    padding: 20px;
    width: 90vw;
    max-width: 100%;
    border-radius: 30px;
}
body {
    background-image: url(../images/bg_contact.jpg); /* Adjust the path if needed */
    background-size: cover; /* Ensures the image covers the whole background */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating */
    background-attachment: fixed; /* Keeps the image fixed while scrolling */
}

.contact-section h1 span {
    color: #9c4dff;
}

form {
    background: #111;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.input-group {
    display: flex;
    gap: 10px;
}

.inputForm,
.textareaForm {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 8px !important;
    background: #222;
    color: white;
}

.btnContact {
    background: #5b08e3;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-size: 16px;
    border-radius: 8px !important;
}
.input-group {
    display: flex;
    gap: 10px;
}

.input-group input {
    flex: 1;
}
.faq-subscribe {
    text-align: center;
    color: white;
    padding: 50px 20px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}

.faq-subscribe h4 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    color: #6207f5;
}

.faq-subscribe h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
}

.faq-subscribe p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #6f6c90;
}

.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: white;
    padding: 10px;
    border-radius: 50px;
    width: 100%;
    margin: auto;
}

.subscribe-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 50px;
}

.subscribe-form button {
    background: #570df8;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-gradient {
    background: linear-gradient(to right, #6207f5, #4a20b7);
    color: white;
    border: none;
    padding: 7px 24px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-gradient:hover {
    opacity: 0.9;
}
.image-section {
    width: 100%;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-section img {
    width: 100%;
    height: 30rem;
}
.inputForm,
.textareaForm {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(to bottom, #271d41, #150e29);
    color: white;
    font-size: 16px;
    outline: none;
    margin-bottom: 10px;
}

.input-group {
    display: flex;
    gap: 10px;
}

.inputForm::placeholder,
.textareaForm::placeholder {
    color: rgba(255, 255, 255, 0.7); /* Light placeholder */
}

.textareaForm {
    height: 120px;
    resize: none;
}

.btnContact {
    background: linear-gradient(to right, #6207f5, #4a20b7);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.btnContact:hover {
    opacity: 0.9;
}
.form-select {
    background-color: transparent !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
    padding-right: 30px !important;
    appearance: none !important;
    -webkit-appearance: none !important ;
    -moz-appearance: none !important;
}

.custom-select-wrapper::after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    font-size: 10px;
    color: white;
}

.form-select:focus {
    outline: none;
}

.form-select option {
    background-color: #333;
    color: white;
}

.form-select option:hover {
    background-color: #4a20b7 !important;
}
.cardAdress {
    height: 4rem !important;
    display: flex !important;
    justify-content: center !important;
    border: none !important;
    box-shadow: none !important;
    color: #570df8 !important;
}

.map-image {
    width: 100%;
    max-width: 100%;
    height: 40vh;
}
@media (max-width: 768px) {
    .map-image {
        width: 100%;
        max-width: 100%;
        height: 30vh !important;
    }
    .image-section {
        width: 100%;
        height: 33rem !important;
    }
    .image-section img {
        width: 100%;
        height: 18rem !important;
    }
    .custom-select-wrapper::after {
        content: "\25BC";
        position: absolute;
        top: 50%;
        right: 49%;
        transform: translateY(-50%);
        font-size: 12px;
        color: white;
    }
    .title_contact {
        font-size: 36px !important;
    }
    .sizeQuestion {
        font-size: 36px;
    }
}
.sizeQuestion {
    font-size: 50px;
}
.title_contact {
    font-size: 67px;
}
.gradient-btn {
    background: linear-gradient(to right, #6207f5, #4a20b7);
    border: none !important;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.gradient-btn:hover {
    background: linear-gradient(to right, #4a20b7, #6207f5);
}
@media (max-width: 768px) {
    .subscribe-form {
        flex-direction: column; /* Stack elements vertically */
        gap: 10px;
        width: 100%; /* Ensure it spans the container */
        padding: 15px;
        border-radius: 10px; /* Make it slightly rounded */
    }

    .subscribe-form input {
        width: 100%; /* Full width on mobile */
        border-radius: 10px; /* Adjust for a cleaner look */
    }

    .subscribe-form button {
        width: 100%; /* Button takes full width */
        border-radius: 10px; /* Match input style */
    }
}
