/*
Theme Name: Dekorasyum Child
Theme URI: https://www.dekorasyum.com
Author: Abdullah Dalağan
Author URI: https://www.dekorasyum.com
Description: Dekorasyum web sitesi için özel child tema.
Template: astra
Version: 1.0
Text Domain: dekorasyum-child
*/

/* Child tema stilleri buraya eklenir */
.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.contact-form button {
    background: #FF6600;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.contact-info {
    margin-top: 20px;
    text-align: center;
}
.contact-info a {
    display: inline-block;
    margin-top: 10px;
    background: #25D366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
Template: astra
