/* Ana sayfa için ek düzeltmeler */
.hero-section {
    padding-top: 150px;
    margin-top: 0;
    position: relative;
}

.hero-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
        text-align: center;
    }
    
    .hero-btns {
        justify-content: center;
    }
    
    .service-card {
        margin-bottom: 30px;
    }
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.navbar {
    top: 40px;
}

body {
    padding-top: 0;
}

.service-card {
    margin-bottom: 20px;
}

.service-icon {
    margin: 0 auto 20px;
}
