
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
}

/* Üst bar yüksek ve belirgin görünüm */
.top-bar {
    font-size: 15px;        /* Daha büyük yazı */
    font-weight: 500;       /* Daha güçlü tipografi */
    padding: 10px 0;        /* Bar yüksekliğini artırır */
}

/* İkonlar altın renk */
.top-bar i {
    color: #d4af37;         /* Altın renk */
    margin-right: 6px;
    font-size: 20px;        /* Daha büyük ikon */
}

/* Mobilde ortalanmış görünüm */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}


.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
}

.navbar-dark .nav-link.active {
    color: #ffc107 !important;
}

.hero {
    background: url('../img/hero.webp') center/cover no-repeat;
    min-height: 70vh;
    display: flex;
    align-items: center;
    text-shadow: 0 2px 10px rgba(0,0,0,.75);
    color: #ffffff;
}

.hero h1 {
    font-size: clamp(2.3rem, 4vw, 3.2rem);
    font-weight: 700;
}

.hero p.lead {
    font-size: 1.1rem;
    max-width: 640px;
    margin: 0 auto;
}

.section-title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.section-subtitle {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
    color: #6c757d;
}

.service-card {
    transition: .3s;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
}

.service-card i {
    margin-bottom: 0.75rem;
}

footer {
    background: #111;
    color: #ccc;
    padding: 30px 0;
    font-size: 0.9rem;
}

footer a {
    color: #f8f9fa;
}

footer a:hover {
    color: #ffc107;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: white;
    padding: 14px 16px;
    border-radius: 50%;
    font-size: 26px;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.page-header {
    padding: 60px 0 40px;
    background: #212529;
    color: #fff;
}

.page-header h1 {
    font-size: 2rem;
    font-weight: 700;
}

.page-header p {
    margin: 0;
    color: #ced4da;
}

.card-article:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    transform: translateY(-3px);
    transition: .25s;
}

.kvkk-content p {
    margin-bottom: 0.7rem;
}

.social-icons a {
    color: #d4af37; /* Altın rengi */
    transition: 0.3s;
}

.social-icons a:hover {
    color: #f1c40f; /* Daha parlak altın tonu */
}

.about-header-img {
    background: url('assets/img/ustresim.jgp') center/cover no-repeat;
    padding: 90px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.about-header-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* Siyah şeffaf katman */
}

.about-header-img h1,
.about-header-img p {
    position: relative;
    z-index: 2;
}


.about-header-img {
    background: url('../img/ustresim.webp') center/cover no-repeat;
    padding: 80px 0;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.about-header-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.about-header-img h1,
.about-header-img p {
    position: relative;
    z-index: 2;
}


.top-bar {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
}
.top-bar i {
    color: #d4af37;
    margin-right: 6px;
    font-size: 20px;
}
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
}
