


:root { --primary-blue: #1e3d59; --secondary-blue: #3498db; --white: #ffffff; --light-gray: #f5f6fa; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', sans-serif; } body { background-color: var(--white); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header Styles */ .header { background-color: var(--primary-blue); padding: 10px 0; box-shadow: 0 2px 11px rgba(0,0,0,0.1); } .nav { display: flex; justify-content: space-between; align-items: center; } .logo { color: var(--white); font-size: 28px; font-weight: bold; } .nav-links { display: flex; gap: 30px; } .nav-links a { color: var(--white); text-decoration: none; font-weight: 500; transition: color 0.3s; } .nav-links a:hover { color: var(--secondary-blue); } /* Hero Section */ .hero { background-color: var(--primary-blue); color: var(--white)!important; padding: 80px 0; text-align: center; } .hero h1 { font-size: 40px!important; color:white!important; margin-bottom: 20px; } .hero p { font-size: 20px; margin-bottom: 30px; margin-top: 50px; font-weight: lighter;} .cta-button { background-color: blue; border:none; color: var(--white); padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s; } .cta-button:hover { background-color: #2980b9; } /* Services Section */ .services { padding: 50px 0; background-color: var(--light-gray); } .services h2 { text-align: center; color: var(--primary-blue); margin-bottom: 40px; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .service-card { background-color: var(--white); padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.1); transition: transform 0.3s; } .service-card:hover { transform: translateY(-5px); } .service-card h3 { color: var(--primary-blue); margin: 20px 0; } /* Contact Section */ .contact { padding: 80px 0px 0px 0px!important; } .contact h2 { text-align: center; color: var(--primary-blue); margin-bottom: 40px; } .contact-form { max-width: 600px; margin: 0 auto; } .form-group { margin-bottom: 20px; } .form-group input, .form-group textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; } .submit-button { background-color: var(--primary-blue); color: var(--white); padding: 15px 30px; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s; } .submit-button:hover { background-color: var(--secondary-blue); } /* Footer */ footer { background-color: var(--primary-blue); color: var(--white); padding: 40px 0; text-align: center; }

/* Logo Styles */
.logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
    border-radius: 10px 10px 10px 10px;
}

.logo {
    display: flex;
    align-items: center;
}
.header {
    padding: 0px 0 5px 0;
}

.nav-links a {
    font-size: 1.1em; /* Yaz脹 boyutunu 1.5 kat b端y端tt端m */
}

.header {
    background-color: var(--white);
}

.nav-links a {
    color: var(--primary-blue);
}

.logo {
    color: var(--primary-blue);
}
.hero {
    padding: 90px 0 75px 0 !important; /* üst 90px, alt 75px (90-15) */
    background-image: url('../images/header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(50vh - 15px); /* 50vh'den 15px çıkarıyoruz */
    position: relative;
}

/* Opsiyonel: Görsel üzerine koyu overlay eklemek için */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Siyah overlay, opaklığı 0.5 */
    z-index: 1;
}

/* İçeriğin overlay'in üzerinde görünmesi için */
.hero * {
    position: relative;
    z-index: 2;
}



.hero h2 {
    
    font-weight: lighter;
    font-size: 1.7em;
    
}

.hero .anasayfa-arama {
    margin-top: 100px;
}

.iletisimbtn {
    background-color:#ffecd9;
}

.contact-info {
    margin: 4
    
    0px 0;
}

.hero .mb-5{
    margin-top: 15px!important;
}
.anasayfa-arama h2 {
    margin-bottom: 20px!important;
}

.hero .cta-button {
    margin-bottom: 80px;
}

.hero p.text-center {
    margin: 80px 0;
}
.kvkk-content {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .kvkk-content {
        padding: 40px 20px !important; /* Mobil görünümde padding'i azalt */
    }
}

#hizmetler h1 {
    font-family: 'Montserrat', sans-serif!important; /* güçlü görünen modern bir font */
    font-weight: 600; /* kalın yazı tipi */
    color: #07274a; /* koyu lacivert */
    /* veya color: #002366; /* alternatif lacivert */
    font-size: 3rem;
    text-align:center;
    letter-spacing: 1px; /* harfler arası boşluk */
    margin-bottom: 2rem;
}

.about-img {
    
    position: relative;
    margin: 15px auto;
    width: auto;
    max-width: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
    height:300px;
   
}
.about-img img {
 object-fit:contain;
}

.contact-buton{
    background-color:blue;
    color:white!important;
    padding:10px 15px 10px 15px;
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:8px;
    margin-bottom:20px;
    position: relative;
    display: block;
   
}


.contact-buton a{
    color:white;
    font-size:1.3rem;
    letter-spacing:.1rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:10;
    
}

.contact-buton:hover{
    background-color:#2980b9;
    color:white;
}

.contact-buton a:hover{
    background-color:#2980b9;
    color:white;
}

/* Genel Ayarlar ve Font */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.section-padding {
    padding: 80px 0;
    text-align: center;
}

:root {
    --primary-color: #007bff; /* Mavi - Vurgu */
    --accent-color: #ffc107; /* Sarı - Öne çıkan renk */
    --light-bg: #f8f9fa; 
}

h2 {
    font-size: 2.2em;
    margin-bottom: 40px;
    color: #222;
}

/* 1. Header Stilleri */
.page-header {
    background-color: var(--primary-color);
    color: white;
    padding: 40px 0;
    text-align: center;
}
.page-header h1 {
    font-size: 2.5em;
    margin-bottom: 5px;
}

/* 2. Ücretlendirme Tablosu Stilleri */
.pricing-table {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.pricing-plan {
    flex: 1 1 300px; /* Esnek boyutlandırma */
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.pricing-plan:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.pricing-plan.featured {
    border-color: var(--accent-color);
    box-shadow: 0 0 20px rgba(255,193,7,0.4);
    position: relative;
    padding-top: 50px;
}

.badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--accent-color);
    color: #333;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 700;
}

.pricing-plan h3 {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-top: 0;
}

.price {
    font-size: 3em;
    font-weight: 700;
    color: #333;
    margin: 15px 0;
}
.currency {
    font-size: 0.5em;
    vertical-align: top;
    font-weight: 400;
    margin-right: 5px;
}
.tax {
    font-size: 0.3em;
    display: block;
    font-weight: 400;
    color: #6c757d;
}

.pricing-plan ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 20px 0;
}

.pricing-plan ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 0.95em;
}

.pricing-plan ul li .icon {
    margin-right: 10px;
    font-weight: bold;
    color: var(--secondary-color); /* Yeşil veya kırmızı ikonlar için */
}

.btn-select, .btn-submit {
    display: block;
    padding: 12px 25px;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    background-color: var(--primary-color);
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select:hover, .btn-submit:hover {
    background-color: #0056b3;
}

/* 3. Süreç Adımları (Timeline) Stilleri */
.bg-light {
    background-color: var(--light-bg);
}

.timeline-container {
    max-width: 800px;
    margin: 40px auto 0;
    position: relative;
}

.timeline-container::before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--primary-color);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    margin-bottom: 20px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: var(--accent-color);
    color: #333;
    border: 3px solid white;
    z-index: 1;
    font-weight: 700;
    top: 15px;
    text-align: center;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -12.5px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -12.5px;
}

.timeline-item h3 {
    margin-top: 0;
    color: var(--primary-color);
}

/* 4. Form Stilleri */
.contact-form input, .contact-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
    max-width: 450px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-message {
    padding: 15px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* Mobil Uyum */
@media (max-width: 768px) {
    .pricing-table {
        flex-direction: column;
        gap: 20px;
    }
    .pricing-plan {
        flex-basis: 100%;
    }
    /* Timeline Mobil İçin Tek Sütun */
    .timeline-container::before {
        left: 20px;
    }
    .timeline-item {
        width: 100%;
        padding-left: 50px;
        padding-right: 5px;
        left: 0;
        text-align: left !important;
    }
    .timeline-item:nth-child(odd) .timeline-dot,
    .timeline-item:nth-child(even) .timeline-dot {
        left: 10px;
        right: auto;
    }
}
