/* Maxikit theme — Ferhat Gölge integration */

.mk-hero-wrapper {
    position: relative;
}

/* Tam genişlik hero — layer_full yüksekliğine yakın, native video (LayerSlider video katmanı kullanılmıyor) */
.mk-hero-video-stage {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    background: #111;
}

@media (max-width: 767px) {
    .mk-hero-video-stage {
        height: min(70vh, 480px);
    }
}

.mk-hero-video-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Native kontroller (controls yokken bile bazı ortamlarda): gizle */
.mk-hero-video-stage video::-webkit-media-controls,
.mk-hero-video-stage video::-webkit-media-controls-enclosure {
    display: none !important;
}

/* MediaElement yanlışlıkla sarırsa çubuğu gizle */
.mk-hero-video-stage .mejs__controls,
.mk-hero-video-stage .mejs__overlay-play {
    display: none !important;
}

.mk-hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    z-index: 120;
    padding: 24px;
}

.mk-hero-overlay .mk-hero-name {
    pointer-events: auto;
    margin: 0 0 16px;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.65);
    opacity: 0;
    transform: translateY(28px);
    animation: mkHeroNameIn 1.1s ease-out 0.35s forwards;
}

.mk-hero-overlay .mk-hero-title-block {
    pointer-events: auto;
    width: min(92vw, 760px);
    min-height: 2.75rem;
    margin: 0 auto;
}

.mk-hero-overlay .mk-hero-title-block .text-rotation,
.mk-hero-overlay .mk-hero-title-block .owl-carousel {
    width: 100%;
}

.mk-hero-overlay .mk-hero-title-block .sp-subtitle {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2.6vw, 1.4rem);
    letter-spacing: 0.06em;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
    margin: 0;
    text-align: center;
}

.mk-hero-overlay .mk-text-rotation .owl-stage-outer {
    overflow: hidden;
}

.mk-hero-overlay .mk-text-rotation .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes mkHeroNameIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mk-inner-slot {
    padding-top: 36px;
    padding-bottom: 48px;
}

.mk-inner-slot .animated-section {
    padding: 0;
}

.mk-inner-slot .page-title h2 {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 28px;
}

/* Dil seçimi — üst çubuk */
.mk-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.top_nav .mk-lang-select {
    display: inline-block;
    vertical-align: middle;
    min-width: 130px;
    max-width: 180px;
    padding: 6px 28px 6px 10px;
    font-size: 13px;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.35;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    appearance: auto;
}

.top_nav .mk-lang-select:hover,
.top_nav .mk-lang-select:focus {
    border-color: #009dcd;
    outline: none;
}

/* Logo avatar — yuvarlak */
#logo .mk-logo-avatar {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.header_2 #navigation .menu > li > a.nav-anim {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.header_2 #navigation .menu > li > a.nav-anim .menu-icon {
    font-size: 14px;
}

/* Blog liste — Bootstrap row + col-lg-4 (breezycv bootstrap-grid.min.css) */
.mk-blog-row {
    margin-bottom: 2rem;
}

.mk-blog-row > [class*='col-'] {
    margin-bottom: 1.5rem;
}

.mk-blog-row .item {
    min-width: 0;
    height: 100%;
}

.mk-blog-row .blog-card {
    display: block;
    position: relative;
    background: #444;
    border-radius: 4px;
    overflow: hidden;
}

.mk-blog-row .blog-card .media-block {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

/* Yalnızca görsel sarıcısı <a>; .category a seçilmesin (height:100% etiketi uzatıyordu) */
.mk-blog-row .blog-card .media-block > a {
    position: relative;
    display: block;
    height: 100%;
}

.mk-blog-row .blog-card .media-block > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.mk-blog-row .blog-card .media-block > a:hover img {
    transform: scale(1.06);
}

.mk-blog-row .blog-card .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    margin: 0;
    padding: 10px;
    max-width: calc(100% - 20px);
    pointer-events: none;
}

.mk-blog-row .blog-card .category a {
    position: static;
    display: inline-block;
    background: #fff;
    padding: 2px 8px;
    font-size: 11px;
    color: #222;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 2px;
    pointer-events: auto;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mk-blog-row .blog-card .media-block > a .mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.mk-blog-row .blog-card .media-block > a:hover .mask {
    visibility: visible;
    opacity: 1;
}

.mk-blog-row .blog-card .post-info {
    padding: 1em 1.15em 1.25em;
}

.mk-blog-row .blog-card .post-date {
    color: #aaa;
    font-size: 11px;
}

.mk-blog-row .blog-card .blog-item-title {
    margin: 8px 0 0;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
}

.mk-blog-row .blog-card .post-info a {
    color: #eee;
    text-decoration: none;
}

.mk-blog-row .blog-card .post-info a:hover {
    color: #fff;
}

/* İletişim — Google Harita gömme + klasik form (breezycv main.js / yüzen etiket maxikit’te yok) */
.mk-contact-map {
    width: 100%;
    margin: 0 0 1.5rem;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #e8e8e8;
    aspect-ratio: 16 / 10;
    max-height: 360px;
}

.mk-contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
    display: block;
}

.mk-contact-address-title {
    margin-bottom: 0.75rem;
}

.mk-contact-form .mk-form-group {
    margin-bottom: 1.15rem;
}

.mk-contact-form .mk-form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.mk-contact-form .mk-form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.45;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.mk-contact-form .mk-form-textarea {
    min-height: 160px;
    resize: vertical;
}

.mk-contact-form .mk-form-control:focus {
    border-color: #009dcd;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 157, 205, 0.15);
}

.mk-contact-form .invalid-feedback {
    display: block;
    margin-top: 0.35rem;
    font-size: 12px;
    color: #c0392b;
}

.mk-contact-form .mk-form-control.is-invalid {
    border-color: #c0392b;
}

.mk-contact-submit {
    margin-top: 0.5rem;
    padding: 10px 22px;
    cursor: pointer;
}

.mk-contact-section .lm-info-block {
    margin-bottom: 1rem;
}

/* Footer — sayfa butonları üstte yan yana (tek satır), telif + sosyal altta */
#footer .mk-footer-main {
    padding: 0;
}

.mk-footer-pages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 10px 14px;
    list-style: none;
    margin: 0;
    padding: 18px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mk-footer-pages li {
    flex: 0 0 auto;
}

.mk-footer-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #eee;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.12);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mk-footer-page-link:hover {
    border-color: #009dcd;
    color: #fff;
}

.mk-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.28);
}

.mk-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    padding: 14px 12px;
}

.mk-footer-copyright {
    margin: 0;
    font-size: 13px;
    color: #c8c8c8;
}

.mk-footer-social-strip {
    margin: 0 !important;
    padding-top: 0 !important;
}

