﻿
@font-face {
    src: url(../FONTS/Poppins-Regular.ttf);
    font-family: poppins;
}
* {
   font-family: poppins, sans-serif !important;
}


.navbar {
    transition: all .3s ease;
}


    .navbar.scrolled {
        background: #fff !important;
        box-shadow: 0 4px 20px rgba(0,0,0,.08);
    }
.hemato-text {
    background-color: #fff;
    border-radius: 20px;
    height:415px;
    text-align:left;
}
.h-title{
    color:#ab0b23;
    font-weight:bold;
    display:block;
}
.hematolist{
    padding-left:17px;
}
.pd{
    padding:60px;
}
.rp {
    background-color:#ab0b23 !important;
    color: #fff !important;
}
.renk {
    background-color: #ab0b23 !important;
}
.rfont {
    color: #ab0b23;
    font-weight: bold;
    
   
}
.main-subtitle b{
    color:#ab0b23;
}

.navbar-brand {
    font-weight: 600;
    color:#fff !important;
}
.nav-link{
    color:#fff !important;
}
.mt{
    margin-top:120px;
}
.main-title {
            color: #ab0b23;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .sub-description {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 40px auto;
            color: #555;
            font-size: 0.95rem;
        }

        .blood-elements {
            background: #fff;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 30px;
            border-left: 5px solid #ab0b23;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        }

        .nakil-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 30px;
            height: 100%;
            transition: transform 0.3s ease;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border-top: 6px solid #ab0b23;
        }

        .nakil-card:hover {
            transform: translateY(-5px);
        }

        .type-title {
            color: #ab0b23;
            font-weight: 700;
            font-size: 1.4rem;
            margin-bottom: 5px;
        }

        .type-subtitle {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 20px;
            display: block;
        }

        .section-box {
            background-color: #fcfcfc;
            border: 1px solid #eee;
            border-radius: 12px;
            padding: 15px;
            margin-bottom: 15px;
        }

        .section-title {
            font-weight: 600;
            font-size: 0.95rem;
            color: #333;
            margin-bottom: 8px;
            display: block;
        }

        .content-text {
            font-size: 0.88rem;
            color: #555;
            line-height: 1.6;
            margin-bottom: 0;
        }

        .list-unstyled li {
            font-size: 0.88rem;
            margin-bottom: 5px;
            padding-left: 20px;
            position: relative;
            color: #555;
        }

        .list-unstyled li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #ab0b23;
            font-weight: bold;
        }

        .badge-custom {
            background-color: #ab0b23;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            margin-bottom: 15px;
            display: inline-block;
        }
/* Üst Bilgi Paneli */
.info-header {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    border-bottom: 5px solid #ab0b23;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.main-title {
    color: #ab0b23;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

/* Kan Bileşenleri Kutuları */
.blood-element-card {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

    .blood-element-card:hover {
        border-color: #ab0b23;
    }

.element-name {
    color: #ab0b23;
    font-weight: 600;
    display: block;
}

.element-desc {
    font-size: 0.85rem;
    color: #666;
}

/* Nakil Kartları */
.nakil-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-top: 6px solid #ab0b23;
}

.type-title {
    color: #ab0b23;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.section-box {
    background-color: #fafafa;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 3px solid #eee;
}

.section-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #ab0b23;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

.list-item {
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}

    .list-item::before {
        content: "•";
        color: #ab0b23;
        font-weight: bold;
        margin-right: 10px;
    }

.badge-type {
    background: #ab0b23;
    color: white;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    margin-bottom: 10px;
    display: inline-block;
}


.hemato-img{
    width:100%;
    border-radius:20px;
}
.m80{
    margin-top:80px;
}
/* ===== HERO ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at right, rgba(255,200,200,.4), transparent 60%), radial-gradient(circle at left, rgba(200,240,240,.5), transparent 60%), #fafafa;
}


    .hero h1 {
        font-family: 'Playfair Display', serif;
        font-size: 3rem;
        line-height: 1.2;
    }


        .hero h1 span {
            color: #1ba6a6;
        }


    .hero p {
        color: #6c757d;
        max-width: 520px;
    }


/* ===== HERO BUTTONS (ORİJİNAL TASARIMA SADIK) ===== */
.btn-main {
    background: #1f8fa3;
    color: #fff;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    transition: background .2s ease;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 8%;
  background: #f7fafc;
  gap: 50px;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
    display: inline-block;
    background: #e6f3f8;
    color: #AB0B23 !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f2933;
}

.hero h2 {
  font-size: 24px;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 20px;
}

.hero p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom:6px;
}

.hero-button {
    display: inline-block;
    background: #AB0B23;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.hero-button:hover {
  background: #2f7394;
}

.hero-image img {
  max-width: 520px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* 📱 Mobil uyum */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-image img {
    max-width: 100%;
  }
}


.category-badge{
    color:#000;
}









.btn-main:hover {
    background: #177889;
    color: #fff;
}
.hmt {
    border: 2px solid #1badc3 !important;
}
.hmt-hst {
    background-color:#ab0b23 !important;
    color:#fff !important;
}

.btn-outline-main {
    background: #fff;
    border: 1.5px solid #9fd6dd;
    color: #1f8fa3;
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 500;
    box-shadow: none;
    transition: background .2s ease, border .2s ease;
}


    .btn-outline-main:hover {
        background: #f6fbfc;
        border-color: #1f8fa3;
        color: #1f8fa3;
    }

    .navbar{
}


.hero h1{
font-family:'Playfair Display', serif;
font-size:3rem;
line-height:1.2;
}


.hero h1 span{
color:#1ba6a6;
}


.hero p{
color:#6c757d;
max-width:520px;
}


/* ===== HERO BUTTONS (ORİJİNAL TASARIMA SADIK) ===== */
.btn-main{
background:#1f8fa3;
color:#fff;
border-radius:30px;
padding:12px 26px;
font-weight:500;
border:none;
box-shadow:none;
transition:background .2s ease;
}


.btn-main:hover{
background:#177889;
color:#fff;
}


.btn-outline-main{
background:#fff;
border:1.5px solid #9fd6dd;
color:#1f8fa3;
border-radius:30px;
padding:12px 26px;
font-weight:500;
box-shadow:none;
transition:background .2s ease, border .2s ease;
}


.btn-outline-main:hover{
background:#f6fbfc;
border-color:#1f8fa3;
color:#1f8fa3;
}


/* ===== MOBİL ===== */
@media(max-width:768px){
.hero h1{
font-size:2.2rem;
}
}
.guide-section {
    background-color: #f8fbfd;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    color: #1f2937;
}

.main-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 650px;
    margin: auto;
}

.info-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 0 0 1px #e5edf3;
    transition: all 0.3s ease;
}

    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    }

.icon-box {
    width: 56px;
    height: 56px;
    background-color: #ab0b23 !important;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #1e88e5;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px
}

.info-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.info-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}
.benign-section {
    background-color: #f8fbfd;
}

.benign-badge {
    background-color: #e6f6f4;
    color: #1aa7a1;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
}
.search-box {
    max-width: 700px;
    margin: 40px auto 25px;
}

.term-card {
    max-width: 700px;
    margin: 0 auto 15px;
    border-radius: 10px;
    border: 1px solid #e1e7ef;
}

.term-title {
    color: #ab0b23;
    font-weight: 600;
    text-decoration: none;
}

    .term-title:hover {
        text-decoration: underline;
    }

.term-desc {
    font-size: 14px;
    color: #555;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    color: #1f2937;
}

.section-subtitle {
    color: #6b7280;
    font-size: 16px;
    max-width: 650px;
    margin: auto;
}

.benign-card {
    background-color: #eefaf8;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

    .benign-card:hover {
        background-color: #e2f4f1;
        transform: translateY(-4px);
    }

.icon-area {
    width: 52px;
    height: 52px;
    background-color: #d8f1ee;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1aa7a1;
    font-size: 22px;
    flex-shrink: 0;
}

.card-text h5 {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.card-text p {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.arrow {
    margin-left: auto;
    color: #1aa7a1;
    font-size: 18px;
}

.btn-benign {
    background-color: #e6f6f4;
    color: #1aa7a1;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 500;
}

    .btn-benign:hover {
        background-color: #d6efec;
        color: #148f8a;
    }
.hematology-section {
    background: linear-gradient(180deg, #fff5f0, #ffffff);
}

.category-badge {
    background-color: #e9f2f8;
    color: #1f6fa7;
    padding: 8px 16px;
    font-size: 14px;
}

.section-title {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #6c757d;
    font-size: 16px;
}

.info-card {
    background: #fff1eb;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
}

    .info-card:hover {
        background: #ffe2d6;
        transform: translateY(-5px);
    }

.icon-box {
    width: 48px;
    height: 48px;
    background: #ffd6c7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6b3d;
    font-size: 20px;
    margin-right: 15px;
}

.card-content {
    flex: 1;
    text-align: left;
}

    .card-content h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .card-content p {
        margin: 0;
        font-size: 14px;
        color: #6c757d;
    }

.arrow-icon {
    font-size: 20px;
    color: #ff6b3d;
}

.btn-main {
    background-color: #ff6b3d;
    color: #fff;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
}

    .btn-main:hover {
        background-color: #e85a2f;
        color: #fff;
    }
.bmt-section {
    background: #f8fafb;
}

.bmt-banner {
    background: linear-gradient(135deg, #1f7f91, #3fb3a6);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

    .bmt-banner::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 50%;
        right: -60px;
        bottom: -60px;
    }

.bmt-content {
    max-width: 520px;
}

.bmt-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
}

.bmt-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

.bmt-content p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.bmt-btn {
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 500;
    color: #1f7f91;
}
.category-badge {
    background-color: #e0f0f4;
    color: var(--primary-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.section-title {
    font-weight: 700;
    color: #212529;
    margin-top: 15px;
}

/* Kart Tasarımı */
.health-card {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    background: #fff;
}

    .health-card:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        transform: translateY(-5px);
        border-color: var(--primary-color);
    }

.icon-box {
    background-color: #f1f8fa;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.card-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
}

/* Hakkımda Bölümü */
.about-section {
    margin-top: 80px;
    padding: 40px 20px;
}

.btn-custom {
    background: linear-gradient(90deg, #3a8296 0%, #a1d2d9 100%);
    border: none;
    color: white;
    padding: 10px 40px;
    border-radius: 8px;
    font-weight: 500;
    transition: opacity 0.3s;
}

    .btn-custom:hover {
        opacity: 0.9;
        color: white;
    }
Görseldeki footer (alt bilgi) kısmını, Bootstrap 5 kullanarak, mobil uyumlu ve modern bir yapıda hazırladım. Üstteki turuncu uyarı barını ve koyu lacivert temayı birebir yansıtacak şekilde kodladım.

HTML ve CSS Kodu
HTML

<!DOCTYPE html >
<html lang="tr" >
<head >
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<title > Hematoloji Portalı Footer</title >
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" >
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css" >
<style >
/* Renk Tanımlamaları */
:root {
    --emergency-bg: #e67e22; /* Turuncu uyarı barı */
    --footer-bg: #1a2e4d; /* Koyu lacivert arka plan */
    --footer-text: #adb5bd; /* Gri metin rengi */
}

/* Acil Uyarı Barı */
.emergency-bar {
    background-color: var(--emergency-bg);
    color: white;
    padding: 10px 0;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Footer Ana Stil */
footer {
    background-color:#ab0b23;
    color: white;
    padding-top: 60px;
    padding-bottom: 20px;
}
.icon-box i {
    color:#fff !important;
}
.section-title-1 {
    color: #1a2e4d;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}














.footer-logo-title {
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-description {
    color: var(--footer-text);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 20px;
}

.footer-email {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

/* Başlıklar ve Linkler */
.footer-heading {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: var(--footer-text);
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s;
    }

        .footer-links a:hover {
            color: white;
        }

/* Alt Çizgi ve Telif Hakkı */
.footer-bottom-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 20px;
    color: var(--footer-text);
    font-size: 0.85rem;
}
.about-container {
    padding: 80px 0;
}

/* Hakkımda Rozeti */
.badge-hakkimda {
    background-color:#AB0B23;
    color: var(--primary-blue);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    color:#fff;
}

/* Başlıklar */
.doctor-name {
    font-family: 'Georgia', serif; /* Görseldeki serif fontu için */
    font-weight: 700;
    color: var(--text-dark);
    font-size: 3.5rem;
    margin-bottom: 15px;
}

.doctor-title {
    font-size: 1.4rem;
    color: var(--text-muted);
    margin-bottom: 25px;
}

.hospital-info {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* Resim Çerçevesi */
.image-wrapper {
    position: relative;
    padding: 15px;
}

.doctor-image {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   
    ; /* Görseldeki beyaz çerçeve efekti */
    transition: transform 0.3s ease;
}

    .doctor-image:hover {
        transform: scale(1.02);
    }

/* Mobil Düzenlemeler */
@media (max-width: 991.98px) {
    .doctor-name {
        font-size: 2.5rem;
    }

    .about-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .image-wrapper {
        text-align: center;
    }
}
"Özgeçmiş" ve "Eğitim" bilgilerinin yer aldığı bu detaylı profil sayfasını Bootstrap 5'in Grid ve Card yapılarını kullanarak, mobil uyumlu ve görseldeki estetiğe uygun şekilde hazırladım.

Özgeçmiş ve Eğitim Sayfası (HTML/CSS)
HTML

<!DOCTYPE html >
<html lang="tr" >
<head >
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<title > Özgeçmiş - Doç. Dr. Yıldız İpek</title >
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" >
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css" >
<style >
body {
    background-color: #f8fbfc;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

/* Kart Genel Stili */
.cv-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

.section-title {
    color: #2c3e50;
    font-weight: 700;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

    .section-title i {
        color: #4a90a4;
    }

/* Özgeçmiş Metni */
.cv-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

/* Eğitim Listesi Itemları */
.education-item {
    background-color: #fcfdfe;
    border: 1px solid #f0f4f8;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.year-badge {
    background-color:#ab0b23;
    color: #fff;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 8px;
    margin-right: 20px;
    min-width: 65px;
    text-align: center;
}

/* Yan Panel (Sidebar) Kartları */
.sidebar-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f6;
    padding: 20px;
    margin-bottom: 20px;
}

.profile-img-small {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid #f0f7f9;
}

.lang-badge {
    background-color: #f0f7f9;
    color: #6c757d;
    border: 1px solid #dee2e6;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin: 2px;
    display: inline-block;
}

.contact-link {
    color:#ab0b23;
    text-decoration: none;
    font-size: 0.9rem;
}
@media (max-width: 768px) {
    .education-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .year-badge {
        margin-bottom: 10px;
    }
}
/* Ekstra küçük metinler için */
.smaller {
    font-size: 0.8rem;
}

/* Önceki CSS'lere ek olarak kartların içindeki listeler için */
.list-group-item {
    font-size: 0.95rem;
    background-color: transparent;
}

/* Kenar çizgili ilgi alanları kutuları */
.border-info1 {
    border-color:#ab0b23 !important;
}
.cv-card {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

/* Başlık stili */
.section-title {
    color: #1a2e4d;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Alıntı yan çizgisi rengi */
.quote-border {
    border-color: #4a90a4 !important; /* Görseldeki koyu turkuaz tonu */
}
.kapsam {
    background-color:#f4f8fa;
}
.hero-section {
    min-height: 420px;
    background: radial-gradient( circle at center, #ffffff 0%, #eef5f8 60%, #e6f0f4 100% );
}

/* Badge */
.hero-badge {
    background-color: #e6f3f8;
    color: #3a8fb7;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
}

/* Başlık */
.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1f2933;
}

/* Açıklama Metni */
.hero-text {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.7;
}
.hl-box {
    border-radius: 22px;
    padding: 26px;
}

.hl-box-white {
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.04);
}

.hl-box-soft {
    background: radial-gradient(circle at top, #ffffff, #f2f7fa);
    box-shadow: 0 12px 30px rgba(0,0,0,0.03);
}

/* METİN */
.hl-text {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.hl-title {
    font-weight: 700;
    margin-bottom: 16px;
}

/* LİSTE */
.hl-list {
    list-style: none;
    padding: 0;
}

    .hl-list li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        color: #334155;
    }

        .hl-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #0e7490;
            font-size: 22px;
        }

/* SAĞ PANEL */
.hl-cell-panel {
    background: radial-gradient(circle at top, #ffffff, #eef5f9);
    border-radius: 26px;
    padding: 2px;
}

/* PANEL BAŞLIK */
/* Sağ panel (Kan Hücreleri kutusu) - daha büyük, ortalanmış ve aşağıda */
.hl-cell-panel {
    background: radial-gradient(circle at top, #ffffff, #eef5f9);
    border-radius: 26px;
    padding: 36px 28px !important;
    min-height: 460px;
    /* Aşağıdaki satırı değiştir veya güncelle: */
    margin-top: 20px !important; /* ← 40px → 20px yaparak yukarı taşıdık (daha az üst boşluk) */
    /* Eğer hala yetmezse şunu dene (biraz daha yukarı için): */
    /* margin-top: 10px !important; */
    /* veya daha agresif yukarı çekmek için: */
    /* margin-top: -10px !important;  ← negatif değer kutuyu yukarı çeker */

    margin-left: -15px;
    border: 1px solid #e0e7f0;
    box-shadow: 0 12px 40px rgba(0,0,0,0.09);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Panel başlığı - daha temiz ve hizalı */
.hl-panel-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9f0f6; /* Hafif ayırıcı çizgi */
}

.hl-panel-icon {
    width: 52px;
    height: 52px;
    background: #e6f3f8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem; /* Emoji yerine daha büyük ikon için */
    color: #0d6efd; /* Mavi ton – daha profesyonel */
    flex-shrink: 0;
}

.hl-panel-title {
    margin: 0;
    font-weight: 700;
    font-size: 1.4rem; /* Bir tık büyük */
    color: #1a3c5e;
}

.hl-panel-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin-top: 4px;
}

/* Her bir hücre satırı - daha düzenli */
.hl-cell-row {
    display: flex;
    align-items: center; /* Dikey hizalama */
    gap: 18px;
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    margin-bottom: 16px;
    border: 1px solid #f0f4f8;
    transition: all 0.2s ease;
}

    .hl-cell-row:hover {
        box-shadow: 0 4px 16px rgba(0,0,0,0.06);
        transform: translateY(-2px);
    }

.hl-cell-icon {
    width: 58px;
    height: 58px;
    background: #eef6fb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem; /* İkonlar daha büyük ve net */
    color: #0d6efd;
    flex-shrink: 0;
}

.hl-cell-row strong {
    display: block;
    font-size: 1.05rem;
    color: #1e293b;
    margin-bottom: 4px;
}

.hl-cell-row p {
    margin: 0;
    font-size: 0.95rem;
    color: #64748b;
}

/* Mobil için düzeltme */
@media (max-width: 991px) {
    .hl-cell-panel {
        margin-top: 30px;
        margin-left: 0;
        padding: 28px 20px;
        min-height: auto;
    }

    .hl-cell-row {
        padding: 16px 18px;
    }
}
/* HÜCRE SATIRI */
.hl-cell-row {
    display: flex;
    gap: 14px;
    background: #ffffff;
    padding: 16px;
    border-radius: 18px;
    margin-bottom: 14px;
}

    .hl-cell-row p {
        margin: 0;
        font-size: 0.9rem;
        color: #64748b;
    }

.hl-cell-icon {
    width: 44px;
    height: 44px;
    background: #eef6fb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* ÖZET */
.hl-summary {
    background: #ecfdf5;
    border-radius: 18px;
    padding: 22px;
    font-weight: 600;
    text-align: center;
}

.text-info1{
    color:#ab0b23 !important;
}
/* ALINTI */
.hl-quote {
    background: #fff3ec;
    border-radius: 18px;
    padding: 28px;
    position: relative;
}

.hl-quote-mark {
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 48px;
    color: #fb6a3d;
}

.hl-quote-text {
    font-style: italic;
    margin-bottom: 8px;
}

.hl-quote-author {
    font-size: 0.9rem;
    color: #475569;
}
.malign-hero {
    min-height: 460px;
    display: flex;
    align-items: center;
    background: radial-gradient( circle at center, #ffffff 0%, #eef5f8 55%, #e6f0f4 100% );
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Badge */

.malign-hero-badge {
    display: inline-block;
    background: #e7f2f6;
    color: #0b7ea8;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 18px;
}

/* Başlık */
.malign-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    color: #1f2937;
    margin-bottom: 20px;
}


/* Açıklama */
.malign-hero-text {
    max-width: 760px;
    font-size: 1.1rem;
    line-height: 1.75;
    color: #64748b;
}
.guide-wrap {
    background: #f7fafc;
    padding: 60px 0;
}

.guide-card {
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    margin-bottom: 35px;
    box-shadow: 0 15px 40px rgba(0,0,0,.07);
}

.guide-title {
    color: #ab0b23;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

    .guide-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 6px;
        height: 28px;
        background: #ab0b23;
        border-radius: 10px;
    }

.guide-list li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

    .guide-list li::before {
        content: "✔";
        color: #ab0b23;
        position: absolute;
        left: 0;
        top: 0;
    }

.info-note {
    background: #fff3f5;
    border-left: 5px solid #ab0b23;
    padding: 20px;
    border-radius: 12px;
    font-style: italic;
}

.icon-box {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

    .icon-box i {
        font-size: 22px;
        color: #ab0b23;
    }

.alert-final {
    background: linear-gradient(135deg,#ab0b23,#d61e37);
    color: #fff;
    padding: 35px;
    border-radius: 18px;
}