/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* Aide Font Definition */
@font-face {
    font-family: 'Aide';
    src: url('../fonts/Aide-Regular.woff2') format('woff2'),
         url('../fonts/Aide-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aide';
    src: url('../fonts/Aide-Bold.woff2') format('woff2'),
         url('../fonts/Aide-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


/* Main Styles */
:root {
    --primary: #4FB8E8;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

/* Genel font ayarları */
body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--light);
}

/* Başlık stilleri */
h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

/* Navigation */
header .navbar.navbar-expand-lg {
    background-color: #3B5DC8 !important; /* Daha açık lacivert */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 1rem;
}

/* Navbar font ayarları */
header .navbar .nav-link {
    font-family: 'Roboto', sans-serif;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

header .navbar .nav-link:hover {
    color: #ffffff !important;
}

header .navbar .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}

header .navbar .dropdown-menu {
    background-color: #2563eb !important;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

header .navbar .dropdown-item {
    font-family: 'Roboto', sans-serif;
    color: rgba(255, 255, 255, 0.9) !important;
}

header .navbar .dropdown-item:hover {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
}

header .navbar .dropdown-item.active {
    background-color: #3b82f6 !important;
    color: #ffffff !important;
}

header .navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Navbar Styles */
header,
header nav,
header nav.navbar,
header nav.navbar .container-fluid,
header nav.navbar .navbar-collapse,
header nav.navbar .navbar-nav,
header nav.navbar .dropdown-menu,
.navbar,
.navbar-expand-lg {
    background-color: #FFFFFF !important;
}

header nav.navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
}

.navbar-expand-lg {
    background-color: #FFFFFF !important;
}

header nav.navbar .navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 500 !important;
}

/* Logo yanındaki yazı için özel stil */
header nav.navbar .navbar-brand span {
    font-family: 'Aide', 'Inter', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.2rem !important;
    color: #000000 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}



header nav.navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

header nav.navbar .dropdown-item {
    color: #000000 !important;
}

header nav.navbar .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

header nav.navbar .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

header nav.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar {
    background-color: #0072CE !important;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    color: #ffffff !important;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    opacity: 1;
    color: #ffffff !important;
}

.navbar .dropdown-menu {
    background-color: #0072CE;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .dropdown-item {
    color: #ffffff;
}

.navbar .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #ffffff !important;
}

.navbar .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}

.navbar .dropdown-menu {
    background-color: #1a237e;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.9);
}

.navbar .dropdown-item:hover {
    background-color: #283593;
    color: #ffffff;
}

.navbar .dropdown-item.active {
    background-color: #283593;
    color: #ffffff;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.logo-container {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(2px 4px 8px rgba(0,0,0,0.15));
    transform: perspective(1000px) rotateY(0deg);
    transform-style: preserve-3d;
    will-change: transform;
}

.navbar-brand:hover .logo-container {
    transform: perspective(1000px) rotateY(15deg) scale(1.1);
    filter: drop-shadow(4px 8px 12px rgba(0,0,0,0.2));
}

/* Buttons */
.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: #3da8d8;
    border-color: #3da8d8;
}

/* Cards */
.card {
    transition: transform 0.3s;
}

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

/* Buton font ayarları */
.btn {
    font-family: 'Roboto', sans-serif;
}

/* Card içerik font ayarları */
.card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

.card-text {
    font-family: 'Roboto', sans-serif;
}

/* Liste elemanları font ayarları */
li {
    font-family: 'Roboto', sans-serif;
}

/* Paragraf font ayarları */
p, .lead {
    font-family: 'Roboto', sans-serif;
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-selector a {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.language-selector a:hover {
    background-color: var(--light);
}

.language-selector a.active {
    background-color: var(--light);
}

.language-selector img {
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

/* Hero Sections */
.hero-section {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 6px 6px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.2);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-content h1 {
    color: #333;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

/* About Page Hero */
.about-hero {
    position: relative;
    background: linear-gradient(135deg, var(--light) 0%, #ffffff 100%);
    padding: 100px 0;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(79, 184, 232, 0.05) 0%, rgba(52, 173, 84, 0.05) 100%);
    backdrop-filter: blur(10px);
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero .rounded-lg {
    border-radius: 1rem !important;
}

.about-hero .btn-lg {
    padding: 1rem 2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.about-hero .btn-outline-primary {
    border-width: 2px;
}

.about-hero .btn-outline-primary:hover {
    background-color: var(--primary);
    color: white;
    transform: translateY(-2px);
}

.about-hero .display-4 {
    color: var(--dark);
    line-height: 1.2;
}

.about-hero .lead {
    color: #4a5568;
    font-size: 1.25rem;
}

/* Sections */
.section-padding {
    padding: 100px 0;
}

/* Footer */
footer {
    background-color: var(--dark);
    color: white;
    padding: 50px 0;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--primary);
}

footer.bg-dark {
    background-color: #000000 !important;
}

footer .bg-darker {
    background-color: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0;
    }
    
    .hero-section {
        min-height: 400px;
    }
} 

@media (max-width: 991px) {
    header nav.navbar .navbar-collapse {
        padding: 15px;
        margin-top: 10px;
    }

    header nav.navbar .navbar-nav {
        background-color: #FFFFFF !important;
    }

    header nav.navbar .dropdown-menu {
        border: none;
        padding-left: 20px;
    }
}

/* Resim stilleri */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.modern-image {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.comparison-image {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.comparison-image:hover {
    transform: scale(1.02);
} 

/* Klinikler ve Hekimler Sayfası */
.clinics-doctors-page .section-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.clinic-card {
    transition: transform 0.3s ease;
}

.clinic-card:hover {
    transform: translateY(-5px);
}

.clinic-image {
    height: 200px;
    object-fit: cover;
}

.clinic-features .badge {
    font-weight: normal;
    padding: 0.5rem 0.75rem;
}

.view-doctors {
    transition: all 0.3s ease;
}

.view-doctors:hover {
    transform: translateX(5px);
}

.doctor-card {
    transition: transform 0.3s ease;
}

.doctor-card:hover {
    transform: translateY(-3px);
}

.doctor-image {
    min-height: 180px;
    object-fit: cover;
}

.doctor-languages .badge {
    font-weight: normal;
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    margin-right: 0.5rem;
    background-color: #e9ecef;
    color: #495057;
}

.appointment-btn {
    transition: all 0.3s ease;
}

.appointment-btn:hover {
    transform: scale(1.05);
}

#doctorsModal .modal-content {
    border: none;
    border-radius: 1rem;
}

#doctorsModal .modal-header {
    border-radius: 1rem 1rem 0 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#doctorsModal .modal-body {
    padding: 2rem;
} 

/* Öncesi Sonrası Sayfası Stilleri */
.before-after-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.before-after-item .image-container {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    background-color: #f5f5f5;
    aspect-ratio: 16/9;
}

.case-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.5s ease;
    object-fit: cover;
    opacity: 0;
}

.case-image.loaded {
    opacity: 1;
}

.case-image:hover {
    transform: scale(1.05);
}

.case-title {
    font-size: 1.2rem;
    color: #3B5DC8;
    margin: 15px 0;
    font-weight: 600;
}

/* Preloader Styles */
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.preloader-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #f5f5f5;
    border-top: 3px solid #3B5DC8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.preloader-logo {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../images/logo.svg') center/contain no-repeat;
}

.preloader.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Lazy Loading Styles */
.loading-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 0%, #f8f8f8 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.lazy {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.lazy.loaded {
    opacity: 1;
}

/* Image Viewer Styles */
.image-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.expanded-image {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
}

.close-button:hover {
    color: #ccc;
}

/* Modal Stilleri */
.modal-xl {
    max-width: 90% !important;
}

.modal-body {
    background-color: #000;
    padding: 0 !important;
}

.modal-body img {
    max-height: 85vh;
    object-fit: contain;
    width: auto;
    margin: 0 auto;
}

.modal-header {
    border-bottom: none;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.95);
}

.modal-content {
    background-color: transparent;
    border: none;
}

.btn-close {
    background-color: white;
    opacity: 1;
    padding: 0.75rem;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.zoomable-image {
    cursor: zoom-in;
} 

/* Resim Optimizasyonları */
.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.lazy-load.loaded {
    opacity: 1;
}

.image-container {
    position: relative;
    min-height: 200px;
    background: linear-gradient(45deg, #f3f3f3 25%, #e9e9e9 25%, #e9e9e9 50%, #f3f3f3 50%, #f3f3f3 75%, #e9e9e9 75%, #e9e9e9);
    background-size: 20px 20px;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Modal Optimizasyonları */
.modal-dialog {
    margin: 1rem auto;
    max-width: 95%;
    width: auto !important;
    display: flex;
    align-items: center;
    min-height: calc(100% - 2rem);
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    padding: 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

#modalImage {
    display: block;
    max-height: 90vh;
    margin: 0 auto;
    object-fit: contain;
} 

/* Hizmetler Başlığı */
.services h2.text-center {
    color: #000000;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.2),
        -2px -2px 4px rgba(255, 255, 255, 0.9),
        0 0 20px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
    padding-bottom: 15px;
}

.services h2.text-center::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #000000, #333333);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Hizmetler Kartları */
.services .card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 93, 200, 0.1);
    box-shadow: 
        0 10px 20px rgba(59, 93, 200, 0.1),
        0 6px 6px rgba(59, 93, 200, 0.1),
        0 0 100px rgba(59, 93, 200, 0.1) inset;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.services .card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(59, 93, 200, 0.2);
    box-shadow: 
        0 20px 30px rgba(59, 93, 200, 0.15),
        0 10px 10px rgba(59, 93, 200, 0.1),
        0 0 150px rgba(59, 93, 200, 0.15) inset;
}

.services .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(59, 93, 200, 0.2);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.services .card:hover::before {
    opacity: 1;
}

.services .card-body {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.services .card-title {
    color: #3B5DC8;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.services .card-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #3B5DC8, #4FB8E8);
    border-radius: 2px;
}

.services .card-text {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.services .btn-primary {
    background: linear-gradient(45deg, #3B5DC8, #4FB8E8);
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.services .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 93, 200, 0.3);
}

.services ol {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.services li {
    color: #555;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 0.5rem;
}

.services .advantages-list {
    list-style: none;
    padding-left: 0;
}

.services .advantages-list li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem;
}

.services .advantages-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
} 

.hero .text-white {
    max-width: 800px;
    margin: 0 auto;
}

.hero .text-white h1 {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero .text-white p {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
} 

.cta {
    background: linear-gradient(135deg, #6c757d, #495057) !important;
    border-radius: 15px;
    margin: 40px 0;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 6px 6px rgba(0, 0, 0, 0.15),
        inset 0 0 50px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.cta .container {
    position: relative;
    z-index: 1;
}

.cta h2 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.cta .lead {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta .btn-light {
    transition: all 0.3s ease;
    font-weight: 500;
    padding: 12px 30px;
}

.cta .btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
} 

/* Navbar Styles */
header nav.navbar .navbar-collapse {
    justify-content: center !important;
}

header nav.navbar .navbar-nav {
    align-items: center !important;
    text-align: center !important;
}

header nav.navbar .navbar-brand {
    margin-right: 50px !important;
}

header nav.navbar .language-selector {
    margin-left: 50px !important;
}

@media (max-width: 991px) {
    header nav.navbar .navbar-brand,
    header nav.navbar .language-selector {
        margin: 0 !important;
    }
    
    header nav.navbar .navbar-nav {
        margin: 15px 0 !important;
    }
    
    header nav.navbar .nav-link {
        padding: 10px 0 !important;
    }
} 

/* Hekim Profil Stilleri */
.doctor-profile {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

/* Hekim Kartı Stilleri */
.doctor-card {
    margin-bottom: 20px;
}

.doctor-card .doctor-image {
    width: 200px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.doctor-card .doctor-name {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
}

/* Hekim Özellikleri Stilleri */
.doctor-features {
    height: 100%;
    display: flex;
    align-items: center;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.feature-item i {
    font-size: 1.1rem;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}

.feature-item span {
    font-size: 0.95rem;
    color: #495057;
}

.feature-item.experience {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.feature-item.experience:hover {
    background: #ffe5d0;
}

/* Modal Stilleri */
.modal-dialog.modal-lg {
    max-width: 800px;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header {
    position: absolute;
    right: 0;
    z-index: 1;
}

.modal-body img {
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.btn-close {
    background-color: white;
    opacity: 0.8;
    border-radius: 50%;
    padding: 8px;
}

.btn-close:hover {
    opacity: 1;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .doctor-profile {
        padding: 15px;
    }
    
    .feature-item {
        padding: 6px 10px;
        margin-bottom: 8px;
    }
    
    .feature-item span {
        font-size: 0.9rem;
    }
} 

/* Arama Bölümü Stilleri */
.search-section {
    background: #f8f9fa;
    padding: 20px 0;
    border-bottom: 1px solid #e9ecef;
}

.search-box {
    position: relative;
}

.search-box input {
    padding-left: 45px;
    border-radius: 50px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.search-box input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.15);
}

.search-box .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

/* Adres Butonu Stilleri */
.address-btn {
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.address-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Adres Modal Stilleri */
.address-info {
    text-align: center;
    padding: 3px;
    margin-top: 5px;
    line-height: 1.2;
}

.address-info i {
    color: #0d6efd;
}

.address-info small {
    display: inline-block;
    color: #6c757d;
}

.address-info p {
    font-size: 1.1rem;
    color: #495057;
    line-height: 1.6;
}

.address-info .btn {
    border-radius: 50px;
    padding: 10px 20px;
} 

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
    transform: translateY(-2px);
} 

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.whatsapp-float a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-float a:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-float i {
    font-size: 32px;
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-float a {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-float i {
        font-size: 28px;
    }
} 

.navbar-brand img,
footer img[src*="zirkonyumdis.logo.png"] {
    max-height: 110px;
    height: auto;
}

@media (max-width: 991px) {
    .navbar-brand img,
    footer img[src*="zirkonyumdis.logo.png"] {
        max-height: 80px;
    }
} 