/* ==========================================================================
   ALTINIŞ MAKİNA - UNIFIED CUSTOM THEME CSS (ALL IN ONE)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. GENEL & HEADER / NAVBAR DÜZELTMELERİ
   -------------------------------------------------------------------------- */
body {
    font-family: "Poppins", "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f4f5f9;
}

.header-area .menu-area {
    background: #8b0505; /* Altınİş Kırmızı Menü */
    background: linear-gradient(135deg, #a00707 0%, #700303 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.main-menu ul li a {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 30px 18px;
    display: inline-block;
    transition: all 0.3s ease;
}

.main-menu ul li.active a,
.main-menu ul li a:hover {
    color: #ffb4a2 !important;
}

.header-top.second-header {
    background: #0d1424 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.header-top .header-cta ul li,
.header-top .header-cta ul li a,
.header-top .header-cta ul li span {
    color: #cbd5e1 !important;
    font-size: 13px;
}

.header-top .header-cta ul li i {
    color: #ff5e14 !important;
    margin-right: 8px;
}

.header-top .header-social a {
    color: #cbd5e1;
    margin-left: 14px;
    transition: color 0.3s;
}

.header-top .header-social a:hover {
    color: #ff5e14;
}

.header-btn .btn,
.second-header-btn .btn {
    background: #500202 !important;
    background: linear-gradient(135deg, #6b0404, #400101) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

.header-btn .btn:hover {
    background: #300000 !important;
}

/* Breadcrumb */
.breadcrumb-area {
    min-height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(139, 5, 5, 0.92) 0%, rgba(15, 23, 42, 0.85) 60%, rgba(0,0,0,0.9) 100%);
    pointer-events: none;
}

.breadcrumb-wrap {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.breadcrumb-title h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-wrap .breadcrumb-item a {
    color: #cbd5e1;
    font-weight: 500;
    text-decoration: none;
}

.breadcrumb-wrap .breadcrumb-item.active {
    color: #ff9a8b;
    font-weight: 600;
}

.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
    content: "|";
    padding: 0 10px;
}

/* --------------------------------------------------------------------------
   2. MAKİNE GALERİSİ & SİDEBAR KATEGORİ STİLLERİ
   -------------------------------------------------------------------------- */
.makine-galerisi {
    --mg-red: #b4101e;
    --mg-red-soft: rgba(180, 16, 30, 0.08);
    --mg-navy: #121b2f;
    --mg-navy-soft: rgba(18, 27, 47, 0.06);
    --mg-border: #e1e4ee;
    --mg-white: #ffffff;
    color: var(--mg-navy);
    padding: 60px 0 90px;
    background-color: #f4f5f9;
}

.makine-galerisi .wrapper {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/* SIDEBAR – KATEGORİLER */
.makine-galerisi .sidebar {
    flex: 0 0 290px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    position: sticky;
    top: 110px;
    padding: 24px 20px 26px;
    z-index: 5;
    border: 1px solid #e1e4ee;
}

.makine-galerisi .sidebar h4 {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #b4101e;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f1f3fb;
    display: flex;
    align-items: center;
    gap: 8px;
}

.makine-galerisi .sidebar h4::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b4101e;
}

.makine-galerisi .category-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 600;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.22s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(215, 219, 233, 0.9);
    position: relative;
    color: var(--mg-navy);
}

.makine-galerisi .category-item span.label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
}

.makine-galerisi .category-item span.icon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    transition: all 0.22s ease;
}

.makine-galerisi .category-item span.count-tag {
    font-size: 0.72rem;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(18, 27, 47, 0.04);
    color: #5b6274;
    border: 1px solid rgba(18, 27, 47, 0.07);
    margin-right: 6px;
    margin-left: auto;
}

.makine-galerisi .category-item i.chevron {
    font-size: 0.8rem;
    color: #a2a8bc;
    transition: transform 0.22s ease, color 0.22s ease;
}

.makine-galerisi .category-item:hover {
    border-color: rgba(180, 16, 30, 0.3);
    box-shadow: 0 8px 20px rgba(22, 37, 66, 0.06);
    transform: translateY(-1px);
}

.makine-galerisi .category-item:hover span.icon-dot {
    background: #b4101e;
}

.makine-galerisi .category-item.active {
    background: linear-gradient(135deg, #b4101e, #8a0c50);
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 12px 25px rgba(180, 16, 30, 0.3);
}

.makine-galerisi .category-item.active span.icon-dot {
    background: #ffffff;
}

.makine-galerisi .category-item.active .count-tag {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: transparent;
}

.makine-galerisi .category-item.active i.chevron {
    transform: rotate(180deg);
    color: #ffffff;
}

/* Alt Liste (Accordion) */
.makine-galerisi .sublist {
    overflow: hidden;
    max-height: 0;
    padding-left: 6px;
    transition: max-height 0.3s ease, margin-bottom 0.2s ease;
    display: flex;
    flex-direction: column;
}

.makine-galerisi .sublist.open {
    max-height: 500px;
    margin-bottom: 12px;
}

.makine-galerisi .sublist a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 8px 7px 24px;
    text-decoration: none;
    color: #4d5363;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.2s;
    border-radius: 8px;
    margin: 2px 0;
    position: relative;
}

.makine-galerisi .sublist a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccd0dd;
    position: absolute;
    left: 10px;
    transition: background 0.2s, transform 0.2s;
}

.makine-galerisi .sublist a:hover,
.makine-galerisi .sublist a.active-link {
    background: rgba(180, 16, 30, 0.08);
    color: #b4101e;
    transform: translateX(3px);
}

.makine-galerisi .sublist a:hover::before,
.makine-galerisi .sublist a.active-link::before {
    background: #b4101e;
    transform: scale(1.3);
}

/* Grid & Kartlar */
.makine-galerisi .grid-area {
    flex: 1;
    min-width: 0;
}

.makine-galerisi .machine-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #050814;
    border: 1px solid rgba(223, 226, 236, 0.9);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.makine-galerisi .machine-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
    border-color: rgba(180, 16, 30, 0.5);
}

.makine-galerisi .machine-card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.makine-galerisi .machine-card-featured .machine-card-image-wrapper {
    height: 320px;
}

.makine-galerisi .machine-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.makine-galerisi .machine-card:hover .machine-card-image-wrapper img {
    transform: scale(1.06);
}

.makine-galerisi .machine-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
    pointer-events: none;
}

.makine-galerisi .machine-card-floating-badge {
    position: absolute;
    left: 20px;
    bottom: 18px;
    color: #ffffff;
}

.makine-galerisi .badge-main {
    padding: 3px 10px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-block;
}

.makine-galerisi .badge-sub {
    font-size: 0.95rem;
    font-weight: 700;
    display: block;
    margin-top: 4px;
}

.makine-galerisi .machine-badge-corner {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 4px 11px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.makine-galerisi .machine-card-body {
    padding: 18px 20px;
    background: radial-gradient(circle at top left, #141b2b 0%, #050814 100%);
    color: #f5f6ff;
}

.makine-galerisi .machine-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
}

.makine-galerisi .machine-card-meta {
    font-size: 0.86rem;
    color: #a2a7c0;
    line-height: 1.6;
}

.makine-galerisi .machine-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
    background: rgba(180, 16, 30, 0.2);
    color: #ffb3ba;
    border: 1px solid rgba(255, 104, 119, 0.35);
}

.makine-galerisi .machine-cta {
    border: none;
    padding: 7px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9a8b, #ff6a88);
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(255, 106, 136, 0.45);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.makine-galerisi .machine-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

/* --------------------------------------------------------------------------
   3. TEKİL MAKİNE HERO & SHOWCASE DETAY STİLLERİ
   -------------------------------------------------------------------------- */
.makine-galerisi .machine-hero {
    display: grid;
    grid-template-columns: 1.15fr 1.35fr;
    gap: 0;
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(135deg, #050814 0%, #0c1224 60%, #050814 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.7);
}

.makine-galerisi .machine-hero-media {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #000;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.makine-galerisi .machine-hero-image-wrap {
    position: relative;
    height: 380px;
    cursor: pointer;
    overflow: hidden;
}

.makine-galerisi .machine-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.makine-galerisi .machine-hero-image-wrap:hover img {
    transform: scale(1.05);
}

.makine-galerisi .machine-hero-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, #ff5e14, #b4101e);
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.makine-galerisi .machine-hero-thumbs {
    display: flex;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(5, 8, 20, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.makine-galerisi .mh-thumb {
    width: 68px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: all 0.2s ease;
}

.makine-galerisi .mh-thumb.active,
.makine-galerisi .mh-thumb:hover {
    border-color: #ff5e14;
    opacity: 1;
}

.makine-galerisi .mh-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.makine-galerisi .machine-hero-content {
    padding: 35px 30px;
    color: #f1f5f9;
}

.makine-galerisi .mh-eyebrow {
    color: #ff9a8b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.makine-galerisi .mh-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 6px 0 12px;
}

.makine-galerisi .mh-subtitle {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.makine-galerisi .machine-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 25px;
}

.makine-galerisi .mh-stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
}

.makine-galerisi .mh-stat-label {
    display: block;
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.makine-galerisi .mh-stat-value {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.makine-galerisi .machine-hero-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.makine-galerisi .machine-hero-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.5;
}

.makine-galerisi .machine-hero-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff5e14;
    font-weight: bold;
}

.makine-galerisi .machine-hero-cta {
    background: linear-gradient(135deg, #ff5e14, #e64a19);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 10px 25px rgba(255, 94, 20, 0.4);
}

.makine-galerisi .mh-meta-pill {
    display: inline-block;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.06);
    padding: 4px 12px;
    border-radius: 999px;
    margin-right: 8px;
    color: #94a3b8;
}

/* --------------------------------------------------------------------------
   4. HAKKIMIZDA (HAZARD / OPERASYON TEMA) STİLLERİ
   -------------------------------------------------------------------------- */
.hazard-site {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}
.hazard-site .section {
    margin-bottom: 80px;
}
.hazard-site .hero {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
}
.hazard-site .hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #1e293b;
}
.hazard-site .red-hazard-blink {
    color: #b4101e;
}
.hazard-site .hero-text {
    font-size: 16px;
    color: #64748b;
    line-height: 1.8;
    margin-top: 14px;
}
.hazard-site .hero-right img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.hazard-site .hazard-line {
    width: 100%;
    margin: 30px 0 60px;
    height: 10px;
}
.hazard-site .hazard-line path {
    stroke: #b4101e;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 20;
}
.hazard-site .about {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
}
.hazard-site .about-left img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.hazard-site .about-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.hazard-site .about-list li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
    color: #475569;
}
.hazard-site .about-list li::before {
    content: "•";
    position: absolute;
    left: 6px;
    color: #b4101e;
    font-size: 20px;
    line-height: 1;
}
.hazard-site .team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.hazard-site .team-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.hazard-site .team-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 4px solid #f1f5f9;
}
.hazard-site .team-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1e293b;
}
.hazard-site .red-tag {
    display: inline-block;
    padding: 3px 12px;
    background: rgba(180, 16, 30, 0.1);
    color: #b4101e;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}
.hazard-site .values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}
.hazard-site .value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #b4101e;
}

/* --------------------------------------------------------------------------
   5. PROFESYONEL FOOTER STİLLERİ (TAM CSS)
   -------------------------------------------------------------------------- */
.site-footer-wrapper {
    --f-deep-navy: #030c26;
    --f-surface: #0a1629;
    --f-accent: #3182ce;
    --f-text-main: #e2e8f0;
    --f-text-muted: #94a3b8;
    --f-border: rgba(255, 255, 255, 0.08);
    
    background-color: var(--f-deep-navy) !important;
    color: var(--f-text-main) !important;
    padding-top: 60px;
    position: relative;
    margin-top: 60px;
}

.site-footer-wrapper .f-main-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

/* İletişim Şeridi */
.f-contact-bar-container {
    transform: translateY(-90px);
    margin-bottom: -50px;
}

.f-contact-bar-inner {
    background: #0a1629 !important;
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.f-contact-block {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 28px 24px;
    gap: 16px;
}

.f-border-x {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.f-contact-icon {
    font-size: 22px;
    color: #3182ce;
    width: 46px;
    height: 46px;
    background: rgba(49, 130, 206, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.f-contact-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #3182ce;
    margin-bottom: 4px;
}

.f-contact-content p {
    margin: 0;
    font-size: 14px;
    color: #cbd5e1 !important;
}

.f-highlight-text a {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px !important;
    text-decoration: none;
}

/* Ana Grid */
.f-main-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1fr;
    gap: 50px;
    padding: 40px 0 60px;
}

.f-footer-logo {
    max-height: 55px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.f-motto {
    font-size: 14px;
    line-height: 1.7;
    color: #94a3b8;
    max-width: 320px;
}

.f-widget-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
}

.f-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    height: 2px;
    background: #3182ce;
}

.f-social-wrap {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.f-social-circle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    transition: all 0.3s ease;
    text-decoration: none;
}

.f-social-circle:hover {
    background: #3182ce;
    color: #ffffff;
    border-color: #3182ce;
    transform: translateY(-3px);
}

.f-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-footer-links li {
    margin-bottom: 12px;
}

.f-footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s;
    display: block;
}

.f-footer-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.f-hours-list {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.f-hour-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
}

.f-hour-item:last-child {
    border: none;
}

.f-time {
    font-weight: 600;
    color: #ffffff;
}

.f-closed {
    color: #f87171;
    font-weight: 700;
}

.f-premium-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #128c7e;
    color: #ffffff !important;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.f-premium-btn:hover {
    background: #075e54;
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.f-copyright-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #94a3b8;
}

.f-legal-nav a {
    color: #94a3b8;
    text-decoration: none;
    margin-left: 20px;
}

.f-legal-nav a:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .f-contact-bar-inner { flex-direction: column; }
    .f-border-x { border: none; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .f-main-grid { grid-template-columns: 1fr; gap: 30px; }
    .f-contact-bar-container { transform: translateY(-30px); margin-bottom: 0; }
    .makine-galerisi .wrapper { flex-direction: column; }
    .makine-galerisi .sidebar { width: 100%; position: static; }
    .makine-galerisi .machine-hero { grid-template-columns: 1fr; }
    .hazard-site .hero, .hazard-site .about { grid-template-columns: 1fr; }
}


/* ==========================================================================
   FULLSCREEN IMAGE LIGHTBOX MODAL (Altınİş Makina)
   ========================================================================== */
.fullscreen-image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 15, 29, 0.95);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.fullscreen-image-overlay.show {
    display: flex !important;
}

.fullscreen-image-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.fullscreen-image-inner img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.fullscreen-image-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.fullscreen-image-close:hover {
    background: #b4101e;
    border-color: #b4101e;
    transform: rotate(90deg) scale(1.1);
}
