/* Genel Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    background-color: #f4f6f9;
    color: #333;
    margin: 0;
}

/* Navbar */
.navbar {
    background-color: #3289a8;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* Logo ve Site İsmi */
.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.8em;
    font-weight: 700;
    margin-left: 10px;
}

.logo img {
    margin-right: 10px;
    border-radius: 50%;  /* Eğer logonuz yuvarlak olacaksa */
}

/* Menü Linkleri */
.navbar ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.navbar ul li {
    margin: 0 20px;
}

.navbar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Hover Efekti */
.navbar ul li a:hover {
    color: #000000;
}

/* Hamburger Menüsü */
.navbar .menu-icon {
    display: none;
    cursor: pointer;
}

.navbar .menu-icon span {
    background-color: white;
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    background: url('https://vitrinhabercom.teimg.com/crop/1280x720/vitrinhaber-com/uploads/2023/06/ankara-saglik-bilimleri-universitesi-gulhane-kulliyesinde-mezuniyet-toreni.jpg') center/cover no-repeat;
    position: relative;
    height: 60vh; /* Hero kısmının yüksekliği */
    width: 100%;
}

/* Şeffaflık için Overlay Ekleme */
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* %50 şeffaflık için siyah overlay */
    z-index: 1; /* Katman sırası */
}

/* Başlık ve Metin */
.hero h1, .hero p {
    position: relative;
    z-index: 2; /* Başlık ve metnin overlay'in üstünde görünmesini sağlar */
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.hero h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.2em;
    font-weight: 300;
}

/* Hakkımızda Bölümü */
.about {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.about h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
    color: #e74c3c;
}

.about p {
    font-size: 1.2em;
    color: #7f8c8d;
    max-width: 800px;
    margin: 0 auto;
}

/* Referanslar Başlığı ve Kayan Görselleri Ortalamak için Konteyner */
.referans-container {
    position: relative;
    margin-top: 40px;
}

.referans-baslik {
    font-size: 2.5em;
    font-weight: bold;
    color: #8b0000; /* Koyu kırmızı renk */
    margin-bottom: 20px;  /* Başlık ile görseller arasında boşluk ekledik */
    text-align: center;   /* Başlığı ortaladık */
}

/* Kayan Görseller */
.slider {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.slider-item {
    min-width: 150px;
    margin-right: 20px;
    transition: transform 0.2s ease-in-out;
}

.slider-item img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}

/* Animasyon - Kayan Etki */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Kayma hızını arttırdık */
.slider {
    animation: slide 40s linear infinite;
}

/* Ürün Kartları */
.product-card {
    display: inline-block;
    width: 30%;
    margin: 0 15px 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.product-card img:hover {
    transform: scale(1.05);
}

.product-card h3 {
    margin: 20px 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #2c3e50;
}

.product-card p {
    font-size: 1em;
    color: #7f8c8d;
    line-height: 1.6;
}

/* Responsive Tasarım */
@media (max-width: 1024px) {
    .product-card {
        width: 45%; /* Tabletlerde 2 ürün yan yana */
        margin: 0 10px 30px;
    }
}

@media (max-width: 768px) {
    .product-card {
        width: 100%; /* Mobilde her ürün tam genişlikte */
        margin: 0 0 30px;
    }

    .navbar ul li {
        margin: 0 10px;
    }

    .hero h1 {
        font-size: 2.5em;
    }

    .hero p {
        font-size: 1.2em;
    }

    /* Ürünler Başlığı */
    .products h2 {
        text-align: center; /* Başlığı tam ortalar */
        font-size: 2.5em;   /* Başlık boyutunu büyütüyoruz */
        color: #2c3e50;     /* Başlık rengi */
        font-weight: 700;    /* Kalın yazı tipi */
        margin-bottom: 40px; /* Başlık ile içerik arasında boşluk */
    }
}

/* Button Stil */
button {
    background-color: #3289a8; /* Modern mor */
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1.2em;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #3289a8;
}

/* Form Stil */
form input, form textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    color: #333;
}

form input:focus, form textarea:focus {
    border-color: #4e73df; /* Fokus rengini mor yapıyoruz */
    outline: none;
}

.map-container {
    margin-top: 40px;
    text-align: center;
}

/* Footer */
footer {
    background-color: #3289a8; /* Mor footer */
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer p {
    font-size: 1em;
}

/* Genel Stiller */
.contact {
    padding: 60px 20px;
    background-color: #f5f7f9; /* Hafif gri beyaz arka plan */
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.contact h2 {
    font-size: 2.4em;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;  /* Başlığı ortaladım */
}

.contact p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* İletişim Bilgileri */
.contact-info {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 40px;
    text-align: left; /* Sola hizalama eklendi */
}

.contact-info p {
    margin: 
