/*
Theme Name: Consik
Theme URI: https://wordpress.vecurosoft.com/consik/
Author: Vecurosoft
Description: Consik - Construction WordPress Theme
Version: 1.0.4
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consik
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.footer-layout__bottom4 {
  background-color: var(--theme-color);
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  margin-right: -100%;
  padding-right: 100%;
}

.project-carousel .slick-prev,
.project-carousel .slick-next {
  display: none !important;
}
.elementor .blog-author img {
  border-radius: 50%;
}


/* CF7 – Siyah zemin / beyaz yazı (isim + telefon) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"] {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #333;
}

/* Placeholder rengi */
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder {
    color: #ccc;
}

/* Focus durumu */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus {
    background-color: #000;
    color: #fff;
    border-color: #fff;
    outline: none;
}

.whatsapp-btn {
    background-color: #25D366;
    color: #fff !important;
    padding: 6px 12px;        /* buton yüksekliği küçültüldü */
    border-radius: 3px;
    font-weight: 500;
    font-size: 22px !important;          /* yazı küçültüldü */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d;
    color: #fff;
}

/* Sabit alan – select gibi görünen kutu */
.form-static-box {
    background-color: #000;
    color: #fff;
    border: 1px solid #333;
    padding: 12px 15px;
    min-height: 46px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Text ve telefon inputları siyah zemin */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"] {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #333;
}

/* Placeholder rengi */
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder {
    color: #ccc;
}

/* Focus durumu */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus {
    border-color: #fff;
    outline: none;
}

/* Label yazıları beyaz */
.wpcf7-form .form-label {
    color: #fff;
}

/* Sadece this textarea için */
#your-message {
    background-color: #000000 !important; /* siyah arka plan */
    color: #ffffff !important;           /* beyaz yazı */
    border: 1px solid #555555;           /* isteğe bağlı sınır rengi */
    padding: 10px;
}