:root {
    --primary-color: #8e1b20;
    --primary-dark: #5180b6;
    --primary-light: #ffffff;
    --secondary-color: #f8f9fa;
    --text-color: #333;
    --light-text: #fff;
    --dark-text: #222;
    --border-color: #e0e0e0;
    --success-color: #28a745;
    --error-color: #dc3545;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Header Styles */

header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    height: 50px;
}

nav {
    display: flex;
    align-items: center;
    justify-content: right;
    flex: 1;
}

.language-switcher {
    position: relative;
    margin-left: 20px;
}

.selected-lang {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.selected-lang:hover {
    background-color: var(--secondary-color);
}

.selected-lang .lang-flag {
    margin-right: 8px;
    font-size: 1.2rem;
}

.selected-lang i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.language-switcher.open .selected-lang i {
    transform: rotate(180deg);
}

.lang-options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 1001;
    min-width: 100px;
}

.language-switcher.open .lang-options {
    display: block;
}

.lang-options li {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.lang-options li:hover {
    background-color: var(--secondary-color);
}

.lang-options li .lang-flag {
    margin-right: 10px;
    font-size: 1.2rem;
}

.lang-options li.active {
    background-color: #e9f5ff;
    font-weight: 600;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    position: absolute;
    transition: all 0.3s ease;
}

.mobile-menu-btn span:nth-child(1) {
    top: 0;
}

.mobile-menu-btn span:nth-child(2) {
    top: 10px;
}

.mobile-menu-btn span:nth-child(3) {
    top: 20px;
}

.menu {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
    margin: 0 15px;
}

.menu a {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.menu a:hover {
    color: var(--primary-color);
}

.menu>.dropdown>a.no-link {
    cursor: default;
    pointer-events: auto;
    color: var(--text-color);
}


/* Desktop-only dropdown hover rules - mobile'da çalışmasın */

@media (min-width: 992px) {
    .menu>.dropdown:hover>.submenu,
    .menu>.dropdown:focus-within>.submenu {
        display: block !important;
        z-index: 1002;
    }
}


/* Normal desktop dropdown rules - sadece desktop'ta çalışsın */

@media (min-width: 992px) {
    .dropdown:hover .submenu {
        display: block;
    }
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    border-radius: 5px;
    padding: 10px 0;
    z-index: 100;
}

.submenu li {
    margin: 0;
    display: block;
    width: 100%;
}

.submenu a {
    display: block;
    padding: 8px 15px;
    white-space: nowrap;
}


/* Button Styles */

.btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.primary-btn {
    background-color: var(--primary-dark);
    color: var(--light-text);
}

.primary-btn:hover {
    background-color: var(--primary-dark);
}

.secondary-btn {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.secondary-btn:hover {
    background-color: var(--primary-color);
    color: var(--light-text);
}


/* Hero Section - Sadece resim ve hafif karartma */

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    color: var(--light-text);
    padding: 150px 0 100px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    /* Eklenen özellikleri kaldıralım */
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    backdrop-filter: none;
}

.hero-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}


/* Section Styles */

section {
    padding: 80px 0;
}

.section-title {
    margin-top: 80px;
    margin-bottom: 24px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    margin: 15px auto 0;
}


/* About Section - Yeni düzenleme */

.about-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.about-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transition: transform 0.3s ease;
    height: 100%;
}

.about-card:hover {
    transform: translateY(-5px);
}

.about-card h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 2rem;
    font-family: 'Times New Roman', Times, serif;
}

.about-card p {
    margin-bottom: 0;
}


/* Products Section */

.products {
    padding: 48px 0 32px 0;
    background: #f8fafd;
}

.products .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.products .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 36px;
    text-align: center;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    justify-items: center;
}

.product-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 32px 18px 28px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
}

.product-card.featured {
    border: 2px solid var(--primary-color);
    box-shadow: 0 6px 32px rgba(15, 151, 62, 0.08);
}

.product-card:hover {
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.16);
    transform: translateY(-4px) scale(1.03);
    -webkit-transform: translateY(-4px) scale(1.03);
    -moz-transform: translateY(-4px) scale(1.03);
    -ms-transform: translateY(-4px) scale(1.03);
    -o-transform: translateY(-4px) scale(1.03);
}

.product-logo {
    margin-bottom: 18px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-logo img {
    max-height: 80px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.product-description {
    font-size: 0.98rem;
    color: #444;
    margin-bottom: 10px;
}

.btn.secondary-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 8px;
    background: #f2f2f7;
    color: var(--primary-dark);
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 6px;
    border: 1px solid #e0e0e0;
    transition: background 0.2s, color 0.2s;
}

.btn.secondary-btn:hover {
    background: var(--primary-dark);
    color: #fff;
}

@media (max-width: 1000px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .products {
        padding: 24px 0 12px 0;
    }
    .products .section-title {
        font-size: 1.3rem;
    }
    .product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .product-card {
        padding: 18px 6px 16px 6px;
    }
}


/* Corporate Section */

.corporate {
    padding: 48px 0 32px 0;
    background: #f9f9fb;
}

.corporate .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.corporate .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 36px;
    text-align: center;
}

.corporate-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    justify-items: stretch;
    align-items: stretch;
}

.corporate-card {
    background: #fff !important;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 24px 18px;
    text-align: center;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
    position: relative;
    width: 100%;
    min-height: 320px !important;
    max-height: 320px !important;
}

.corporate-card:hover {
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.16);
    transform: translateY(-4px) scale(1.03);
}

.corporate-logo {
    margin-bottom: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
}

.corporate-logo img {
    max-height: 80px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.corporate-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #222;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
    line-height: 1.3;
    padding: 0 10px;
}

.btn.secondary-btn.website-url {
    display: block;
    padding: 10px 18px;
    border-radius: 8px;
    background: #f2f2f7;
    color: #5180b6;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    margin-top: 0;
    border: 1px solid #e0e0e0;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
}

.btn.secondary-btn.website-url:hover {
    background: #5180b6;
    color: #fff;
}

@media (max-width: 1000px) {
    .corporate-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .corporate {
        padding: 24px 0 12px 0;
    }
    .corporate .section-title {
        font-size: 1.3rem;
    }
    .corporate-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .corporate-card {
        padding: 20px 15px !important;
        min-height: 280px !important;
        max-height: 280px !important;
    }
    .corporate-card h3 {
        font-size: 1.05rem;
        height: 70px;
        margin-bottom: 15px;
    }
    .corporate-logo {
        height: 60px;
        margin-bottom: 15px;
    }
    .corporate-logo img {
        max-height: 60px;
        max-width: 90px;
    }
    .btn.secondary-btn.website-url {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
}


/* Functions Section */

.functions {
    padding: 48px 0 32px 0;
    background: #f9f9fb;
}

.functions .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.functions .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 36px;
    text-align: center;
}

.functions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: stretch;
    align-items: stretch;
}

.function-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: box-shadow 0.2s, transform 0.2s;
    min-height: 220px;
}

.function-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.function-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #8e1b20;
    line-height: 1.3;
}

.function-card p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.4;
    flex-grow: 1;
}

.function-card .btn {
    font-size: 0.9rem;
    padding: 8px 16px;
    margin-top: auto;
}


/* ANASAYFA KÖK HÜCRE UYGULAMALARI – SLIDER = */

:root {
    --apply-per-view: 4;
    /* Desktop: 4 kart (5 yerine) */
    --apply-gap: 24px;
    --apply-radius: 18px;
    --apply-shadow: 0 10px 24px rgba(2, 6, 23, 0.08);
    --apply-grad-1: #fffff0;
    --apply-grad-2: #fffff0;
}


/* Responsive Breakpoints */

@media (max-width: 1200px) {
     :root {
        --apply-per-view: 3;
    }
    /* Büyük tablet */
}

@media (max-width: 992px) {
     :root {
        --apply-per-view: 2;
    }
    /* Tablet */
}

@media (max-width: 640px) {
     :root {
        --apply-per-view: 1;
        /* Mobil */
        --apply-gap: 16px;
        /* Mobilde gap'i küçült */
    }
}

@media (max-width: 640px) {
    .apply-track {
        padding: 8px 16px 20px 16px;
        /* Yanlarda 16px boşluk */
    }
}


/* --- FULL-BLEED: #apply bölümünü her koşulda tam genişliğe taşı --- */

#apply {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
    /* üst kapsayıcı overflow:hidden ise kesilmesin */
}


/* Üstte bir container kısıtlıyorsa iptal et */

#apply .apply-container,
#apply .apply-carousel,
#apply .apply-viewport {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}


/*  Genel Bölüm Stilleri */

.apply {
    padding: 80px 0;
    /* sadece dikey boşluk */
    background: #f9fafb;
}

.apply-carousel {
    position: relative;
}


/* Viewport (kaydırma alanı) */

.apply-viewport {
    overflow: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.apply-viewport::-webkit-scrollbar {
    height: 8px;
}

.apply-viewport::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}


/* Kart Dizilimi (Grid-Track) */

.apply-track {
    display: grid;
    grid-auto-flow: column;
    /* görünürdeki kart genişliği = (tam genişlik - aralıklar) / kart sayısı */
    grid-auto-columns: calc((100% - (var(--apply-per-view) - 1) * var(--apply-gap)) / var(--apply-per-view));
    gap: var(--apply-gap);
    list-style: none;
    margin: 0;
    padding: 8px 0 20px;
    /* YANLAR 0: kenar boşlukları tamamen kalkar */
}

.apply-card {
    scroll-snap-align: start;
}


/*  Kart (tıklanabilir link) */

.apply-link {
    display: block;
    background: #fff;
    border-radius: var(--apply-radius);
    border: 1px solid #e5e7eb;
    box-shadow: var(--apply-shadow);
    padding: 24px 20px;
    height: 100%;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.apply-link:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgb(142, 27, 32);
    border-color: #dc0909;
}


/* Kart Başlık*/

.apply-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.apply-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(135deg, var(--apply-grad-1), var(--apply-grad-2));
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.apply-card h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}


/* Liste */

.apply-list {
    margin: 6px 0 0 0;
    padding-left: 18px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.5;
}


/* Navigasyon Noktaları (isteğe bağlı) */

.apply-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.apply-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d1d5db;
    transition: all 0.3s ease;
}

.apply-dots .dot.active {
    background: linear-gradient(135deg, var(--apply-grad-1), var(--apply-grad-2));
    transform: scale(1.2);
}


/* Newsletter Section */

.newsletter {
    padding: 48px 0;
    background: linear-gradient(135deg, #5180b6 0%, #000768 100%);
    color: #fff;
}

.newsletter .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.newsletter .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.newsletter .section-title::after {
    background-color: #fff;
}

.newsletter-description {
    font-size: 1.1rem;
    margin-bottom: 32px;
    opacity: 0.95;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-options {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 20px;
}

.newsletter-option {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.newsletter-option input[type="radio"] {
    accent-color: #fff;
}

.newsletter-option label {
    font-size: 1rem;
    cursor: pointer;
}

.newsletter-input-group {
    display: flex;
    gap: 12px;
}

.newsletter-input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
}

.newsletter-input:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.newsletter-btn {
    background: #fff;
    color: #5180b6;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}

.newsletter-btn:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
}


/* Contact Section */

.contact {
    padding: 48px 0 32px 0;
    background: #f8fafd;
}

.contact .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.contact .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 36px;
    text-align: center;
}

.contact-content {
    display: flex;
    gap: 48px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.btn.primary-btn {
    background: #8e1b20;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn.primary-btn:hover {
    background: #8e1b20;
}

.loading-indicator {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.loading-indicator.hidden {
    display: none;
}

.spinner {
    width: 22px;
    height: 22px;
    border: 3px solid #e0e0e0;
    border-top: 3px solid #8e1b20;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.contact-info {
    flex: 1 1 320px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
    padding: 32px 24px 28px 24px;
    min-width: 280px;
    max-width: 400px;
}

.contact-info h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 18px;
    color: #8e1b20;
}

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-card {
    display: flex;
    align-items: center;
    background: #f9f9fb;
    border-radius: 10px;
    padding: 14px 16px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
    gap: 16px;
}

.contact-card-icon {
    font-size: 1.7rem;
    color: #8e1b20;
    min-width: 32px;
    text-align: center;
}

.contact-card-content h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
    color: #222;
}

.contact-card-content p {
    font-size: 0.98rem;
    color: #444;
    margin: 0;
}

@media (max-width: 900px) {
    .contact-content {
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
    }
    .contact-form,
    .contact-info {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .functions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .functions {
        padding: 24px 0 12px 0;
    }
    .functions .section-title {
        font-size: 1.8rem;
    }
    .functions-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .function-card {
        padding: 20px 16px;
        min-height: 180px;
    }
    .function-card h3 {
        font-size: 1.05rem;
    }
    .function-card p {
        font-size: 0.9rem;
    }
    .newsletter {
        padding: 32px 0;
    }
    .newsletter .section-title {
        font-size: 1.8rem;
    }
    .newsletter-description {
        font-size: 1rem;
    }
    .newsletter-options {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .newsletter-input-group {
        flex-direction: column;
    }
    .newsletter-input,
    .newsletter-btn {
        padding: 10px 14px;
        font-size: 0.95rem;
    }
    .contact {
        padding: 24px 0 12px 0;
    }
    .contact .section-title {
        font-size: 1.3rem;
    }
    .contact-form,
    .contact-info {
        padding: 14px 6px 12px 6px;
    }
}


/* Footer */

footer {
    background-color: var(--dark-text);
    color: var(--light-text);
    padding: 60px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-logo {
    flex: 1;
    min-width: 250px;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 15px;
}

.footer-logo p {
    opacity: 0.8;
    font-size: 0.9rem;
}

.footer-links {
    flex: 1;
    min-width: 200px;
}

.footer-links h4,
.footer-social h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--light-text);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 1;
}

.footer-social {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.footer-social h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
    text-align: center;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 18px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #222;
    color: #fff;
    font-size: 1.7em;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.social-icons a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px) scale(1.08);
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    opacity: 0.7;
}


/* Responsive Styles */

@media (max-width: 1200px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .about-content {
        grid-template-columns: 1fr;
    }
    .contact-content {
        flex-direction: column;
    }
    .hero-title {
        font-size: 2rem;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    header .container {
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    .logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
    }
    .logo img {
        height: 40px;
    }
    .logo-text {
        font-size: 0.9rem;
        margin-left: 8px;
    }
    nav {
        order: 99;
        width: auto;
        margin-top: 0;
    }
    .language-switcher {
        order: 2;
        margin-left: auto;
    }
    .mobile-menu-btn {
        order: 3;
        display: block !important;
        margin-left: 15px;
    }
    .menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: calc(100vh - 80px);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding: 20px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: left 0.3s ease;
        overflow-y: auto;
        z-index: 1000;
    }
    .menu.active {
        left: 0;
    }
    .menu li {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .product-grid {
        grid-template-columns: 1fr;
    }
    .hero {
        padding: 120px 0 80px;
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 1.8rem;
    }
    .contact-cards {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    section {
        padding: 60px 0;
    }
    .about-image i {
        font-size: 10rem;
    }
    .logo-text,
    .footer-logo-text {
        font-size: 1.2rem;
    }
}


/* URL font size reduction */

.website-url {
    font-size: 70%;
    /* 30% küçültme */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Logo Text Styles */

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.logo-text-vera {
    color: var(--dark-text);
    font-family: 'Poppins', sans-serif;
}

.logo-text-separator {
    color: var(--dark-text);
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
}

.logo-text-intergen {
    font-family: 'Cambria', serif;
    font-weight: 300;
    color: var(--dark-text);
}


/* Footer Logo Text Styles - Tamamen yeni yaklaşım */

.footer-logo-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
}

.footer-logo img {
    height: 50px;
    display: block;
    object-fit: contain;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.footer-logo-text .logo-text-vera {
    color: var(--light-text);
    font-family: 'Poppins', sans-serif;
}

.footer-logo-text .logo-text-separator {
    color: var(--light-text);
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-logo-text .logo-text-intergen {
    font-family: 'Cambria', serif;
    font-weight: 300;
    color: var(--light-text);
}

.footer-logo p {
    opacity: 0.8;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}


/* --- Footer Yeni Adres Sütunu Stilleri --- */

.footer-adress-container {
    flex: 1;
    min-width: 200px;
    color: var(--light-text);
    padding: 0px 20px;
}


/* 2. "Kurumsal İletişim Bilgilerimiz" BAŞLIĞI */

.footer-adress-container h4 {
    margin-bottom: 20px;
    font-size: 1.1rem;
}


/* 3. "İletişim Adresi" ALT BAŞLIĞI */

.footer-address h5 {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}


/* 4. İLETİŞİM GRUBU (İkonlar ve Linkler) */

.footer-contact-group {
    margin-bottom: 20px;
}

.footer-contact-group p {
    font-size: 0.95rem;
    line-height: 1.9;
    margin: 0;
}

.footer-contact-group i {
    width: 20px;
    text-align: center;
    opacity: 0.9;
    margin-right: 8px;
    font-size: 1rem;
}

.footer-contact-group a {
    color: var(--light-text);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-contact-group a:hover {
    opacity: 1;
    text-decoration: underline;
}


/* 5. ADRES METNİ */

.footer-address p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0;
}


/* --- RTL Desteği GÜNCELLEMESİ --- */


/* (Eski 'body.rtl .footer-logo' kuralı artık adres için geçerli değil) */


/* YENİ adres sütununu da sağa yasla */

body.rtl .footer-adress-container,
body.rtl .footer-links,
body.rtl .footer-social {
    text-align: right;
}


/* Adres sütunundaki ikonları sağa al */

body.rtl .footer-contact-group i {
    margin-right: 0;
    margin-left: 8px;
}


/* --- Privacy Card (Footer içinde) --- */

.privacy-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 200px;
    padding: 20px;
}

.privacy-section h4 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.privacy-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

.privacy-card li {
    list-style: none;
}

.privacy-card a {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s ease, letter-spacing 0.2s ease;
    padding: 0;
    margin-left: 0;
}

.privacy-card a:hover {
    color: #ffffff;
}


/* Responsive uyum */

@media (max-width: 768px) {
    .privacy-section {
        text-align: left;
    }
    .privacy-card {
        align-items: flex-start;
    }
}

.hero.fullscreen {
    background-image: url('../images/hero-bg.jpg');
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    padding: 0;
}

.hero.fullscreen .container {
    width: 100%;
    max-width: 1200px;
    z-index: 2;
}

.hero.fullscreen .hero-content {
    text-align: center;
    padding: 0 20px;
}

.hero.fullscreen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Koyu bir overlay ekleyebilirsiniz */
    z-index: 1;
}


/* Hero içeriğinin daha iyi görünmesi için */

.hero.fullscreen .hero-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.hero.fullscreen .hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #fff;
}


/* Responsive ayarlar */

@media (max-width: 768px) {
    .hero.fullscreen .hero-title {
        font-size: 2rem;
    }
    .hero.fullscreen .hero-subtitle {
        font-size: 1.2rem;
    }
}


/* RTL Desteği */

body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl .logo-text-vera {
    margin-right: 0;
    margin-left: 5px;
}

body.rtl .about-content {
    flex-direction: row-reverse;
}

body.rtl .product-grid,
body.rtl .corporate-grid {
    direction: ltr;
    /* Kartların içindeki metinler soldan sağa kalsın */
    text-align: left;
}

body.rtl .product-grid .product-card,
body.rtl .corporate-grid .corporate-card {
    direction: rtl;
    text-align: right;
}

body.rtl .contact-content {
    flex-direction: row-reverse;
}

body.rtl .footer-content {
    flex-direction: row-reverse;
    justify-content: space-between;
}

body.rtl .footer-links,
body.rtl .footer-social {
    text-align: right;
}

.about-images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    justify-items: center;
    margin: 48px 0;
}

.about-images img {
    max-width: 100%;
    max-height: 373px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    background: #fff;
    display: block;
    margin: 0 auto;
}

.about-images img:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}


/* Popup için temel stiller */

.about-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.about-popup.active {
    display: flex;
}

.about-popup img {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    background: #fff;
    display: block;
}

.about-popup .close-btn {
    position: absolute;
    top: 32px;
    right: 48px;
    font-size: 2.5rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.2s;
}

.about-popup .close-btn:hover {
    color: #8e1b20;
}


/* Egitimler popup modal */

.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
}

.popup-modal.active {
    display: flex;
}

.popup-modal-content,
.popup-modal img {
    margin: auto;
    display: block;
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.popup-close {
    position: absolute;
    top: 32px;
    right: 48px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    text-shadow: 0 2px 8px #000;
}

.egitimler-page .egitimler-content {
    text-align: center;
    margin: 48px auto 32px auto;
    max-width: 700px;
}

.egitimler-image-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .popup-close {
        top: 12px;
        right: 16px;
        font-size: 2rem;
    }
    .egitimler-page .egitimler-content {
        margin: 24px 8px 16px 8px;
    }
}

.egitimler-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 16px 32px 16px;
}

.egitimler-page .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
}

.egitimler-main-text {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 36px;
    text-align: center;
}

.egitimler-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.egitimler-images img {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.2s;
}

.egitimler-images img:hover {
    transform: scale(1.03);
}

@media (max-width: 700px) {
    .egitimler-page .container {
        padding: 24px 4px 16px 4px;
    }
    .egitimler-images img {
        max-width: 98vw;
    }
    .egitimler-page .section-title {
        font-size: 1.4rem;
    }
    .egitimler-main-text {
        font-size: 1rem;
    }
}

.hizmetler-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 16px 32px 16px;
}

.hizmetler-page .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
}

.hizmetler-main-text {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 36px;
    text-align: center;
}

.hizmetler-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.hizmetler-images img {
    max-width: 803px;
    width: 100%;
    aspect-ratio: 803/1117;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.2s;
    background: #f8f8f8;
}

.hizmetler-images img:hover {
    transform: scale(1.03);
}

@media (max-width: 900px) {
    .hizmetler-images img {
        max-width: 98vw;
    }
}

@media (max-width: 700px) {
    .hizmetler-page .container {
        padding: 24px 4px 16px 4px;
    }
    .hizmetler-page .section-title {
        font-size: 1.4rem;
    }
    .hizmetler-main-text {
        font-size: 1rem;
    }
}

.sik-testler-page .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px 32px 16px;
}

.sik-testler-page .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
}

.sik-testler-main-text {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 36px;
    text-align: center;
}

.sik-testler-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 32px;
}

.sik-testler-img-wrapper {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: box-shadow 0.2s;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.sik-testler-img-wrapper:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}

.sik-test-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s;
}

.sik-testler-img-wrapper:hover .sik-test-img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

@media (max-width: 900px) {
    .sik-testler-images-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sik-testler-page .container {
        padding: 18px 2px 10px 2px;
    }
    .sik-testler-images-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .sik-testler-page .section-title {
        font-size: 1.3rem;
    }
    .sik-testler-main-text {
        font-size: 1rem;
    }
}

.danismanlik-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 16px 32px 16px;
}

.danismanlik-page .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
}

.danismanlik-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.danismanlik-images img {
    max-width: 700px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.2s;
    background: #f8f8f8;
}

.danismanlik-images img:hover {
    transform: scale(1.03);
}

@media (max-width: 700px) {
    .danismanlik-page .container {
        padding: 24px 4px 16px 4px;
    }
    .danismanlik-page .section-title {
        font-size: 1.4rem;
    }
}


/* === HERO SLIDER === */

.hero-slider.fullscreen {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    margin: 0;
    padding: 0;
}

.slider-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s cubic-bezier(.4, 0, .2, 1), visibility 0.7s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.slider-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.slider-slide .container {
    z-index: 3;
    position: relative;
}

.slider-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
}

.slider-slide .hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 2.5rem;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}

.slider-arrow-left {
    left: 32px;
}

.slider-arrow-right {
    right: 32px;
}

.slider-arrow:hover,
.slider-arrow:focus {
    background: #8e1b20;
    outline: none;
}

.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    outline: none;
}

.slider-dot.active,
.slider-dot:focus {
    background: #8e1b20;
    transform: scale(1.2);
}

@media (max-width: 900px) {
    .hero-slider.fullscreen,
    .slider-container,
    .slider-slide {
        height: 60vh;
        min-height: 340px;
    }
    .slider-arrow {
        font-size: 2rem;
        width: 38px;
        height: 38px;
    }
    .slider-dots {
        bottom: 18px;
    }
}

@media (max-width: 600px) {
    .hero-slider.fullscreen,
    .slider-container,
    .slider-slide {
        height: 38vh;
        min-height: 180px;
    }
    .slider-arrow {
        font-size: 1.2rem;
        width: 24px;
        height: 24px;
        top: 55%;
    }
    .slider-dots {
        bottom: 4px;
        gap: 6px;
    }
    .slider-slide .hero-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    .slider-slide .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 12px;
    }
    .slider-slide .btn.primary-btn {
        font-size: 0.95rem;
        padding: 8px 18px;
        border-radius: 6px;
    }
    .slider-slide .container {
        padding: 0 4px;
    }
    .slider-content {
        padding: 0 4px;
    }
    header .container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        gap: 0;
        padding: 8px 8px 8px 6px;
    }
    .logo {
        flex: 0 0 auto;
        margin-right: auto;
    }
    .logo img {
        height: 32px;
    }
    .logo-text {
        font-size: 1.5rem;
        margin-left: 4px;
    }
    .language-switcher {
        margin-left: 0;
        margin-right: 6px;
        order: 2;
    }
    .mobile-menu-btn {
        order: 3;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .hero-slider.fullscreen {
        margin-bottom: 0;
    }
    section.about {
        padding-top: 24px !important;
        margin-top: 0 !important;
    }
}

@keyframes fadeInMenu {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Mobile menu styles - Tek tutarlı media query */

@media (max-width: 991px) {
    .mobile-menu-btn {
        display: block;
    }
    nav .menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 90%;
        max-width: 320px;
        height: 100vh;
        background-color: #fff;
        padding: 80px 20px 30px;
        box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        overflow-y: auto;
        transition: left 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    }
    nav .menu.active {
        left: 0;
    }
    header .container {
        justify-content: space-between;
    }
    nav {
        order: 3;
    }
    .language-switcher {
        order: 2;
        margin-left: 0;
        margin-right: 15px;
    }
    .menu li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .menu a {
        padding: 12px 15px;
        display: block;
        border-radius: 6px;
        transition: background-color 0.2s;
        white-space: normal;
        word-break: break-word;
        line-height: 1.4;
    }
    .menu a:hover {
        background-color: #f5f5f5;
    }
    /* Dropdown ana link stillendirilmesi */
    .menu>.dropdown>a {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    /* Dropdown ok ikonu */
    .menu>.dropdown>a::after {
        content: '▼';
        font-size: 0.7em;
        color: #aaa;
        transition: transform 0.3s, color 0.3s;
        flex-shrink: 0;
        margin-left: 10px;
    }
    /* Dropdown açık olduğunda ok ikonu */
    .menu>.dropdown.active>a::after {
        color: var(--primary-color);
        transform: rotate(180deg);
    }
    /* Submenu stillendirilmesi */
    .menu .submenu {
        display: none !important;
        background-color: #f8f9fa;
        padding: 10px 0 10px 15px;
        margin-top: 5px;
        border-left: 3px solid var(--primary-color);
        border-radius: 0 0 6px 6px;
        position: static;
        box-shadow: none;
        min-width: auto;
    }
    /* Dropdown açık olduğunda submenu'yu göster */
    .menu .dropdown.active .submenu {
        display: block !important;
    }
    .submenu a {
        font-size: 0.9em;
        padding: 10px 15px;
    }
}


/* Modern About Page Styles */

.about-hero {
    background: linear-gradient(135deg, #ffffff 0%, var(--secondary-color) 100%);
    color: var(--primary-dark);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.about-hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.about-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-hero-title i {
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.about-hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-main-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgb(255, 255, 255);
    transition: transform 0.3s ease;
}

.hero-main-image:hover {
    transform: translateY(-10px);
}


/* About Tabs Section */

.about-tabs-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.about-tabs-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}


/* Tab Navigation */

.about-tabs-nav-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 151, 62, 0.08);
    padding: 0 32px;
    overflow: visible;
}

.about-tabs-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 12px 0;
    scroll-behavior: smooth;
    justify-content: center;
}

.about-tabs-nav::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    background: #f8f9fa;
    border: none;
    color: var(--primary-color);
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(15, 151, 62, 0.04);
}

.tab-btn.active {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 16px rgba(15, 151, 62, 0.13);
    transform: scale(1.06);
}

.tab-btn:hover:not(.active) {
    background: #e9ecef;
    color: var(--primary-color);
}

.tab-scroll-btn {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(17, 17, 17, 0.3);
    color: var(--primary-color);
    font-size: 1.2rem;
    cursor: pointer;
    margin: 0 4px;
    transition: background 0.2s, color 0.2s;
    z-index: 2;
}

.tab-scroll-btn:active,
.tab-scroll-btn:focus {
    background: var(--primary-color);
    color: #fff;
}

.tab-scroll-btn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}

@media (max-width: 900px) {
    .about-tabs-nav-wrapper {
        padding: 0 8px;
        border-radius: 10px;
    }
    .tab-btn {
        padding: 10px 12px;
        font-size: 0.97rem;
    }
}

@media (max-width: 600px) {
    .about-tabs-nav-wrapper {
        margin-bottom: 18px;
        padding: 0 2px;
    }
    .tab-btn {
        padding: 8px 8px;
        font-size: 0.93rem;
    }
    .tab-scroll-btn {
        width: 28px;
        height: 28px;
        font-size: 1rem;
        display: none;
    }
}


/* Tab Content */

.about-tabs-content {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* İntergen Tab Content */

.tab-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.tab-content-text h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tab-content-text h2 i {
    font-size: 1.8rem;
}

.tab-content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.qr-code-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
}

.qr-code-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 30px;
    background: white;
    border-radius: 10px;
    margin-top: 15px;
    border: 2px dashed #ddd;
}

.qr-code-placeholder i {
    font-size: 3rem;
    color: var(--primary-color);
}

.qr-code-placeholder span {
    color: #666;
    font-style: italic;
}

.tab-content-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Services Grid */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
    box-shadow: 0 8px 25px rgba(66, 66, 66, 0.3);
}

.service-card h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}


/* Certificates Grid */

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.certificate-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
    display: flex;
    align-items: center;
    gap: 20px;
}

.certificate-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.certificate-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.certificate-card h3 {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 600;
}

.certificate-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}


/* New Certificates Timeline */

.certificates-section {
    text-align: center;
}

.certificates-main-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.certificates-main-title i {
    font-size: 1.8rem;
}

.certificates-timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.certificates-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    transform: translateX(-50%);
}

.certificate-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

.certificate-item:nth-child(odd) {
    flex-direction: row;
}

.certificate-item:nth-child(even) {
    flex-direction: row-reverse;
}

.certificate-year {
    background: var(--primary-color);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    min-width: 80px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.certificate-item:nth-child(odd) .certificate-year {
    margin-right: 30px;
}

.certificate-item:nth-child(even) .certificate-year {
    margin-left: 30px;
}

.certificate-content {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 300px;
    border-left: 4px solid var(--primary-color);
    transition: all 0.3s ease;
}

.certificate-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.certificate-content h3 {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 600;
}

.certificate-content p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}


/* Education Section */

.education-section {
    text-align: center;
}

.education-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.education-title i {
    font-size: 1.8rem;
}

.education-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.education-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.education-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.education-card:hover::before {
    transform: scaleX(1);
}

.education-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.education-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(17, 17, 17, 0.3);
}

.education-card h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.education-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}


/* Remove featured styles from team cards */

.team-card.featured {
    background: white;
    border: 2px solid transparent;
}

.team-card.featured::after {
    display: none;
}


/* Responsive Design for new sections */

@media (max-width: 768px) {
    .certificates-timeline::before {
        left: 20px;
    }
    .certificate-item {
        flex-direction: column !important;
        align-items: flex-start;
        margin-left: 40px;
    }
    .certificate-item:nth-child(odd) .certificate-year,
    .certificate-item:nth-child(even) .certificate-year {
        margin: 0 0 15px 0;
    }
    .certificate-content {
        max-width: 100%;
    }
    .education-grid {
        grid-template-columns: 1fr;
    }
    .certificates-main-title,
    .education-title {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .certificate-item {
        margin-left: 20px;
    }
    .certificate-year {
        font-size: 0.8rem;
        padding: 6px 12px;
        min-width: 60px;
    }
    .certificate-content {
        padding: 15px;
    }
    .certificate-content h3 {
        font-size: 1rem;
    }
    .education-card {
        padding: 20px;
    }
    .education-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .education-card h3 {
        font-size: 1.1rem;
    }
}


/* Gallery Grid */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8e1b20;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay i {
    color: white;
    font-size: 2rem;
}


/* Image Modal */

.image-modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: var(--primary-color);
}

#modalImage {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* Responsive Design */

@media (max-width: 768px) {
    .about-hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .about-hero-title {
        font-size: 2rem;
    }
    .about-hero-subtitle {
        font-size: 1.1rem;
    }
    .about-tabs-nav {
        flex-direction: column;
        align-items: center;
    }
    .tab-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    .about-tabs-content {
        padding: 25px;
    }
    .tab-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .certificates-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 480px) {
    .about-hero {
        padding: 100px 0 60px;
    }
    .about-hero-title {
        font-size: 1.8rem;
    }
    .about-hero-subtitle {
        font-size: 1rem;
    }
    .tab-btn {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    .about-tabs-content {
        padding: 20px;
    }
    .service-card,
    .certificate-card {
        padding: 20px;
    }
    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    .certificate-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}


/* Team Section Styles */

.team-section {
    text-align: center;
}

.team-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.team-title i {
    font-size: 1.8rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.team-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.team-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.team-card:hover::before {
    transform: scaleX(1);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.team-card.featured {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid var(--primary-color);
    position: relative;
}

.team-card.featured::after {
    content: 'Kurucu';
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.team-avatar {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2.5rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 4px solid #fff;
    overflow: hidden;
}

.team-member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.team-card:hover .team-avatar {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.team-card:hover .team-member-image {
    transform: scale(1.1);
}

.team-info h3 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.team-info .team-title {
    font-size: 1rem;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.team-experience {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-top: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
}

.team-specialty {
    font-size: 0.9rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 5px;
}


/* Responsive Team Design */

@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .team-card {
        padding: 25px;
    }
    .team-title {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }
    .team-avatar {
        width: 90px;
        height: 90px;
        font-size: 2rem;
    }
    .team-member-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .team-info h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .team-card {
        padding: 20px;
    }
    .team-avatar {
        width: 80px;
        height: 80px;
        font-size: 1.8rem;
    }
    .team-member-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .team-info h3 {
        font-size: 1.1rem;
    }
    .team-info .team-title {
        font-size: 0.9rem;
    }
}


/* VERA İntergen Kimdir Feature Section */

.vera-feature-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 70px 0 40px;
    border-bottom: 1px solid #e0e0e0;
}

.vera-feature-title {
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.vera-feature-title i {
    font-size: 2.2rem;
}

.vera-feature-subtitle {
    font-size: 1.3rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.vera-feature-desc {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    text-align: center;
}

.vera-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.vera-feature-card {
    background: white;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    padding: 32px 24px 28px 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border: 1.5px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.vera-feature-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.13);
    border-color: var(--primary-color);
}

.vera-feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto 18px auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transition: all 0.3s;
}

.vera-feature-card:hover .vera-feature-icon {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    transform: scale(1.08);
}

.vera-feature-card h3 {
    font-size: 1.15rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.vera-feature-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .vera-feature-title {
        font-size: 2rem;
    }
    .vera-feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}

@media (max-width: 600px) {
    .vera-feature-section {
        padding: 40px 0 20px;
    }
    .vera-feature-title {
        font-size: 1.3rem;
    }
    .vera-feature-subtitle {
        font-size: 1.05rem;
    }
    .vera-feature-desc {
        font-size: 0.98rem;
        margin-bottom: 24px;
    }
    .vera-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .vera-feature-card {
        padding: 20px 10px 18px 10px;
    }
    .vera-feature-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .vera-feature-card h3 {
        font-size: 1rem;
    }
    .vera-feature-card p {
        font-size: 0.93rem;
    }
}


/* VERA İntergen Kimdir Hero Section */

.vera-hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-light) 100%);
    padding: 80px 0 60px 0;
    position: relative;
    z-index: 1;
}

.vera-hero-section .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.vera-hero-box {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 48px 40px 36px 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 2;
}

.vera-hero-title {
    font-size: 2.3rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.vera-hero-title i {
    font-size: 2rem;
}

.vera-hero-subtitle {
    font-size: 1.25rem;
    color: var(--dark-text);
    font-weight: 500;
    margin-bottom: 22px;
}

.vera-hero-desc {
    font-size: 1.08rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .vera-hero-section {
        padding: 60px 0 40px 0;
    }
    .vera-hero-box {
        padding: 32px 16px 24px 16px;
    }
    .vera-hero-title {
        font-size: 1.5rem;
    }
    .vera-hero-subtitle {
        font-size: 1.05rem;
    }
}

@media (max-width: 600px) {
    .vera-hero-section {
        padding: 36px 0 18px 0;
    }
    .vera-hero-box {
        padding: 16px 6px 12px 6px;
        border-radius: 14px;
    }
    .vera-hero-title {
        font-size: 1.1rem;
    }
    .vera-hero-title i {
        font-size: 1.1rem;
    }
    .vera-hero-subtitle {
        font-size: 0.95rem;
    }
    .vera-hero-desc {
        font-size: 0.93rem;
    }
}


/* Hero Container Düzenleme */

.vera-hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
}

.vera-hero-box--big {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 32px auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 48px 40px 36px 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.vera-feature-grid--hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.vera-feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 151, 62, 0.08);
    padding: 28px 18px 22px 18px;
    text-align: center;
    border: 1px solid #e0e0e0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.vera-feature-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
    border-color: var(--primary-color);
}

.vera-feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
}

.vera-feature-card h3 {
    font-size: 1.08rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.vera-feature-card p {
    color: #555;
    font-size: 0.97rem;
    line-height: 1.5;
}

.vera-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    .vera-hero-box--big {
        padding: 28px 10px 18px 10px;
        max-width: 98vw;
    }
    .vera-feature-grid--hero {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        max-width: 98vw;
    }
}

@media (max-width: 600px) {
    .vera-hero-container {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .vera-hero-box--big {
        padding: 12px 2vw 10px 2vw;
        border-radius: 12px;
    }
    .vera-feature-grid--hero {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .vera-feature-card {
        padding: 16px 6px 12px 6px;
        min-height: 120px;
    }
    .vera-feature-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .vera-feature-card h3 {
        font-size: 0.98rem;
    }
    .vera-feature-card p {
        font-size: 0.91rem;
    }
}


/* AviceRNAKimdir? Tab İçeriği */

.veraabout-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 0 16px 0;
    text-align: center;
}

.veraabout-title {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.veraabout-desc p:first-child {
    font-size: 1.2rem;
    color: var(--primary-dark);
    font-weight: 600;
    margin-bottom: 8px;
}

.veraabout-desc p:last-child {
    color: #555;
    font-size: 1.05rem;
    margin-bottom: 28px;
}

.veraabout-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 18px;
}

.veraabout-feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 28px 18px 22px 18px;
    text-align: center;
    border: 1px solid #e0e0e0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.veraabout-feature-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
    border-color: var(--primary-color);
}

.veraabout-feature-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
    transition: all 0.3s;
}

.veraabout-feature-card h3 {
    font-size: 1.08rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.veraabout-feature-card p {
    color: #555;
    font-size: 0.97rem;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .veraabout-section {
        padding: 18px 0 8px 0;
    }
    .veraabout-title {
        font-size: 1.3rem;
    }
    .veraabout-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}

@media (max-width: 600px) {
    .veraabout-section {
        padding: 8px 0 2px 0;
    }
    .veraabout-title {
        font-size: 1.05rem;
        gap: 6px;
    }
    .veraabout-features-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .veraabout-feature-card {
        padding: 16px 6px 12px 6px;
        min-height: 120px;
    }
    .veraabout-feature-icon {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .veraabout-feature-card h3 {
        font-size: 0.98rem;
    }
    .veraabout-feature-card p {
        font-size: 0.91rem;
    }
}


/* HİZMETLER SAYFASI STİLLERİ */

.hizmetler-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #000768 100%);
    color: var(--light-text);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hizmetler-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hizmetler-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hizmetler-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hizmetler-hero .hero-desc {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 0;
}

.hizmetler-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.hizmetler-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 3rem;
    position: relative;
}

.hizmetler-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.hizmetler-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.hizmet-kart {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
}

.hizmet-kart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.hizmet-kart:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.hizmet-kart:hover::before {
    transform: scaleX(1);
}

.hizmet-ikon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.hizmet-ikon i {
    font-size: 1.8rem;
    color: #fff;
}

.hizmet-kart:hover .hizmet-ikon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.hizmet-kart h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.hizmet-kart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hizmet-kart li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    color: #555;
    position: relative;
    padding-left: 1.2rem;
}

.hizmet-kart li:last-child {
    border-bottom: none;
}

.hizmet-kart li::before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.5rem;
}

.hizmetler-qr-section {
    padding: 80px 0;
    background: transparent;
}

.qr-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.qr-info {
    flex: 1;
    text-align: center;
}

.qr-info h3 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 1rem;
}

.qr-info p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.qr-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.qr-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-decoration: none;
}

.qr-img {
    flex: 0 0 200px;
    text-align: center;
}

.qr-img img {
    width: 180px;
    height: 180px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.qr-img img:hover {
    transform: scale(1.05);
}


/* MOBİL UYUMLULUK */

@media (max-width: 900px) {
    .hizmetler-hero .hero-title {
        font-size: 2.8rem;
    }
    .hizmetler-hero .hero-desc {
        font-size: 1.1rem;
    }
    .hizmetler-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }
    .qr-flex {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    .qr-img {
        flex: none;
    }
}

@media (max-width: 600px) {
    .hizmetler-hero {
        padding: 100px 0 60px;
    }
    .hizmetler-hero .hero-title {
        font-size: 2.2rem;
    }
    .hizmetler-hero .hero-desc {
        font-size: 1rem;
    }
    .hizmetler-section {
        padding: 60px 0;
    }
    .hizmetler-section .section-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .hizmetler-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .hizmet-kart {
        padding: 1.5rem;
    }
    .hizmet-ikon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }
    .hizmet-ikon i {
        font-size: 1.5rem;
    }
    .hizmet-kart h3 {
        font-size: 1.2rem;
    }
    .hizmet-kart li {
        font-size: 0.9rem;
    }
    .qr-info h3 {
        font-size: 1.6rem;
    }
    .qr-info p {
        font-size: 1rem;
    }
    .qr-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
    .qr-img img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .hizmetler-hero .hero-title {
        font-size: 1.8rem;
    }
    .hizmetler-section .section-title {
        font-size: 1.6rem;
    }
    .hizmet-kart {
        padding: 1.2rem;
    }
    .hizmet-ikon {
        width: 45px;
        height: 45px;
    }
    .hizmet-ikon i {
        font-size: 1.3rem;
    }
    .hizmet-kart h3 {
        font-size: 1.1rem;
    }
    .qr-img img {
        width: 120px;
        height: 120px;
    }
}


/* İNTERGEN'İN İLGİ ALANLARI BÖLÜMÜ */

.ilgi-alanlari-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}

.ilgi-alanlari-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%230f973e" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.5;
}

.ilgi-alanlari-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.ilgi-alanlari-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.ilgi-alanlari-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 2;
}

.ilgi-alan-kart {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.ilgi-alan-kart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ilgi-alan-kart:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.ilgi-alan-kart:hover::before {
    opacity: 1;
}

.ilgi-alan-ikon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.ilgi-alan-ikon i {
    font-size: 2rem;
    color: #fff;
}

.ilgi-alan-kart:hover .ilgi-alan-ikon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.ilgi-alan-kart h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-text);
    margin: 0;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}


/* İLGİ ALANLARI MOBİL UYUMLULUK */

@media (max-width: 900px) {
    .ilgi-alanlari-section {
        padding: 60px 0;
    }
    .ilgi-alanlari-section .section-title {
        font-size: 2.2rem;
        margin-bottom: 2.5rem;
    }
    .ilgi-alanlari-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.2rem;
    }
}

@media (max-width: 600px) {
    .ilgi-alanlari-section {
        padding: 50px 0;
    }
    .ilgi-alanlari-section .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .ilgi-alanlari-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    .ilgi-alan-kart {
        padding: 1.5rem 1rem;
    }
    .ilgi-alan-ikon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }
    .ilgi-alan-ikon i {
        font-size: 1.6rem;
    }
    .ilgi-alan-kart h3 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .ilgi-alanlari-section .section-title {
        font-size: 1.6rem;
    }
    .ilgi-alanlari-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .ilgi-alan-kart {
        padding: 1.2rem 1rem;
    }
    .ilgi-alan-ikon {
        width: 50px;
        height: 50px;
    }
    .ilgi-alan-ikon i {
        font-size: 1.4rem;
    }
    .ilgi-alan-kart h3 {
        font-size: 0.95rem;
    }
}


/* GENETİK DANIŞMANLIK (danismanlik.php) MODERN STİLLERİ */

.danismanlik-hero-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #151c83 100%);
    color: #fff;
    padding: 150px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.danismanlik-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 100 100\'><defs><pattern id=\'dots\' width=\'20\' height=\'20\' patternUnits=\'userSpaceOnUse\'><circle cx=\'10\' cy=\'10\' r=\'1\' fill=\'%23fff\' opacity=\'0.08\'/></pattern></defs><rect width=\'100\' height=\'100\' fill=\'url(%23dots)\'/></svg>');
    opacity: 0.7;
    z-index: 1;
}

.danismanlik-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.danismanlik-hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.danismanlik-hero-desc {
    font-size: 1.25rem;
    opacity: 0.95;
    margin-bottom: 0;
}
.danismanlik-cards-section {
    background: #f8f9fa;
    padding: 70px 0 80px;
}

.danismanlik-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.danismanlik-card.modern-card {
    background: linear-gradient(135deg, #fff 60%, #ffffff 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(248, 58, 58, 0.08), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1.5px solid #f2e0e0;
    position: relative;
    overflow: hidden;
}

.danismanlik-card.modern-card:hover {
    box-shadow: 0 12px 40px rgba(120, 120, 120, 0.18), 0 2px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-6px) scale(1.02);
}

.danismanlik-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    color: #fff;
    box-shadow: 0 2px 12px rgba(72, 72, 72, 0.13);
    transition: box-shadow 0.3s, transform 0.3s;
}

.danismanlik-card.modern-card:hover .danismanlik-card-icon {
    box-shadow: 0 6px 24px rgba(59, 59, 59, 0.22);
    transform: scale(1.08) rotate(4deg);
}

.danismanlik-card.modern-card h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.4;
}

.danismanlik-card.modern-card p {
    font-size: 1.05rem;
    color: #444;
    text-align: center;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 900px) {
    .danismanlik-hero-title {
        font-size: 2.1rem;
        margin-top: 40px;
    }
    .danismanlik-hero-section {
        padding: 70px 0 40px;
    }
    .danismanlik-cards-section {
        padding: 50px 0 60px;
    }
    .danismanlik-cards-grid {
        gap: 1.5rem;
    }
    .danismanlik-card.modern-card {
        padding: 2rem 1.2rem 1.5rem 1.2rem;
    }
}

@media (max-width: 600px) {
    .danismanlik-hero-title {
        font-size: 1.4rem;
    }
    .danismanlik-hero-section {
        padding: 40px 0 20px;
    }
    .danismanlik-hero-icon {
        width: 54px;
        height: 54px;
        font-size: 1.5rem;
    }
    .danismanlik-cards-section {
        padding: 30px 0 30px;
    }
    .danismanlik-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .danismanlik-card.modern-card {
        padding: 1.2rem 0.7rem 1.2rem 0.7rem;
    }
    .danismanlik-card-icon {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }
    .danismanlik-card.modern-card h2 {
        font-size: 1.05rem;
    }
    .danismanlik-card.modern-card p {
        font-size: 0.97rem;
    }
}


/* --- Sık Testler Modern Grid ve Hero --- */

.sik-testler-hero {
    background: linear-gradient(90deg, #f8f9fa 60%, #e9f5ee 100%);
    padding: 48px 0 24px 0;
}

.sik-testler-hero .hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.sik-testler-hero .section-title {
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.sik-testler-hero .hero-desc {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 0;
}

.sik-testler-section {
    padding: 32px 0 48px 0;
}

.sik-testler-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 2rem 0;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .sik-testler-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 600px) {
    .sik-testler-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.sik-testler-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    transform: translateY(0);
    max-width: 350px;
    margin: 0 auto;
}

.sik-testler-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.sik-testler-img-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #eee;
}

.sik-testler-img-wrapper img.sik-test-img {
    width: auto;
    height: 150px;
    max-width: 90%;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.sik-testler-card:hover .sik-testler-img-wrapper img.sik-test-img {
    transform: scale(1.05);
}

.sik-testler-card-content {
    padding: 20px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sik-testler-card-content h3 {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.testler-more-btn {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.testler-more-btn:hover {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* Modal Popup */

.popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.popup-modal.active {
    display: flex;
}

.popup-modal-content {
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: var(--primary-color);
}

@media (max-width: 600px) {
    .popup-close {
        top: 16px;
        right: 16px;
        font-size: 2rem;
    }
    .popup-modal-content {
        max-width: 95vw;
        max-height: 85vh;
    }
}


/* Education Page Modern Styles */

.education-section {
    margin-top: 50px;
    padding: 40px 0;
}

.education-title {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.education-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.education-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.education-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15, 151, 62, 0.1);
}

.education-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.education-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.education-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.education-card h3 {
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.education-card p {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}


/* Responsive Design for Education Cards */

@media (max-width: 768px) {
    .education-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .education-title {
        font-size: 2rem;
    }
    .education-card {
        padding: 25px;
    }
    .education-card h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .education-section {
        padding: 30px 0;
    }
    .education-title {
        font-size: 1.8rem;
    }
    .education-card {
        padding: 20px;
    }
    .education-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    .education-card h3 {
        font-size: 1.1rem;
    }
    .education-card p {
        font-size: 0.95rem;
    }
}


/* Intergen Info Cards Styles */

.intergen-info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.info-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid rgba(15, 151, 62, 0.1);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transition: height 0.3s ease;
}

.info-card:hover::before {
    height: 6px;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(15, 151, 62, 0.2);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.info-card:hover .info-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(15, 151, 62, 0.4);
}

.info-card h3 {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
}

.info-card p {
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.4;
}

.info-card span {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.3;
    display: block;
}


/* Specific card colors */

.info-card.establishment .info-icon {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.info-card.specialization .info-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.info-card.laboratories .info-icon {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.info-card.certification .info-icon {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}


/* Responsive Design for Info Cards */

@media (max-width: 768px) {
    .intergen-info-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .info-card {
        padding: 20px;
    }
    .info-icon {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    .info-card h3 {
        font-size: 1.1rem;
    }
    .info-card p {
        font-size: 1rem;
    }
    .info-card span {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .info-card {
        padding: 18px;
    }
    .info-icon {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    .info-card h3 {
        font-size: 1rem;
    }
    .info-card p {
        font-size: 0.95rem;
    }
}


/* Intergen Quick Info Full Width Section */

.intergen-quick-info-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
    margin-top: 0;
    margin-bottom: 50px;
}

.quick-info-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.quick-info-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0;
}

.quick-info-item {
    display: flex;
    align-items: flex-start;
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 6px solid #667eea;
    position: relative;
    overflow: hidden;
}

.quick-info-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.quick-info-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-left-color: #764ba2;
}

.quick-info-number {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 6px 15px rgba(102, 126, 234, 0.3);
}

.quick-info-content h4 {
    margin: 0 0 12px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.quick-info-content p {
    margin: 0;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}


/* Responsive Design for Quick Info */

@media (max-width: 768px) {
    .intergen-quick-info-fullwidth {
        padding: 40px 0;
    }
    .quick-info-container {
        padding: 0 20px;
    }
    .quick-info-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .quick-info-title {
        font-size: 2rem;
        margin-bottom: 35px;
    }
    .quick-info-item {
        padding: 20px;
    }
    .quick-info-content h4 {
        font-size: 1.1rem;
    }
    .quick-info-content p {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .intergen-quick-info-fullwidth {
        padding: 30px 0;
    }
    .quick-info-container {
        padding: 0 15px;
    }
    .quick-info-title {
        font-size: 1.7rem;
        margin-bottom: 30px;
    }
    .quick-info-item {
        padding: 18px;
    }
    .quick-info-number {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
        margin-right: 15px;
    }
    .quick-info-content h4 {
        font-size: 1rem;
    }
    .quick-info-content p {
        font-size: 0.9rem;
    }
}


/* Modern About Section (index.php) */

.about-section {
    padding: 64px 0 48px 0;
    background: #f8fafc;
}

.about-link {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 32px;
    transition: color 0.2s;
    text-align: center;
}

.about-link:hover .about-main-title {
    color: var(--primary-color);
}

.about-main-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #1a202c;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto 0 auto;
}

.about-main-title i {
    display: block;
    margin: 0 auto 8px auto;
    font-size: 2.1rem;
    color: var(--primary-color);
}

.about-card-title {
    font-size: 1.15rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto 10px auto;
}

.about-card-title i {
    display: block;
    margin: 0 auto 8px auto;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.about-cards-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-card {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 900px) {
    .about-section {
        padding: 36px 0 24px 0;
    }
    .about-cards-grid {
        gap: 18px;
        max-width: 98vw;
    }
    .about-card {
        max-width: 98vw;
    }
}

@media (max-width: 600px) {
    .about-section {
        padding: 18px 0 10px 0;
    }
    .about-main-title {
        font-size: 1.3rem;
    }
    .about-cards-grid {
        gap: 12px;
        max-width: 100vw;
    }
    .about-card {
        max-width: 100vw;
    }
}

.contact-link {
    display: inline-flex;
    align-items: center;
    color: #444;
    font-size: 1.05em;
    margin-bottom: 6px;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-link i {
    color: #888;
    font-size: 1.1em;
    margin-right: 7px;
}

.contact-link:hover {
    color: var(--primary-color);
}

.contact-link:hover i {
    color: var(--primary-color);
}

.goz-grubu-container {
    padding: 60px 20px;
    padding-top: 100px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.goz-grubu-container .container {
    max-width: 1000px;
    margin: 0 auto;
}

.goz-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-dark);
}

.goz-section {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.goz-section:hover {
    transform: translateY(-4px);
}

.goz-section h2 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.goz-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.goz-section ul {
    padding-left: 20px;
    margin-top: 10px;
}

.goz-section ul li {
    margin-bottom: 8px;
    list-style-type: disc;
}


/* 🔹 Mobil uyum */

@media (max-width: 768px) {
    .goz-grubu-container {
        padding: 40px 15px;
        padding-top: 80px;
    }
    .goz-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .goz-section {
        padding: 20px;
        border-radius: 10px;
    }
    .goz-section h2 {
        font-size: 1.3rem;
    }
    .goz-section p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .goz-section ul {
        padding-left: 16px;
    }
    .goz-section ul li {
        margin-bottom: 6px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .goz-title {
        font-size: 1.5rem;
    }
    .goz-section {
        padding: 15px;
    }
    .goz-section h2 {
        font-size: 1.1rem;
    }
    .goz-section p,
    .goz-section ul li {
        font-size: 0.9rem;
    }
}

.ortopedi-container {
    padding: 60px 20px;
    padding-top: 100px;
    background-color: #f4f7fc;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.ortopedi-container .container {
    max-width: 1000px;
    margin: 0 auto;
}

.ortopedi-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-dark);
}

.ortopedi-card {
    background: #fff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ortopedi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.ortopedi-card h2 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.ortopedi-card p {
    font-size: 1rem;
    line-height: 1.7;
}


/* 🔹 Tablet uyumu */

@media (max-width: 768px) {
    .ortopedi-container {
        padding: 40px 15px;
        padding-top: 80px;
    }
    .ortopedi-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .ortopedi-card {
        padding: 20px;
        border-radius: 10px;
    }
    .ortopedi-card h2 {
        font-size: 1.3rem;
    }
    .ortopedi-card p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}


/* 🔹 Telefon uyumu */

@media (max-width: 480px) {
    .ortopedi-title {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
    .ortopedi-card {
        padding: 15px;
        border-radius: 8px;
    }
    .ortopedi-card h2 {
        font-size: 1.1rem;
    }
    .ortopedi-card p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

.exosome-container {
    padding: 80px 20px;
    padding-top: 120px;
    background: linear-gradient(to bottom, #eef2f7, #f7faff);
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.exosome-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 60px;
    color: #2a3f5f;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.exosome-card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    overflow: hidden;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.exosome-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.exosome-image {
    flex: 1.2;
    overflow: hidden;
}

.exosome-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.exosome-card:hover .exosome-image img {
    transform: scale(1.05);
}

.exosome-content {
    flex: 2;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.exosome-content h2 {
    font-size: 1.6rem;
    color: #145DA0;
    margin-bottom: 20px;
    font-weight: 600;
}

.exosome-content p,
.exosome-content ul {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 10px;
    color: #444;
}

.exosome-content ul {
    padding-left: 22px;
    list-style: disc;
}

@media (max-width: 768px) {
    .exosome-card {
        flex-direction: column;
        margin-bottom: 35px;
        /* Kartlar arasındaki boşluğu biraz küçült */
    }
    .exosome-image {
        max-height: 220px;
        /* Daha dengeli bir yükseklik */
    }
    .exosome-content {
        padding: 20px 18px;
        /* Daha kompakt içerik */
    }
    .exosome-title {
        font-size: 2rem;
        /* Tablet için daha küçük başlık */
        margin-bottom: 35px;
        line-height: 1.3;
        /* Daha iyi satır aralığı */
    }
    .exosome-content h2 {
        font-size: 1.3rem;
        /* Alt başlıkları küçült */
        margin-bottom: 15px;
    }
    .exosome-content p,
    .exosome-content ul {
        font-size: 0.95rem;
        /* Paragraflar daha küçük */
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .exosome-title {
        font-size: 1.5rem;
        /* Küçük ekranlar için ideal */
        margin-bottom: 25px;
    }
    .exosome-image {
        max-height: 180px;
        /* Daha dar ekranlarda resim yüksekliği kısıtla */
    }
    .exosome-content {
        padding: 18px 15px;
    }
    .exosome-content h2 {
        font-size: 1.15rem;
        /* Alt başlıkları daha da küçült */
    }
    .exosome-content p,
    .exosome-content ul {
        font-size: 0.9rem;
        line-height: 1.55;
    }
}

 :root {
    --bg: #fafafa;
    --card: #ffffff;
    --muted: #6b6b6b;
    --accent: #0b7cff;
    --radius: 14px;
    --container-width: 1100px;
}

.card {
    background: var(--card);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: 0 6px 18px rgba(11, 28, 52, 0.06);
    margin-bottom: 18px
}

.card h2 {
    margin-top: 0;
    color: var(--accent)
}

.card p {
    line-height: 1.65;
    color: #253445
}

.phases-list {
    margin-left: 1.2rem
}

.phases-list li {
    margin-bottom: 8px
}

.note {
    font-size: .9rem;
    color: var(--muted);
    background: transparent;
    padding: 8px 22px
}

.mrna-section {
    text-align: center;
    padding: 60px 20px;
    padding-top: 120px;
    background-color: #f8fafc;
}

.mrna-title {
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.mrna-title i {
    font-size: 1.8rem;
}

.mrna-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.mrna-card {
    background: #fff;
    padding: 25px 28px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.mrna-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.mrna-card:hover::before {
    transform: scaleX(1);
}

.mrna-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.mrna-card h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.mrna-card p {
    color: #444;
    line-height: 1.7;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.mrna-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 18px;
    box-shadow: 0 8px 25px rgba(17, 17, 17, 0.2);
}

.mrna-card ul,
.mrna-card ol {
    margin: 10px 0;
    padding-left: 20px;
    /* hizalı görünüm */
    color: #444;
    font-size: 0.95rem;
    line-height: 1.6;
    list-style-position: outside;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.mrna-card li {
    margin-bottom: 6px;
}

.mrna-card li:last-child {
    margin-bottom: 0;
}

.mrna-card li::marker {
    color: var(--primary-color);
    /* tema rengi */
    font-weight: 600;
}

@media (hover: none) {
    .mrna-card:hover {
        transform: none;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
        border-color: #f0f0f0;
    }
    .mrna-card:hover::before {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mrna-card,
    .mrna-card::before {
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .mrna-section {
        padding: 40px 16px;
        padding-top: 90px;
    }
    .mrna-title {
        font-size: 1.8rem;
        gap: 10px;
    }
    .mrna-title i {
        font-size: 1.4rem;
    }
    .mrna-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 18px;
        max-width: 100%;
    }
    .mrna-card {
        padding: 18px 16px;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    }
    .mrna-card h3 {
        font-size: 1.1rem;
        margin-bottom: 10px;
        line-height: 1.35;
    }
    .mrna-card p,
    .mrna-card ul,
    .mrna-card ol {
        font-size: 0.93rem;
        line-height: 1.6;
    }
    .mrna-card ul,
    .mrna-card ol {
        padding-left: 16px;
    }
    .mrna-card li {
        margin-bottom: 5px;
    }
    .mrna-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
        margin-bottom: 14px;
        box-shadow: 0 6px 18px rgba(17, 17, 17, 0.16);
    }
}

@media (max-width: 480px) {
    .mrna-section {
        padding: 28px 14px;
        padding-top: 80px;
    }
    .mrna-title {
        font-size: 1.5rem;
        gap: 8px;
        margin-bottom: 24px;
    }
    .mrna-grid {
        grid-template-columns: 1fr;
        /* tek sütun */
        gap: 14px;
    }
    .mrna-card {
        padding: 14px;
        border-radius: 10px;
    }
    .mrna-card h3 {
        font-size: 1rem;
    }
    .mrna-card p,
    .mrna-card ul,
    .mrna-card ol {
        font-size: 0.9rem;
        line-height: 1.55;
    }
    .mrna-icon {
        width: 42px;
        height: 42px;
        font-size: 1rem;
        margin-bottom: 12px;
    }
}

.ortopedik-container {
    padding: 40px;
    font-family: Arial, sans-serif;
}

.ortopedik-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
    color: #2c3e50;
}

.ortopedik-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ortopedik-image {
    flex: 0 0 250px;
}

.ortopedik-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ortopedik-content {
    padding: 20px;
    flex: 1;
}

.ortopedik-content h2 {
    font-size: 1.4rem;
    color: #34495e;
    margin-bottom: 15px;
}

.ortopedik-content p,
.ortopedik-content ul {
    font-size: 1rem;
    color: #7f8c8d;
}

.ortopedik-content ul {
    list-style: none;
    padding-left: 0;
}

.ortopedik-content li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.ortopedik-content li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
}


/* Mobil uyum */

@media (max-width: 768px) {
    .ortopedik-card {
        flex-direction: column;
    }
    .ortopedik-image {
        flex: 0 0 auto;
        width: 100%;
    }
}

.egitim-section {
    padding: 20px 0;
    background: #ffffff;
}

.egitim-section .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-text);
    margin-bottom: 3rem;
    position: relative;
}

.egitim-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 2px;
}

.egitim-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.egitim-kart {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: inherit;
}

.egitim-kart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-light));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.egitim-kart:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.egitim-kart:hover::before {
    transform: scaleX(1);
}

.egitim-ikon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.egitim-ikon i {
    font-size: 1.8rem;
    color: #fff;
}

.egitim-kart:hover .egitim-ikon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.egitim-kart h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.egitim-kart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.egitim-kart li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
    color: #555;
    position: relative;
    padding-left: 1.2rem;
}

.egitim-kart li:last-child {
    border-bottom: none;
}

.egitim-kart li::before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0.5rem;
}

@media (min-width: 1024px) {
    .egitim-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.modal.is-open {
    display: block;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
    position: relative;
    max-width: 720px;
    width: 92%;
    margin: 6vh auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 24px 24px 28px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 28px;
    line-height: 1;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.modal-header h3 {
    margin: 0 32px 10px 0;
    font-size: 20px;
}

.modal-body {
    line-height: 1.6;
}

.modal-body .qr-btn {
    display: inline-block;
    margin-top: 14px;
}

.hizmet-kart[role="button"] {
    cursor: pointer;
}

.hizmet-kart[role="button"]:focus {
    outline: 2px solid var(--primary-color, #6c4dd2);
    outline-offset: 2px;
}

.back-button {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    background: #145DA0;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.3s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.back-button:hover {
    background: #0e4477;
}


/*privacy policy section*/

.pp-hero {
    background: linear-gradient(135deg, #ffffff 0%, var(--secondary-color) 100%);
    color: var(--primary-dark);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.pp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.pp-hero .pp-wrap {
    position: relative;
    z-index: 2;
}

.pp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.pp-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.pp-hero-title i {
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.pp-hero-sub {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

.pp-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgb(255, 255, 255);
    transition: transform 0.3s ease;
}

.pp-hero-img:hover {
    transform: translateY(-10px);
}


/* Content Section */

.pp-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.pp-wrap {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}


/* Article card (metin bloğu) */

.pp-article {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 151, 62, 0.08);
    padding: 28px;
}

.pp-h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 22px 0 12px;
    color: var(--primary-dark);
}

.pp-text {
    font-size: 1rem;
    line-height: 1.65;
    color: #2d2f38;
    opacity: 0.95;
    margin-bottom: 12px;
}

.pp-list,
.pp-ol {
    margin: 8px 0 16px 18px;
}

.pp-list li,
.pp-ol li {
    margin-bottom: 8px;
    color: #2d2f38;
}

.pp-address {
    margin-top: 10px;
    font-style: normal;
}

.pp-address a {
    color: var(--primary-color);
    text-decoration: none;
}


/* Responsive */

@media (max-width: 900px) {
    .pp-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .pp-section {
        padding: 56px 0;
    }
    .pp-article {
        padding: 22px;
    }
}

@media (max-width: 600px) {
    .pp-hero {
        padding: 90px 0 56px;
    }
    .pp-hero-title {
        font-size: 2rem;
    }
}


/* Terms of Use Section */

.tu-hero {
    background: linear-gradient(135deg, #ffffff 0%, var(--secondary-color) 100%);
    color: var(--primary-dark);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}

.tu-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.tu-hero .tu-wrap {
    position: relative;
    z-index: 2;
}

.tu-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tu-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.tu-hero-title i {
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.tu-hero-sub {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

.tu-hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgb(255, 255, 255);
    transition: transform 0.3s ease;
}

.tu-hero-img:hover {
    transform: translateY(-10px);
}


/* Content Section */

.tu-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.tu-wrap {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}


/* Article card (metin bloğu) */

.tu-article {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 151, 62, 0.08);
    padding: 28px;
}

.tu-h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 22px 0 12px;
    color: var(--primary-dark);
}

.tu-text {
    font-size: 1rem;
    line-height: 1.65;
    color: #2d2f38;
    opacity: 0.95;
    margin-bottom: 12px;
}

.tu-list,
.tu-ol {
    margin: 8px 0 16px 18px;
}

.tu-list li,
.tu-ol li {
    margin-bottom: 8px;
    color: #2d2f38;
}

.tu-address {
    margin-top: 10px;
    font-style: normal;
}

.tu-address a {
    color: var(--primary-color);
    text-decoration: none;
}


/* Responsive */

@media (max-width: 900px) {
    .tu-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .tu-section {
        padding: 56px 0;
    }
    .tu-article {
        padding: 22px;
    }
}

@media (max-width: 600px) {
    .tu-hero {
        padding: 90px 0 56px;
    }
    .tu-hero-title {
        font-size: 2rem;
    }
}



/*anasayfaya yeni eklenen yerler about section*/
/* === BİZ KİMİZ – ARKA PLAN & GENEL === */

.who-we-are {
  position: relative;
  padding: 96px 0 88px;
  overflow: hidden;
}

/* sağ alta hafif renk lekesi */
.who-we-are::before {
  content: "";
  position: absolute;
  inset: 40% -120px -40% auto;
  opacity: 0.6;
  pointer-events: none;
}

/* ÜST BAŞLIK BLOĞU (Biz Kimiz?) */

.who-we-are-header,
.process-flow-header {
  max-width: 100%;
}


.who-we-are-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 999px; 
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8e1b20;
  margin-bottom: 10px;
}

.who-we-are-header .section-title {
  margin-bottom: 10px;
}

.who-we-are-intro {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.7;
}

/* ALT: 2 KOLON YERLEŞİM */

.who-we-are-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: stretch;
}

/* masaüstünde iki kolon arasına ince dikey çizgi */
@media (min-width: 992px) {
  .who-we-are-layout::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12%;
    bottom: 12%;
    width: 1px;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .who-we-are-layout {
    grid-template-columns: 1fr;
  }
}

/* SOL METİN KARTI */

.who-we-are-text {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 24px 26px 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(14px);
  animation: fadeUp 0.6s ease-out both;
}

.who-we-are-lead {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 14px;
}

.who-we-are-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.who-we-are-highlights li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #374151;
}

.who-we-are-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8e1b20, #8e1b20);
}

.who-we-are-actions {
  margin-top: 10px;
}

/* SAĞ İSTATİSTİK TARAFI */

.who-we-are-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeUp 0.6s ease-out both;
  animation-delay: 0.08s;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.stat-card {
  text-align: center;
  padding: 18px 14px 20px;
  border-radius: 22px;
  background: radial-gradient(circle at top, #ffffff 0%, #fdfdfd 42%, #f7fbff 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(10px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.stat-card:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  background: radial-gradient(circle at top, #ffffff 0%, #f8ffff 40%, #f5fbff 100%);
}

/* DAİRESEL PROGRESS HALKALARI */

.stat-ring {
  --accent: #00d2cc;
  --track: #e6f6f7;
  --size: 120px;

  width: var(--size);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(circle at center, #ffffff 66%, transparent 67%),
    conic-gradient(
      var(--accent) calc(var(--value) * 360deg),
      var(--track) 0
    );

  box-shadow: 0 0 18px rgba(0, 210, 204, 0.38);
  margin: 0 auto 6px;
}

.stat-ring-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 1.4rem;
  font-weight: 600;
  color: #111827;
}

.stat-label {
  margin-top: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
}

.stat-caption {
  margin-top: 3px;
  font-size: 0.78rem;
  color: #6b7280;
  line-height: 1.5;
}

/* BASİT GİRİŞ ANİMASYONU */

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* === HASTA YOLCULUĞU / SÜREÇ BÖLÜMÜ === */
.process-flow { 
  background: linear-gradient(to bottom, #ffffff, #f8f9fa); 
  padding: 100px 0; 
  overflow: hidden;
}

.process-track{
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  margin-top: 60px;
  padding: 0 20px;
}

/* Arka plandaki çizgi (desktop) */
.process-line{
  position: absolute;
  top: 45px;
  left: 50px;
  right: 50px;
  height: 3px;
  background: #e9ecef;
  z-index: 0;
}

/* adımlar */
.process-step{
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1;
  padding: 0 10px;
  transition: var(--transition);
  min-width: 0;
}

/* Adım Numarası (01, 02...) */
.step-number{
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: rgba(142, 27, 32, 0.06);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: var(--transition);
}

.process-icon-box{
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  background: var(--white);
  border: 2px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
}

.process-icon-box i{
  font-size: 2rem;
  color: var(--primary-color);
  transition: var(--transition);
}

/* Hover */
.process-step:hover .process-icon-box{
  border-color: var(--primary-color);
  background: var(--primary-color);
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(142, 27, 32, 0.2);
}
.process-step:hover .process-icon-box i{ color: var(--white); }

.process-step:hover .step-number{
  color: rgba(142, 27, 32, 0.12);
  transform: translateX(-50%) translateY(-5px);
}

.process-label{
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--dark-text);
  margin-bottom: 8px;
}

.process-description{
  font-size: 0.95rem;
  color: #666;
  line-height: 1.55;
  max-width: 220px;
  margin: 0 auto;
}

/* =========================
   RESPONSIVE
   ========================= */

/* Tablet: 2 sütun grid */
@media (max-width: 992px){
  .process-track{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 0 12px;
  }

  /* çizgi grid yapıda anlamsız → kapat */
  .process-line{ display: none; }

  .process-step{
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 24px 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.04);
  }

  .step-number{
    top: 10px;
    left: 18px;
    transform: none;
    font-size: 2.2rem;
  }

  .process-icon-box{
    margin: 10px auto 14px;
  }

  .process-description{
    max-width: 100%;
  }
}

/* Mobile: 1 sütun */
@media (max-width: 576px){
  .process-flow{ padding: 70px 0; }

  .process-track{
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .process-icon-box{
    width: 82px;
    height: 82px;
  }

  .process-icon-box i{
    font-size: 1.8rem;
  }

  .process-label{ font-size: 1.02rem; }
  .process-description{ font-size: 0.93rem; }
}

/*sıkça sorulan sorular (FAQ) section*/
 .faq-section {
            padding: 80px 0;
            background-color: var(--primary-light);
        }
        
        .faq-wrapper {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: #fff;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            margin-bottom: 15px;
            overflow: hidden;
            transition: var(--transition);
        }
        
        .faq-item:hover { border-color: var(--primary-dark); }
        .faq-item.active { border-color: var(--primary-color); box-shadow: 0 4px 12px rgba(142, 27, 32, 0.1); }

        .faq-header {
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
        }

        .faq-title {
            font-weight: 600;
            color: var(--text-color);
            font-size: 1.05rem;
        }
        
        .faq-item.active .faq-title { color: var(--primary-color); }

        .faq-icon {
            width: 24px; height: 24px;
            display: flex; align-items: center; justify-content: center;
            color: var(--primary-dark);
            transition: transform 0.3s ease;
        }
        
        .faq-item.active .faq-icon { transform: rotate(180deg); color: var(--primary-color); }

        .faq-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: #fcfcfc;
            will-change: max-height;
        }
        
        .faq-content {
            padding: 0 20px 20px;
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
            border-top: 1px solid #f0f0f0;
            padding-top: 15px;
        }



        /* === FAQ / ACCORDION === */
.faq-section{
  padding: 90px 0;
  background: #fff;
}

.faq-accordion{
  max-width: 920px;
  margin: 28px auto 0;
}

.faq-item{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(0,0,0,0.04);
}

.faq-question{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px;
  font-weight: 600;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.faq-question i{
  transition: transform .2s ease;
}

.faq-item.is-open .faq-question i{
  transform: rotate(180deg);
}

.faq-answer{
  padding: 0 18px 18px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.faq-answer p{
  margin: 14px 0 0;
  line-height: 1.65;
  opacity: 0.9;
}
