/*
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(270px, 1fr));
    gap: 32px;
}

/* Kart */
.portfolio-card {
    text-decoration: none;
    color: inherit;
    display: block; 
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-10px); 
    transition: all 0.3s ease;
}

/* 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);
    transition: all 0.3s ease;
}

.service-icon i {
    font-size: 42px;
    color: #a33125;
}



#kvkk-banner {
  position: fixed;
  left: 0;
  width: 100%;
  background: #1e1e1e;
  color: #fff;
  z-index: 99999;  
  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;
}
@media (min-width: 769px){
#kvkk-banner { 
  bottom:0px; 
}
}
/* Mobil */
@media (max-width: 768px) {
  .kvkk-content {
    flex-direction: column;
    text-align: center;
  }
  #kvkk-banner { 
  bottom:70px; 
}
}

/* Genel Swiper alanı */
.portfolio-swiper {
    padding: 40px 0 60px;
}

/* Slide kart */
.portfolio-item {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    position: relative;
}

/* Hover kart yükselme */
.portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Görsel alan */
.portfolio-item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover zoom */
.portfolio-item:hover img {
    transform: scale(1.08);
}

/* Gradient overlay */
.portfolio-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.15),
        transparent
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.portfolio-item:hover::after {
    opacity: 1;
}

/* Başlık */
.portfolio-item h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 2; 
    transform: translateY(15px);
    transition: all 0.4s ease;
}

/* Hover başlık */
.portfolio-item:hover h3 {
    opacity: 1;
    transform: translateY(0);
}

/* Link reset */
.portfolio-item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Oklar */
.portfolio-swiper .swiper-button-next,
.portfolio-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: #000;
    transition: all 0.3s ease;
}

.portfolio-swiper .swiper-button-next:hover,
.portfolio-swiper .swiper-button-prev:hover {
    background: #000;
    color: #fff;
}

/* Ok ikonları küçült */
.portfolio-swiper .swiper-button-next::after,
.portfolio-swiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

/* Pagination modern dots */
.portfolio-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s ease;
}

.portfolio-swiper .swiper-pagination-bullet-active {
    background: #000;
    transform: scale(1.3);
}
 
.service-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.service-box i {
  font-size: 36px;
  color: #0d6efd;
  margin-bottom: 15px;
  display: inline-block;
}

.service-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-box p {
  color: #555;
  font-size: 15px;
}

.process-list {
  padding-left: 18px;
}

.process-list li {
  margin-bottom: 8px;
  font-size: 15px;
}
 
.odes-section {
  padding: 20px 0; 
  color: #fff;
}

.odes-title {
  font-weight: 800;
  font-size: 38px;
}

.odes-subtitle {
  color: #000;
  max-width: 700px;
  margin: 0 auto;
}

.odes-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden; 
    border: 1px solid #ccc;
}

 

.odes-card:hover::before {
  opacity: 1;
}

.odes-card:hover {
  transform: translateY(-8px);
}

.odes-card .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 15px;
}

.odes-card h5 {
  font-weight: 700;
  margin-bottom: 10px; 
  font-size:25px;
}

.odes-card p {
  color: #000;
  font-size: 15px;
}

/* Timeline */
.odes-timeline ul {
  list-style: none;
  max-width: 600px;
  margin: auto;
  padding: 0;
}

.odes-timeline h4 {
	font-size:30px;
}
.odes-timeline li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.06);
  padding: 12px 20px;
  border-radius: 14px;
  color:#000;
}

.odes-timeline li span {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 15px;
} 
 
.odes-offer {
    padding: 20px 0 50px 0; 
}

.odes-offer-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 40px;
    color: #000;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.odes-offer-box h3 {
    font-weight: 800;
    margin-bottom: 10px;
}

.odes-offer-box p {
    color: #000;
    margin-bottom: 30px;
}

.odes-offer-form .form-control {
    background: rgba(255,255,255,0.12);
    border: none;
    color: #000;
    padding: 14px;
    border-radius: 14px;
}
.odes-offer-form button{
	border-radius:20px!important;
}
.odes-offer-form .form-control::placeholder {
    color: #000;
}

.odes-offer-form .form-control:focus {
    box-shadow: 0 0 0 2px rgba(59,130,246,0.6);
    background: rgba(255,255,255,0.15);
}

.odes-btn {
    margin-top: 25px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.odes-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(59,130,246,0.5);
} 




 
