/*
Theme Name: Constix
Theme URI: https://gaviaspreview.com/wp/constix/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2024 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.2
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: constix

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css);

.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

.after-offcanvas{
	display:none!important;
}


/* =========================
   IK FORM – MODERN UI
   Bootstrap 3.3.2 Uyumlu
========================= */

.ik_{
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    color:#222;
}

/* Başlık */
.ik_ .baslik_{
    font-size:22px;
    font-weight:600;
    margin:30px 0 20px;
    padding-bottom:8px;
    color:#ED1C24;
    border-bottom:2px solid #ED1C24;
}

/* Grid iç boşluk */
.ik_ .row{
    margin-bottom:20px;
}

/* Label */
.ik_ p{
    margin:0 0 6px;
    font-size:13px;
    font-weight:600;
    color:#555;
}

/* Input – Genel */
.ik_ input[type="text"],
.ik_ input[type="email"],
.ik_ input[type="number"],
.ik_ input[type="date"],
.ik_ select,
.ik_ textarea{
    width:100%;
    height:42px;
    padding:8px 12px;
    font-size:14px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    color:#222;
    transition:all .25s ease;
    box-shadow:none;
}

/* Textarea */
.ik_ textarea{
    min-height:120px;
    resize:none;
}

/* Focus efekti */
.ik_ input:focus,
.ik_ textarea:focus,
.ik_ select:focus{
    border-color:#ED1C24;
    box-shadow:0 0 0 3px rgba(237,28,36,.15);
    outline:none;
}

/* Select ok */
.ik_ select{
    appearance:none;
    background-image:
        linear-gradient(45deg, transparent 50%, #ED1C24 50%),
        linear-gradient(135deg, #ED1C24 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 12px) 18px;
    background-size:6px 6px;
    background-repeat:no-repeat;
}

/* Radio & Checkbox */
.ik_ input[type="radio"],
.ik_ input[type="checkbox"]{
    margin-right:6px;
    accent-color:#ED1C24;
}

/* CF7 Radio satırı */
.ik_ .wpcf7-list-item{
    margin-right:20px;
}

/* Dosya */
.ik_ input[type="file"]{
    border:2px dashed #ED1C24;
    padding:12px;
    background:#fff;
    border-radius:10px;
    cursor:pointer;
}

/* Submit */
.ik_ input[type="submit"]{
    background:#ED1C24;
    color:#fff;
    border:none;
    padding:14px 40px;
    font-size:15px;
    font-weight:600;
    border-radius:50px;
    cursor:pointer;
    transition:all .3s ease;
}

.ik_ input[type="submit"]:hover{
    background:#c9151d;
    transform:translateY(-1px);
    box-shadow:0 6px 20px rgba(237,28,36,.35);
}

/* Hata mesajı */ 
.ik_ .wpcf7-not-valid-tip{
    font-size:12px;
    color:#ED1C24;
    margin-top:5px;
}

/* Mobil */
@media (max-width:767px){
    .ik_ .baslik_{
        font-size:20px;
    }

    .ik_ input,
    .ik_ textarea,
    .ik_ select{
        font-size:15px;
    }
}
/* =========================
   CF7 RADIO FIX (FINAL)
========================= */

/* Radio grubu yatay dizilsin */
.ik_ .wpcf7-form-control.wpcf7-radio,
.ik_ .wpcf7-form-control.wpcf7-checkbox{
    display:flex;
    gap:20px;
    align-items:center;
}

/* Label iç hizalama */
.ik_ .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    line-height:1;
}

/* OVAL SORUNUNU BİTİREN KISIM */
.ik_ input[type="radio"],
.ik_ input[type="checkbox"]{
    appearance:none;
    -webkit-appearance:none;
    width:16px;
    height:16px;
    min-width:16px;
    min-height:16px;
    max-width:16px;
    max-height:16px;
    border:2px solid #ED1C24;
    border-radius:50%;
    background:#fff;
    position:relative;
    margin:0;
    padding:0;
    line-height:1;
}

/* Checkbox köşe */
.ik_ input[type="checkbox"]{
    border-radius:4px;
}

/* Radio seçili */
.ik_ input[type="radio"]:checked::after{
    content:"";
    width:8px;
    height:8px;
    background:#ED1C24;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

/* Checkbox seçili */
.ik_ input[type="checkbox"]:checked::after{
    content:"✔";
    font-size:11px;
    color:#ED1C24;
    position:absolute;
    top:-2px;
    left:2px;
}

/* Yazı boyutu */
.ik_ .wpcf7-list-item-label{
    font-size:14px;
    color:#333;
}
.page .title{
	display:none!important;
}

/* === CREATIVE PORTFOLIO GRID === */

.creative-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

/* Kart */
.portfolio-card {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.portfolio-card:hover {
    transform: translateY(-10px);
}

/* Görsel Alanı */
.portfolio-thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
    background: #f2f2f2;
}

.portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.portfolio-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 40%,
        rgba(0,0,0,0.65) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-view {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/* Başlık */
.portfolio-meta {
    margin-top: 12px;
    text-align: left;
	text-align:center;
}

.portfolio-meta h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

/* Mobil Ayar */
@media (max-width: 576px) {
    .creative-portfolio-grid {
        gap: 20px;
    }

    .portfolio-meta h3 {
        font-size: 16px;
    }
}

.service-card {
    border-radius: 16px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.service-card h4{
	font-size:20px;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.service-icon i {
    font-size: 42px;
    color: #a33125;
}
@media (max-width:480px){
.topContact li:nth-child(3){
	display:none
}
}


#kvkk-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1e1e1e;
  color: #fff;
  z-index: 99; /* header'dan da üstte */
  display: none;
}

.kvkk-content {
  max-width: 1200px;
  margin: auto;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px; 
}

.kvkk-content a {
  color: #4fc3f7;
  text-decoration: underline;
}

#kvkk-accept {
  background: #4fc3f7;
  color: #000;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}

/* Mobil */
@media (max-width: 768px) {
  .kvkk-content {
    flex-direction: column;
    text-align: center;
  }
}


 


 
