html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .container-fluid {
        justify-content: center !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

:root {
    --bg-dark: #04152c;
    --bg-deep: #0d2d52;
    --primary: #0f68d7;
    --accent: #1ecbe1;
    --text-light: #f1f6ff;
    /* NAVBAR + ALT BAR ORTAK YÜKSEKLÝK */
    --app-bar-height: 56px;
}

body {
    background: radial-gradient(circle at 10% 20%, rgba(30, 203, 225, 0.15), transparent 25%), radial-gradient(circle at 90% 10%, rgba(15, 104, 215, 0.18), transparent 22%), #f6f8fb;
    color: #0b1c34;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
}

/* NAVBAR 56px YÜKSEKLÝK */
.navbar {
    background: linear-gradient(90deg, var(--bg-dark), var(--bg-deep));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: var(--app-bar-height);
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .navbar .nav-link, .navbar-brand {
        color: var(--text-light) !important;
        font-weight: 600;
    }

        .navbar-brand img {
            border-radius: 8px;
        }

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f1f6ff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero {
    background: linear-gradient(135deg, var(--bg-dark), var(--bg-deep));
    color: var(--text-light);
    border-radius: 24px;
    padding: 32px 24px;
    box-shadow: 0 16px 40px rgba(4, 21, 44, 0.4);
}

.quick-actions .btn {
    padding: 16px 14px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.05rem;
}

.service-card {
    border: 1px solid rgba(15, 104, 215, 0.08);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    }

.location-links a {
    color: #0b1c34;
    text-decoration: none;
}

.location-links .badge {
    background: rgba(15, 104, 215, 0.1);
    color: var(--bg-deep);
}

footer {
    margin-top: auto;
    background: var(--bg-dark);
    color: var(--text-light);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.cta-footer a {
    border-radius: 14px;
}

@media (min-width: 992px) {
    .hero {
        padding: 48px;
    }

    .quick-actions .btn {
        height: 100%;
    }
}

/* MOBÝL ALT BAR 56px */
.mobile-action-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    justify-content: space-between;
    background: #0b2b53;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 6px 16px; /* 56px yüksekliðe göre optimize edildi */
    width: calc(100% - 32px);
    max-width: 420px;
    height: var(--app-bar-height);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 1070;
}

    .mobile-action-bar .mobile-action-button {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.2);
        display: grid;
        place-items: center;
        color: #f1f6ff;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

        .mobile-action-bar .mobile-action-button.whatsapp {
            background: linear-gradient(135deg, #30c851, #22ac3c);
            border-color: #d8f2df;
            font-size: x-large;
        }

.mobile-action-logo {
    position: relative;
    background: #0b1c34;
    color: white;
    font-weight: 700;

.blog-gallery-media img,
.blog-gallery-media video {
    height: 420px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .blog-gallery-media img,
    .blog-gallery-media video {
        height: 260px;
    }
}
    padding: 10px 24px; /* 56px için ayarlandý */
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: calc(var(--app-bar-height) - 8px);
    clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0 50%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: calc(var(--app-bar-height) + 28px);
    }

    .mobile-action-bar {
        display: flex;
    }
}

.blog-cover-carousel {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.blog-cover-carousel .carousel-item,
.blog-cover-carousel img {
    height: 240px;
}

.blog-cover-carousel img {
    object-fit: cover;
}

.blog-cover-carousel__link {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
}

.blog-cover-carousel .carousel-caption {
    background: linear-gradient(180deg, transparent, rgba(4, 21, 44, 0.85));
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    text-align: left;
}

.blog-cover-carousel__title {
    display: block;
    font-weight: 600;
    color: #fff;
}

.blog-cover-carousel--compact .carousel-item,
.blog-cover-carousel--compact img {
    height: 140px;
}

.blog-cover-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.blog-cover-grid__item {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: inherit;
}

.blog-cover-grid__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-cover-grid__title {
    position: absolute;
    inset: auto 0 0 0;
    padding: 10px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(4, 21, 44, 0.85));
}

.blog-detail-content {
    color: #1a2c45;
    line-height: 1.7;
}

.blog-detail-media {
    border: 1px solid rgba(15, 104, 215, 0.08);
    background: #ffffff;
}

.blog-media-gallery {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.blog-media-main {
    flex: 1 1 70%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 104, 215, 0.12);
    background: #f7f9fd;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-media-main__image,
.blog-media-main__video {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

.blog-media-thumbs {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 460px;
    overflow-y: auto;
    padding-right: 4px;
}

.blog-media-thumb {
    position: relative;
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(15, 104, 215, 0.12);
    background: #f7f9fd;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-media-thumb img,
.blog-media-thumb video {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}

.blog-media-thumb.is-active {
    border-color: rgba(15, 104, 215, 0.6);
    box-shadow: 0 8px 16px rgba(15, 104, 215, 0.18);
    transform: translateY(-2px);
}

.blog-media-thumb__badge {
    position: absolute;
    bottom: 6px;
    right: 6px;
    padding: 2px 6px;
    font-size: 0.65rem;
    font-weight: 600;
    background: rgba(15, 104, 215, 0.85);
    color: #fff;
    border-radius: 999px;
}

.blog-media-item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(15, 104, 215, 0.12);
    background: #f7f9fd;
}

.blog-media-item img,
.blog-media-item video {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .blog-media-gallery {
        flex-direction: column;
    }

    .blog-media-main {
        width: 100%;
        min-height: 240px;
    }

    .blog-media-thumbs {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        width: 100%;
        padding-bottom: 4px;
    }

    .blog-media-thumb img,
    .blog-media-thumb video {
        height: 70px;
        width: 100px;
    }

    .blog-cover-carousel .carousel-item,
    .blog-cover-carousel img {
        height: 180px;
    }

    .blog-cover-carousel--compact .carousel-item,
    .blog-cover-carousel--compact img {
        height: 120px;
    }
}
