/* ==========================
   力lan Formu
========================== */

.ilan-form-wrapper{
    max-width:1000px;
    margin:40px auto;
}

.ilan-card{
    background:#fff;
    border-radius:16px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.ilan-card h3{
    margin:0 0 25px;
    font-size:22px;
    color:#222;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}

.ilan-upload-text{
    color:#777;
    margin-bottom:20px;
}

/* ------------------------- */

.ilan-card p{

    margin-bottom:20px;

}

.ilan-card label{

    display:block;
    font-weight:600;
    margin-bottom:8px;

}

/* ------------------------- */

.ilan-card input[type=text],
.ilan-card input[type=number],
.ilan-card input[type=tel],
.ilan-card select,
.ilan-card textarea{

    width:100%;
    height:52px;
    padding:0 16px;

    border:1px solid #ddd;
    border-radius:10px;

    font-size:15px;
    box-sizing:border-box;

    background:#fff;
}
.ilan-card select{

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    line-height:52px;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 15px center;

    padding-right:45px;
}

.ilan-card input:focus,
.ilan-card textarea:focus,
.ilan-card select:focus{

    border-color:#0d6efd;

    outline:none;

    box-shadow:0 0 0 4px rgba(13,110,253,.15);

}

/* ------------------------- */

.ilan-card textarea{

    min-height:220px;

    resize:vertical;

}

/* ------------------------- */

.ilan-submit{

    text-align:center;

}

.ilan-submit button{

    width:100%;

    background:#0d6efd;

    color:#fff;

    border:none;

    padding:18px;

    font-size:20px;

    border-radius:12px;

    cursor:pointer;

    transition:.3s;

}

.ilan-submit button:hover{

    background:#0b5ed7;

    transform:translateY(-2px);

}

/* ------------------------- */

input[type=file]{

    border:2px dashed #ccc;

    padding:30px;

    border-radius:12px;

    width:100%;

    background:#fafafa;

}

/* ------------------------- */

.ilan-success{

    background:#e8fff1;

    border:1px solid #7ddf9f;

    padding:20px;

    border-radius:12px;

    margin-bottom:25px;

}

/* ------------------------- */

@media(min-width:768px){

.ilan-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}

}

@media(max-width:767px){

.ilan-card{

padding:20px;

}

}
.ilan-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:20px;

    margin-bottom:20px;

}

@media(max-width:768px){

.ilan-grid{

grid-template-columns:1fr;

}

}
/* Fotoğraf Alanı */

.ilan-upload-box{

    border:2px dashed #d9d9d9;

    border-radius:16px;

    padding:45px;

    text-align:center;

    background:#fafafa;

    transition:.3s;

}

.ilan-upload-box:hover{

    border-color:#0d6efd;

    background:#f8fbff;

}

.upload-icon{

    font-size:60px;

    margin-bottom:20px;

}

.upload-title{

    font-size:22px;

    font-weight:700;

    margin-bottom:10px;

}

.upload-subtitle{

    color:#777;

    margin-bottom:25px;

}

.upload-button{

    display:inline-block;

    background:#0d6efd;

    color:#fff;

    padding:14px 28px;

    border-radius:10px;

    cursor:pointer;

    font-weight:600;

}

.upload-button:hover{

    background:#0957cf;

}
wp_enqueue_script(
    'ilanadana-form',
    ILANADANA_URL.'assets/js/form.js',
    array(),
    time(),
    true
);
wp_enqueue_script(
    'ilanadana-form',
    ILANADANA_URL.'assets/js/form.js',
    array(),
    time(),
    true
);
.ilan-select{
    height:52px !important;
    line-height:52px !important;
    padding:0 16px !important;
    border-radius:10px;
    box-sizing:border-box;
    background:#fff;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}