/*
Theme Name: TEKECI
Text Domain: tekeci
Theme URI: https://tekeci.co/
Author: Ahmet Tekeci
Author URI: https://ahmettekeci.com/
Description: TEKECI için özel olarak Ahmet Tekeci tarafından tasarlanmıştır.
Version: 1.0
License: Tekeci.co
License URI: https://tekeci.co/
*/



/* ====== */
/* ====== TypeFace Tanımlamaları ====== */
/* ====== */

@font-face {
	font-family: 'IBMPlexMono';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/IBMPlekMono/IBMPlexMono-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'IBMPlexMono';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/IBMPlekMono/IBMPlexMono-Medium.woff2') format('woff2');
}





/* ---------- Temel ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: #000;
}

.site body {
	background-color: #ffffff;
	margin: 0px;
	font-family: 'NeueSerif', sans-serif;
	font-size: 16px;
	color: #000000;
}

.site button,
.site select,
.site form,
.site input {
	font-family: 'NeueSerif', sans-serif;
}

.site .mono-font {
	font-family: 'IBMPlexMono', sans-serif;
	color:#fff;
	font-weight:300;
	margin-top: 2px;
}

.site p,
.site ul,
.site ol,
.site dl {
	margin-block-start: 0;
	margin-block-end: 1em;
}

.site p:last-child,
.site ul:last-child,
.site ol:last-child,
.site dl:last-child {
	margin-block-end: 0;
	text-wrap: pretty;
}

section {
    margin: 0px;
    padding: 0px;
    display: flow-root;
}

.site h1, .site h2, .site h3, .site h4, .site h5, .site h6, .site p { margin-top:0; }



/* ---------- footer.php ---------- */
.bolum-footer {
    background-color: #000000;
    color: #ffffff;
}

/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}























































/* ---------- bolumler > bolum-01-giris.php ---------- */
.bolum-giris {
background:#fff;
padding:20px 0;

}

.bolum-giris p {
background:#fff;
padding:20px 0;

}



/* Telefon */
@media (max-width: 767px) {}

/* Tablet */
@media (min-width: 767px) and (max-width: 991.98px) {}

/* ipad Pro Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}











































/**
 * Hero Form Styles
 * Bu dosyayı assets/css/ klasörüne kaydedin
 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

.hero-form-container {
    width: 100%;
    background: white;
    overflow: hidden;
}

.progress-bar {
    display: flex;
    padding: 0 0 1.5rem;
    gap: 0.5rem;
    width: 100%;
}

.progress-step {
    flex: 1;
    height: 2px;
    background: #e5e5e5;
    border-radius: 2px;
    position: relative;
}

.progress-step::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #333;
    border-radius: 2px;
    
}

.progress-step.active::after {
    width: 100%;
}

.progress-step.animated-active::after {
	transition: width 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}


.form-step {
    display: none;
    padding-bottom: 2rem;
}

.form-step.active {
    display: block;
}

#step1 {
    padding-bottom: 1rem;
}

.form-label {
    display: block;
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: normal;
}

.step-title {
    display: block;
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.form-input {
    width: 100%;
    padding: 0;
    border: none;
    font-size: 1.3rem;
    color: #333;
    background: transparent;
    padding-bottom: 0.5rem;
}

.form-input:focus {
    outline: none;
}

.form-input::placeholder {
    color: #ccc;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.radio-option {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.radio-option input[type="radio"] {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    accent-color: #333;
}

.radio-label {
    display: block;
    padding: 0.3rem 0;
    font-size: 1rem;
    color: #333;
    transition: all 0.2s ease;
    cursor: pointer;
    flex: 1;
}

.radio-label:hover {
    color: #000;
}

.radio-option input[type="radio"]:checked + .radio-label {
    color: #000;
}

.continue-btn {
	cursor:pointer;
    width: 100%;
    background: #f8f8f8 !important;
    border: none;
    padding: 1.5rem 2rem;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.continue-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.continue-btn:disabled {
    background: #f8f8f8;
    color: #ccc;
    cursor: not-allowed;
}

.continue-btn:disabled:hover {
    background: #f8f8f8;
    color: #ccc;
}

.btn-arrow {
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
}

.continue-btn:hover .btn-arrow {
    transform: translateX(3px);
}

.continue-btn:disabled .btn-arrow {
    transform: none;
}

.back-btn-container {
    padding-bottom: 2rem;
}

.back-btn {
    background: #f8f8f8 !important;
    border: unset;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 0.6rem 1rem;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.back-arrow {
    transition: transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    transform: rotate(180deg);
    flex-shrink: 0;
}

.back-btn:hover {
    background: #f0f0f0;
    color: #333;
}

/* Loading dots animation */
.loading-dots::after {
    content: '';
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0%, 20% { 
        content: '.';
    }
    40% { 
        content: '..';
    }
    60% { 
        content: '...';
    }
    80%, 100% { 
        content: '';
    }
}

/* Success slide animation */
.continue-btn.sending {
    position: relative;
    overflow: hidden;
    background: #f8f8f8 !important;
}

.continue-btn.sending::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F8F8F8 0%, #E8E8E8 100%);
    animation: slideSuccess 2s ease-in-out forwards;
    z-index: 1;
}

.continue-btn.sending span {
    position: relative;
    z-index: 2;
    color: #000 !important;
}

@keyframes slideSuccess {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}

.continue-btn.success {
    background: linear-gradient(90deg, #F8F8F8 0%, #E8E8E8 100%) !important;
    color: #000 !important;
}

.continue-btn.success span {
    color: #000 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-form-container {
        max-width: 100%;
    }
    
}











