/*
Theme Name: Digihack
Theme URI:  https://www.wpserveur.net
Author:     Ajay K
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


body {
    font-family: 'Poppins', sans-serif;
}
* {
    font-family: 'Poppins', sans-serif;
}

.contact2 {
    font-family: 'Arial', sans-serif;
}

.contact2 .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.contact2 .col-lg-6, .contact2 .col-md-6, .contact2 .col-sm-12 {
    flex: 1 1 calc(100% - 8px);
}

@media screen and (max-width: 768px) {
    .contact2 .col-lg-6,
    .contact2 .col-md-6,
    .contact2 .col-sm-12 {
        flex: 1 1 100%;
    }
}

.pxl-item p {
    margin: 0;
}
.wpcf7-form-control {
    width: 100%;
    padding: 10px 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    color: black !important;
}

/* Focus State */
.wpcf7-form-control:focus {
    border-color: #ee5f25;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(238, 95, 37, 0.3);
}

/* Textarea */
.textarea-mains textarea {
    resize: none;
    min-height: 80px;
    height: 50px !important;
}

/* Dropdown Styling */
.wpcf7-form-control.wpcf7-select {
    background-color: #f9f9f9;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4H4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Button */
.contact-submit {
    text-align: center;
    margin-top: 20px;
}

.contact-submit button {
    background-color: #ee5f25;
    color: #ffffff;
    font-size: 14px !important;
    width: 100% !important;
    height: 50px;
    font-weight: 500;
    padding: 13px 28px !important;
    border-radius: 4px !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center !important;
    gap: 10px;
    justify-content: center;
}

.contact-submit button:hover {
    background-color: #d54e1c;
    transform: translateY(-2px);
}

.contact-submit button i {
    font-size: 20px;
}


/* OTP Button */
.otp-button {
    width: 100%;
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.otp-button:hover {
    background: #005f8d;
}

/* OTP Message Box */
#mo_message {
    display: none;
    background-color: #f7f6f7;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
}

/* OTP Input Field (hidden initially) */
#otp-field {
    margin-top: 15px;
}

.otp-button {
    margin: 0px;
}

.otp-box {
    display: flex
;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}
.otp-button {
    /* margin-top: 7px; */
    background-color: black !important;
    border: 0 !important;
    color: white !important;
    font-size: 12px !important;
    width: 100%;
    height: 40px;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #ee5f25 !important;
    color: #fff;
    text-decoration: none;
}

.otp-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

div#mo_message {
    font-size: 12px;
    padding-top: 5px;
}
