.elementor-468 .elementor-element.elementor-element-c270f63{margin-top:57px;margin-bottom:57px;padding:24px 24px 24px 24px;}/* Start custom CSS for shortcode, class: .elementor-element-43b595d */input {
    border: none;
    outline: 0;
}

.logo-sitename .adnan-logo {
    margin-left: 24px;
}

.site-menu ul {
    display: flex;
}

ul {
    list-style: none;
    padding-right: 0;
}

a {
    text-decoration: none;
}

.site-menu li a {
    padding: 0 12px;
    color: #5f5f5f;
    font-size: 14px;
}

.site-menu li a:hover {
    color: #000000;
}

.adnan-row {
    display: flex;
    margin-bottom: 72px;
}

.landing-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
}

.nazarsanji-form {
    margin-top: 100px;
}

.nazarsanji-form-container,
.nazarsanji-form-container form {
    width: 100%;
}

.nazarsanji-form-container form {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    padding: 24px 24px;
    border-radius: 12px;
}

.form-all-sides {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 32px;
}

.field {
    background-color: #e5e4e4;
    padding: 12px 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .04);
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    border-bottom: 2.5px solid #EF3B3B;
}

.field.full-width,
.select-input.full-width {
    width: 100%;
}

.field.half_field {
    width: 49%;
}

.form-sides {
    width: 48.8%;
}

.form-label {
    font-size: 15px;
}

.input-row:not(:last-child) {
    margin-bottom: 24px;
}

.input-row {
    /* min-height: 46px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

select {
    border: none;
}

.select-input {
    width: 10%;
    height: 45px;
    text-align: center;
    background: #e5e4e4;
    border-radius: 5px 5px 0px 0;
    border-bottom: 2.5px solid #EF3B3B;
}

.input-row label {
    width: 100%;
    line-height: 1.4rem;
}

.textarea-input {
    width: 100%;
    resize: none;
    border: none;
    background-color: #e5e4e4;
    border-radius: 5px 5px 0 0;
    padding: 12px 16px;
    font-size: 14px;
    outline: 0;
    border-bottom: 2.5px solid #EF3B3B;
}

.btn {
    padding: 8px 16px;
    border: 0;
    background-color: #d9d9d9;
    outline: 0;
    border-radius: 5px;
}

.form-btn {
    background-color: #EF3B3B;
    color: #fff;
    cursor: pointer;
}

.center-title {
    text-align: center;
}

.about-adnan {
    justify-content: center;
    text-align: center;
}

.adnan-paragraph {
    line-height: 1.8rem;
}

.landing-footer {
    text-align: center;
    background-color: #EF3B3B;
    color: #fff;
    padding: 24px 0;
    font-size: 18px;
}

.adnan-logo {
    width: 72px;
}

.select-input-container {
    width: 20%;
}

.select-input-container .select-input,
.input-row .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7-response-output {
    margin: 0 0 24px 0;
    color: #EF3B3B;
}

.wpcf7-not-valid-tip {
    margin-top: 12px;
    display: inline-block;
    color: #EF3B3B;
    font-size: 14px;
}

.input-col-36 {
    width: 36%;
}

.input-col-10 {
    width: 10%;
}

.input-col-49 {
    width: 49%;
}

.wpcf7 p {
    margin: 0;
}

@media screen and (max-width:425px) {
    .adnan-center {
        max-width: 100%;
        padding: 0 24px;
    }
    .adnan-logo {
        width: 56px;
        margin-bottom: 16px;
    }
    .main-header .adnan-center {
        flex-direction: column;
    }
    .logo-sitename h1 {
        display: none;
    }
    .input-col-49 {
        width: 100%;
    }
    .input-col-49:not(:last-child) {
        margin-bottom: 24px;
    }
    .input-col-10 {
        width: 100%;
    }
    .select-input {
        margin-bottom: 24px;
    }
    .input-col-36 {
        width: 100%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width:1024px) {
    .adnan-center {
        width: 100%;
        max-width: 768px;
        padding: 0 24px;
    }
    .logo-sitename h1 {
        display: none;
    }
}




input, textarea {
    color: #000000 !important; /* تغییر رنگ به مشکی */
    background-color: #ffffff !important; /* تغییر پس‌زمینه به سفید */
}

/* تغییر رنگ متن‌ها در داخل باکس‌های ورودی */
input, textarea, select, .wpcf7-form-control {
    color: #000000 !important; /* رنگ متن مشکی */
}

/* تغییر رنگ placeholder ها (متن پیش‌فرض داخل باکس‌ها) */
::placeholder {
    color: #000000 !important; /* رنگ placeholder به مشکی */
}

/* تغییر رنگ متن‌های لیبل (برچسب‌های فیلدها) */
.form-label, label {
    color: #000000 !important; /* رنگ برچسب‌ها به مشکی */
}

.elementor-widget-shortcode .wpcf7 select {
    background-color: #e5e4e4;
}/* End custom CSS */