/* VARIABLES & BASE */
:root { --mte-dark: #0f172a; --mte-dark-border: #1e293b; --mte-slate-50: #f8fafc; --mte-slate-100: #f1f5f9; --mte-slate-300: #cbd5e1; --mte-slate-400: #94a3b8; --mte-slate-600: #475569; --mte-slate-700: #334155; --mte-blue-50: #eff6ff; --mte-blue-100: #dbeafe; --mte-blue-400: #60a5fa; --mte-blue-500: #3b82f6; --mte-blue-600: #2563eb; --mte-blue-700: #1d4ed8; --mte-blue-900: #1e3a8a; --mte-text: #0f172a; --mte-green: #22c55e; --mte-yellow: #eab308; --mte-orange: #f97316; }
body { font-family: 'Inter', sans-serif; color: var(--mte-text); background-color: #ffffff; -webkit-font-smoothing: antialiased; }
.section-subtitle { color: var(--mte-blue-600); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; display: block; text-align: center; }
.section-title { font-size: 2.25rem; font-weight: 800; color: var(--mte-dark); text-align: center; margin-bottom: 3rem; letter-spacing: -0.5px; }

/* HEADER & TOPBAR */
.topbar { background-color: var(--mte-dark); color: var(--mte-slate-300); font-size: 0.75rem; font-weight: 500; padding: 10px 0; border-bottom: 1px solid var(--mte-dark-border); }
.topbar a { color: inherit; text-decoration: none; transition: color 0.3s ease; margin-right: 24px; display: inline-flex; align-items: center; gap: 8px; }
.topbar a:hover { color: #ffffff; }
.site-header { background-color: #ffffff; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05); position: sticky; top: 0; z-index: 50; padding: 16px 0; }
.navbar-brand { display: flex; align-items: center; gap: 12px; text-decoration: none !important; }
.brand-logo-box { background-color: var(--mte-dark); width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 16px rgba(0,0,0,0.08); }
.brand-icon { color: var(--mte-blue-400); width: 26px; height: 26px; fill: currentColor; }
.brand-text-wrapper { display: flex; flex-direction: column; justify-content: center; }
.brand-title { font-size: 1.8rem; font-weight: 900; color: var(--mte-dark); line-height: 0.9; margin: 0; letter-spacing: -0.5px; }
.brand-subtitle { font-size: 0.65rem; font-weight: 800; color: var(--mte-blue-600); letter-spacing: 0.18em; text-transform: uppercase; margin-top: 4px; }
#menu-ana-menu { background-color: var(--mte-slate-50); padding: 6px; border-radius: 50px; border: 1px solid var(--mte-slate-100); display: inline-flex; align-items: center; justify-content: center; margin: 0 auto; list-style: none; flex-direction: row; gap: 4px; }
#menu-ana-menu li { margin: 0; padding: 0; display: inline-block; }
#menu-ana-menu li a { padding: 10px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; color: var(--mte-slate-600); transition: all 0.3s ease; text-decoration: none; display: block; }
#menu-ana-menu li a:hover { color: var(--mte-blue-700); background-color: rgba(255, 255, 255, 0.8); }
#menu-ana-menu li.current-menu-item a, #menu-ana-menu li.current_page_item a { background-color: #ffffff; color: var(--mte-blue-700); box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.btn-header-action { background-color: var(--mte-blue-600); color: #ffffff; padding: 12px 24px; border-radius: 8px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 0.9rem; transition: all 0.3s; border: none; box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2); }
.btn-header-action:hover { background-color: var(--mte-blue-700); color: #ffffff; transform: translateY(-1px); box-shadow: 0 6px 10px -1px rgba(37, 99, 235, 0.3); }
.headerCTA {font-size:.8rem}


/* HERO SECTION (ANA SAYFA) */
.hero-section { position: relative; padding: 160px 0 220px; background: linear-gradient(to right, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.6) 100%), url("inc/img/hero-01.jpg") no-repeat center center/cover; display: flex; align-items: center; justify-content: flex-start; }
.hero-content { position: relative; z-index: 10; max-width: 750px; text-align: left; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background-color: rgba(37, 99, 235, 0.25); border: 1px solid rgba(59, 130, 246, 0.4); color: var(--mte-blue-100); padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px; backdrop-filter: blur(8px); }
.hero-badge .dot { width: 8px; height: 8px; background-color: var(--mte-yellow); border-radius: 50%; box-shadow: 0 0 10px var(--mte-yellow); }
.hero-title { font-size: 4rem; font-weight: 800; color: #ffffff; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1.5px; }
.hero-title span { color: var(--mte-blue-400); }
.hero-subtitle { font-size: 1.15rem; color: var(--mte-slate-300); line-height: 1.7; margin-bottom: 40px; max-width: 650px; }
.hero-actions { display: flex; gap: 16px; align-items: center; justify-content: flex-start; }
.btn-hero-primary { background-color: var(--mte-blue-600); color: #ffffff; padding: 16px 32px; border-radius: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; transition: all 0.3s; border: none; font-size: 1rem; box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3); }
.btn-hero-primary:hover { background-color: var(--mte-blue-700); color: #ffffff; transform: translateY(-2px); }
.btn-hero-secondary { background-color: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.2); color: #ffffff; padding: 16px 32px; border-radius: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; transition: all 0.3s; font-size: 1rem; backdrop-filter: blur(10px); }
.btn-hero-secondary:hover { background-color: rgba(255, 255, 255, 0.15); color: #ffffff; border-color: rgba(255, 255, 255, 0.4); }

/* FLOATING FEEDBACK CARD */
.floating-section { position: relative; z-index: 20; margin-top: -100px; margin-bottom: 80px; }
.floating-card { background-color: #ffffff; border-radius: 20px; box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15); border: 1px solid var(--mte-slate-100); padding: 40px; display: flex; flex-direction: column; gap: 40px; }
@media (min-width: 992px) { .floating-card { flex-direction: row; align-items: center; justify-content: space-between; } }
.floating-card-content { text-align: left; flex: 1; padding-right: 20px; }
.feedback-badge { display: inline-flex; align-items: center; gap: 8px; background-color: var(--mte-blue-50); color: var(--mte-blue-700); padding: 6px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 20px; }
.floating-card h3 { font-size: 2.25rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 16px; letter-spacing: -0.5px; }
.floating-card p { color: var(--mte-slate-600); font-size: 1.05rem; line-height: 1.6; margin-bottom: 30px; max-width: 650px; }
.check-list { display: flex; gap: 20px; flex-wrap: wrap; }
.check-item { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--mte-slate-700); font-size: 0.95rem; background: var(--mte-slate-50); padding: 10px 20px; border-radius: 10px; border: 1px solid var(--mte-slate-100); }
.check-item i { color: var(--mte-green); font-size: 1.2rem; }
.floating-action-box { background-color: var(--mte-dark); padding: 40px; border-radius: 16px; text-align: center; width: 100%; max-width: 360px; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2); }
.floating-action-box h4 { color: #ffffff; font-weight: 800; font-size: 1.5rem; margin-bottom: 12px; }
.floating-action-box p { color: var(--mte-slate-400); font-size: 0.9rem; margin-bottom: 24px; line-height: 1.5; }
.btn-submit-box { display: block; width: 100%; background-color: var(--mte-blue-600); color: #ffffff; font-weight: 700; padding: 14px; border-radius: 8px; text-decoration: none; transition: background-color 0.3s; font-size: 1rem; }
.btn-submit-box:hover { background-color: var(--mte-blue-500); color: #ffffff; }

/* SERVICES SECTION */
.services-section { padding: 60px 0 80px; background-color: #ffffff; }
.service-card { cursor: pointer; background-color: var(--mte-slate-50); padding: 40px 30px; border-radius: 20px; border: 1px solid var(--mte-slate-100); transition: all 0.3s ease; height: 100%; text-align: left; }
.service-card:hover { border-color: #cce; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05); transform: translateY(-5px); background-color: #ffffff; }
.service-icon-box { background-color: #ffffff; width: 60px; height: 60px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); border: 1px solid var(--mte-slate-100); font-size: 1.75rem; }
.service-card h4 { font-size: 1.25rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 12px; }
.service-card p { color: var(--mte-slate-600); font-size: 0.95rem; line-height: 1.6; margin: 0; }
.icon-yellow { color: #eab308; }
.icon-blue { color: #60a5fa; }
.icon-green { color: #22c55e; }
.icon-orange { color: #f97316; }

/* STATS SECTION */
.stats-section { background-color: var(--mte-dark); color: #ffffff; padding: 80px 0; }
.stat-box { text-align: center; padding: 40px 20px; border: 1px solid var(--mte-dark-border); border-radius: 20px; background-color: rgba(30, 41, 59, 0.4); transition: transform 0.3s ease; }
.stat-box:hover { transform: translateY(-5px); background-color: rgba(30, 41, 59, 0.6); }
.stat-num { font-size: 3rem; font-weight: 700; color: var(--mte-blue-500); margin-bottom: 12px; line-height: 1; }
.stat-text { color: var(--mte-slate-400); font-weight: 500; font-size: 1rem; }

/* PROJECTS COMPONENT (ANA SAYFA) */
.projects-section {padding: 5rem 0;}
.projects-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; }
.projects-header .section-title { margin-bottom: 0; text-align: left; }
.projects-header .section-subtitle { text-align: left; margin-bottom: 12px; }
.view-all-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mte-blue-600); font-weight: 700; text-decoration: none; font-size: 1rem; transition: gap 0.3s ease; }
.view-all-link:hover { gap: 12px; color: var(--mte-blue-700); }
.project-card { display: block; position: relative; overflow: hidden; border-radius: 20px; cursor: pointer; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); aspect-ratio: 4/3; text-decoration: none; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.project-card:hover img { transform: scale(1.1); }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.3) 50%, transparent 100%); padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; }
.project-category { color: var(--mte-blue-400); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.project-title { font-size: 1.5rem; font-weight: 800; color: #ffffff; margin: 0; transition: color 0.3s; }
.project-card:hover .project-title { color: var(--mte-blue-100); }

/* PAGE HERO (İÇ SAYFALAR) */
.page-hero { background-color: var(--mte-dark); padding: 80px 0 120px; text-align: left; color: #ffffff; position: relative; }
.page-hero h1 { font-size: 3rem; font-weight: 800; margin-bottom: 16px; letter-spacing: -0.5px; }
.page-hero p { font-size: 1.1rem; color: var(--mte-slate-300); max-width: 600px; margin: 0; line-height: 1.6; }

/* PROJECT FILTERS & CARDS (PROJELER SAYFASI) */
.project-filters-container { display: inline-flex; align-items: center; justify-content: flex-start; gap: 4px; background-color: #ffffff; border: 1px solid var(--mte-slate-200); padding: 6px; border-radius: 50px; margin-bottom: 40px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); }
.filter-btn { background-color: transparent; border: none; padding: 10px 24px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; color: var(--mte-slate-600); cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; box-shadow: none; }
.filter-btn:hover { background-color: var(--mte-slate-50); color: var(--mte-dark); }
.filter-btn.active { background-color: var(--mte-orange); color: #ffffff; box-shadow: 0 4px 10px rgba(249, 115, 22, 0.3); }
.filter-btn.active i { color: #ffffff; }
.filter-btn i { color: var(--mte-slate-400); font-size: 0.9rem; transition: color 0.3s; }


/* Filtre Butonları Aktif Durum Renkleri */

/* Ortak aktif ayarları */
.filter-btn.active {
    color: #ffffff !important;
}

.filter-btn.active i {
    color: #ffffff !important;
}

/* 1. Tümü (Siyah/Koyu Slate) */
.filter-btn[data-filter="all"].active {
    background-color: var(--mte-dark) !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.3);
}

/* 2. Devam Eden (Turuncu) */
.filter-btn[data-filter="devam"].active {
    background-color: var(--mte-orange) !important;
    box-shadow: 0 4px 10px rgba(249, 115, 22, 0.3);
}

/* 3. Tamamlanan (Yeşil) */
.filter-btn[data-filter="tamam"].active {
    background-color: var(--mte-green) !important;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.3);
}



.project-list-section { padding-top: 50px; padding-bottom: 80px; background-color: var(--mte-slate-50); }
.project-card-v2 { background-color: #ffffff; border-radius: 16px; overflow: hidden; border: 1px solid var(--mte-slate-100); box-shadow: 0 10px 20px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.project-card-v2:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.card-img-wrapper { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.card-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.project-card-v2:hover .card-img-wrapper img { transform: scale(1.05); }
.status-badge { position: absolute; top: 16px; right: 16px; padding: 6px 16px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; color: #ffffff; z-index: 2; letter-spacing: 0.5px; }
.status-badge.bg-orange { background-color: var(--mte-orange); box-shadow: 0 4px 6px rgba(249, 115, 22, 0.3); }
.status-badge.bg-green { background-color: var(--mte-green); box-shadow: 0 4px 6px rgba(34, 197, 94, 0.3); }
.card-content { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; }
.card-content h3 { font-size: 1.25rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 12px; }
.card-content p { color: var(--mte-slate-600); font-size: 0.9rem; line-height: 1.6; margin-bottom: 24px; flex-grow: 1; }
.card-meta { list-style: none; padding: 0; margin: 0 0 20px; }
.card-meta li { color: var(--mte-slate-500); font-size: 0.85rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.card-meta i { color: var(--mte-orange); width: 16px; text-align: center; }
.card-scope { padding-top: 16px; border-top: 1px solid var(--mte-slate-100); font-size: 0.85rem; color: var(--mte-slate-600); line-height: 1.5; }
.card-scope strong { color: var(--mte-dark); font-weight: 700; }

/* REFERANSLAR SAYFASI */
.ref-stats-container { display: flex; justify-content: center; gap: 20px; margin-top: -60px; position: relative; z-index: 10; flex-wrap: wrap; margin-bottom: 80px; }
.ref-stat-box { background-color: #ffffff; border-radius: 16px; padding: 30px 20px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid var(--mte-slate-100); width: 100%; max-width: 240px; }
.ref-stat-icon { background-color: var(--mte-blue-50); color: var(--mte-blue-600); width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 16px; }
.ref-stat-num { font-size: 2rem; font-weight: 800; color: var(--mte-dark); line-height: 1; margin-bottom: 8px; }
.ref-stat-text { font-size: 0.85rem; color: var(--mte-slate-500); font-weight: 500; }
.ref-list-section { padding-bottom: 80px; background-color: #ffffff; }
.ref-card { background-color: #ffffff; border-radius: 16px; overflow: hidden; border: 1px solid var(--mte-slate-100); box-shadow: 0 10px 20px rgba(0,0,0,0.05); display: flex; flex-direction: column; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ref-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: var(--mte-blue-200); }
.ref-img-wrapper { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.ref-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.ref-card:hover .ref-img-wrapper img { transform: scale(1.05); }
.ref-badge { position: absolute; top: 16px; right: 16px; background-color: var(--mte-blue-600); color: #ffffff; padding: 6px 12px; border-radius: 8px; font-size: 0.75rem; font-weight: 700; z-index: 2; }
.ref-content { padding: 24px; display: flex; flex-direction: column; flex-grow: 1; text-align: left; }
.ref-title { font-size: 1.25rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 12px; }
.ref-tag { display: inline-block; background-color: var(--mte-blue-50); color: var(--mte-blue-600); padding: 6px 12px; border-radius: 6px; font-size: 0.75rem; font-weight: 700; margin-bottom: 16px; align-self: flex-start; }
.ref-subtitle { font-size: 0.95rem; font-weight: 700; color: var(--mte-slate-700); margin-bottom: 8px; }
.ref-desc { color: var(--mte-slate-500); font-size: 0.9rem; line-height: 1.6; margin-bottom: 24px; flex-grow: 1; }
.ref-footer { border-top: 1px solid var(--mte-slate-100); padding-top: 16px; font-size: 0.85rem; color: var(--mte-blue-600); font-weight: 700; display: flex; align-items: center; gap: 8px; }
.cta-section { background-color: var(--mte-blue-600); padding: 80px 0; text-align: center; color: #ffffff; }
.cta-title { font-size: 2.25rem; font-weight: 800; margin-bottom: 16px; color: #ffffff; }
.cta-desc { font-size: 1.1rem; color: var(--mte-blue-100); max-width: 600px; margin: 0 auto 32px; line-height: 1.6; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-cta-light { background-color: #ffffff; color: var(--mte-blue-600); padding: 14px 28px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.btn-cta-light:hover { background-color: var(--mte-slate-50); transform: translateY(-2px); color: var(--mte-blue-700); }
.btn-cta-dark { background-color: var(--mte-blue-800); border: 1px solid var(--mte-blue-700); color: #ffffff; padding: 14px 28px; border-radius: 12px; font-weight: 700; text-decoration: none; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.btn-cta-dark:hover { background-color: var(--mte-blue-900); transform: translateY(-2px); color: #ffffff; }




/* SERTIFIKALAR SAYFASI */
.cert-section { padding: 80px 0; background-color: #ffffff; }
.cert-header { text-align: center; margin-bottom: 50px; }
.cert-header .section-title { margin-bottom: 10px; color: var(--mte-dark); font-size: 2rem; }
.cert-header p { color: var(--mte-slate-500); font-size: 0.95rem; }
.cert-card { background-color: #ffffff; border: 1px solid var(--mte-slate-100); border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); height: 100%; transition: all 0.3s ease; display: flex; flex-direction: column; }
.cert-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: var(--mte-orange); }
.cert-icon { width: 50px; height: 50px; background-color: rgba(249, 115, 22, 0.1); color: var(--mte-orange); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; }
.cert-title { font-size: 1.15rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 6px; }
.cert-subtitle { font-size: 0.85rem; color: var(--mte-slate-500); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--mte-slate-100); }
.cert-meta { list-style: none; padding: 0; margin: 0; font-size: 0.85rem; color: var(--mte-slate-600); }
.cert-meta li { margin-bottom: 8px; display: flex; align-items: flex-start; gap: 6px; }
.cert-meta strong { color: var(--mte-dark); font-weight: 700; }
.acc-section { padding: 60px 0 80px; background-color: #ffffff; }
.acc-card { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: 12px; border: 1px solid var(--mte-slate-100); background-color: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.02); height: 100%; transition: all 0.3s; }
.acc-card:hover { border-color: var(--mte-orange); transform: translateY(-3px); }
.acc-icon { color: var(--mte-orange); font-size: 1.4rem; flex-shrink: 0; }
.acc-content h4 { font-size: 0.95rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 4px; }
.acc-content p { font-size: 0.75rem; color: var(--mte-slate-500); margin: 0; line-height: 1.4; }
.cert-info-section { padding: 80px 0; background-color: var(--mte-slate-50); }
.cert-info-content h2 { font-size: 2rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 20px; letter-spacing: -0.5px; }
.cert-info-content p { font-size: 1rem; color: var(--mte-slate-600); line-height: 1.6; margin-bottom: 30px; }
.cert-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.cert-check-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 600; color: var(--mte-slate-700); }
.cert-check-item i { color: var(--mte-orange); font-size: 1.1rem; }
.cert-img-wrapper { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); height: 100%; min-height: 400px; }
.cert-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.orange-cta-section { background-color: var(--mte-orange); padding: 80px 0; text-align: center; color: #ffffff; }
.orange-cta-icon { font-size: 3rem; margin-bottom: 20px; color: rgba(255,255,255,0.9); }
.orange-cta-title { font-size: 2rem; font-weight: 800; margin-bottom: 15px; color: #ffffff; letter-spacing: -0.5px; }
.orange-cta-desc { font-size: 1.1rem; color: rgba(255,255,255,0.9); max-width: 600px; margin: 0 auto; line-height: 1.5; }


/* IS GUVENLIGI SAYFASI */
.text-orange { color: var(--mte-orange) !important; }
.text-green-stat { color: var(--mte-green) !important; }
.text-blue-stat { color: var(--mte-blue-500) !important; }
.text-purple-stat { color: #a855f7 !important; }
.isg-hero { background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)), url("inc/img/is-guvenligi-hero-01.jpg") no-repeat center center/cover; }
.isg-stats-section { padding: 50px 0; background-color: #ffffff; border-bottom: 1px solid var(--mte-slate-100); }
.isg-stat-box { text-align: center; }
.isg-stat-num { font-size: 3rem; font-weight: 800; margin-bottom: 8px; line-height: 1; }
.isg-stat-text { font-size: 0.85rem; color: var(--mte-slate-500); font-weight: 700; }
.isg-principles-section { padding: 80px 0; background-color: #ffffff; }
.isg-principle-card { background-color: #ffffff; border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid var(--mte-slate-100); height: 100%; transition: all 0.3s ease; }
.isg-principle-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: var(--mte-orange); }
.isg-principle-icon { width: 48px; height: 48px; background-color: rgba(249, 115, 22, 0.1); color: var(--mte-orange); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; }
.isg-principle-title { font-size: 1.15rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 12px; }
.isg-principle-desc { font-size: 0.9rem; color: var(--mte-slate-500); line-height: 1.6; margin: 0; }
.isg-training-section { padding: 80px 0; background-color: var(--mte-slate-50); }
.training-card { background-color: #ffffff; border-radius: 12px; padding: 24px; border: 1px solid var(--mte-slate-100); border-left: 4px solid var(--mte-orange); box-shadow: 0 4px 15px rgba(0,0,0,0.02); height: 100%; transition: all 0.3s; }
.training-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.08); transform: translateY(-3px); }
.training-title { font-size: 1.05rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 16px; }
.training-details { display: flex; flex-direction: column; gap: 8px; }
.training-detail-row { display: flex; justify-content: space-between; font-size: 0.85rem; border-bottom: 1px dashed var(--mte-slate-200); padding-bottom: 8px; }
.training-detail-row:last-child { border-bottom: none; padding-bottom: 0; }
.training-label { color: var(--mte-slate-500); }
.training-value { font-weight: 700; color: var(--mte-dark); }
.isg-ppe-section { padding: 80px 0; background-color: #ffffff; }
.ppe-content h2 { font-size: 2rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 20px; letter-spacing: -0.5px; }
.ppe-content p { font-size: 1rem; color: var(--mte-slate-600); line-height: 1.6; margin-bottom: 30px; }
.ppe-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 30px; }
.ppe-list-item { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; font-weight: 600; color: var(--mte-slate-700); }
.ppe-list-item .dot { width: 6px; height: 6px; background-color: var(--mte-orange); border-radius: 50%; }
.ppe-info-box { background-color: rgba(249, 115, 22, 0.1); border: 1px solid rgba(249, 115, 22, 0.2); padding: 20px; border-radius: 12px; font-size: 0.85rem; color: var(--mte-slate-700); line-height: 1.5; }
.ppe-info-box strong { color: var(--mte-orange); }
.ppe-img-wrapper { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); height: 100%; min-height: 400px; }
.ppe-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }


/* INSAN KAYNAKLARI SAYFASI */
.hr-hero { background: linear-gradient(rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.8)), url("inc/img/ik-hero-02.jpg") no-repeat center center/cover; }
.hr-stats-bar { background-color: var(--mte-orange); color: #ffffff; padding: 40px 0; }
.hr-stat-item { text-align: center; }
.hr-stat-num { font-size: 2.5rem; font-weight: 800; line-height: 1; margin-bottom: 8px; }
.hr-stat-text { font-size: 0.9rem; font-weight: 600; opacity: 0.9; }
.hr-benefits-section { padding: 80px 0; background-color: #ffffff; }
.hr-benefit-card { background-color: #ffffff; border: 1px solid var(--mte-slate-100); border-radius: 16px; padding: 24px; display: flex; align-items: flex-start; gap: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); transition: all 0.3s; height: 100%; }
.hr-benefit-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); border-color: var(--mte-orange); }
.hr-benefit-icon { background-color: rgba(249, 115, 22, 0.1); color: var(--mte-orange); width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.hr-benefit-content h4 { font-size: 1.05rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 6px; }
.hr-benefit-content p { font-size: 0.85rem; color: var(--mte-slate-500); line-height: 1.5; margin: 0; }
.hr-values-section { padding: 60px 0; background-color: var(--mte-slate-50); }
.hr-value-card { background-color: #ffffff; border: 1px solid var(--mte-slate-100); border-top: 4px solid var(--mte-orange); border-radius: 12px; padding: 24px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.02); height: 100%; transition: all 0.3s; }
.hr-value-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); border-color: var(--mte-slate-200); }
.hr-value-card h4 { font-size: 1.1rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 8px; }
.hr-value-card p { font-size: 0.85rem; color: var(--mte-slate-500); margin: 0; line-height: 1.5; }
.hr-jobs-section { padding: 80px 0; background-color: #ffffff; }
.hr-job-card { background-color: #ffffff; border: 1px solid var(--mte-slate-100); border-radius: 16px; padding: 30px; box-shadow: 0 10px 20px rgba(0,0,0,0.02); transition: all 0.3s; display: flex; flex-direction: column; height: 100%; }
.hr-job-card:hover { box-shadow: 0 15px 30px rgba(0,0,0,0.08); border-color: var(--mte-orange); }
.hr-job-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.hr-job-title { font-size: 1.25rem; font-weight: 800; color: var(--mte-dark); margin: 0; }
.hr-job-dept { font-size: 0.85rem; color: var(--mte-orange); font-weight: 700; margin-top: 4px; display: block; }
.hr-job-badge { background-color: rgba(249, 115, 22, 0.1); color: var(--mte-orange); padding: 4px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; }
.hr-job-location { font-size: 0.85rem; color: var(--mte-slate-500); display: flex; align-items: center; gap: 6px; margin-bottom: 20px; font-weight: 500; }
.hr-job-reqs { margin-bottom: 24px; flex-grow: 1; }
.hr-job-reqs-title { font-size: 0.9rem; font-weight: 700; color: var(--mte-dark); margin-bottom: 10px; }
.hr-job-reqs ul { list-style: none; padding: 0; margin: 0; }
.hr-job-reqs li { font-size: 0.85rem; color: var(--mte-slate-600); margin-bottom: 6px; padding-left: 12px; position: relative; }
.hr-job-reqs li::before { content: '-'; position: absolute; left: 0; color: var(--mte-slate-400); }
.btn-job-apply { display: block; width: 100%; background-color: var(--mte-orange); color: #ffffff; text-align: center; padding: 12px; border-radius: 8px; font-weight: 700; text-decoration: none; transition: all 0.3s; }
.btn-job-apply:hover { background-color: #ea580c; color: #ffffff; }
.hr-cta-section { background-color: var(--mte-orange); padding: 80px 0; text-align: center; color: #ffffff; }
.hr-cta-icon { font-size: 3rem; margin-bottom: 20px; color: rgba(255,255,255,0.9); }
.hr-cta-title { font-size: 2rem; font-weight: 800; margin-bottom: 15px; color: #ffffff; letter-spacing: -0.5px; }
.hr-cta-desc { font-size: 1.05rem; color: rgba(255,255,255,0.9); max-width: 600px; margin: 0 auto 30px; line-height: 1.6; }
.btn-hr-cta { background-color: #ffffff; color: var(--mte-orange); padding: 14px 32px; border-radius: 12px; font-weight: 700; text-decoration: none; display: inline-block; transition: all 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.btn-hr-cta:hover { transform: translateY(-2px); background-color: var(--mte-slate-50); color: var(--mte-orange); }

/* ILETISIM SAYFASI */
.contact-hero { background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)), url('https://images.unsplash.com/photo-1497366216548-37526070297c?q=80&w=1920') no-repeat center center/cover; }
.contact-info-section { position: relative; z-index: 20; margin-top: -60px; margin-bottom: 80px; }
.contact-info-card { background-color: #ffffff; border-radius: 16px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid var(--mte-slate-100); height: 100%; transition: all 0.3s ease; }
.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.08); border-color: var(--mte-blue-200); }
.contact-icon-wrapper { width: 64px; height: 64px; background-color: var(--mte-blue-50); color: var(--mte-blue-600); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px; transition: all 0.3s ease; }
.contact-info-card:hover .contact-icon-wrapper { background-color: var(--mte-blue-600); color: #ffffff; transform: scale(1.1); }
.contact-info-title { font-size: 1.15rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 12px; }
.contact-info-text { font-size: 0.95rem; color: var(--mte-slate-600); line-height: 1.6; margin: 0; }
.contact-info-text a { color: inherit; text-decoration: none; transition: color 0.3s; }
.contact-info-text a:hover { color: var(--mte-blue-600); }
.contact-form-section { padding-bottom: 100px; background-color: #ffffff; }
.contact-form-wrapper { background-color: var(--mte-slate-50); padding: 40px; border-radius: 20px; border: 1px solid var(--mte-slate-100); }
.contact-form-title { font-size: 1.75rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 10px; letter-spacing: -0.5px; }
.contact-form-subtitle { font-size: 0.95rem; color: var(--mte-slate-500); margin-bottom: 30px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--mte-slate-700); margin-bottom: 8px; }
.form-control { width: 100%; padding: 12px 16px; border-radius: 8px; border: 1px solid var(--mte-slate-200); background-color: #ffffff; font-size: 0.95rem; color: var(--mte-dark); transition: all 0.3s ease; font-family: 'Inter', sans-serif; }
.form-control:focus { outline: none; border-color: var(--mte-blue-400); box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15); }
textarea.form-control { resize: vertical; min-height: 120px; }
.btn-submit { background-color: var(--mte-blue-600); color: #ffffff; border: none; padding: 14px 28px; border-radius: 8px; font-weight: 700; font-size: 1rem; cursor: pointer; transition: all 0.3s ease; width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2); }
.btn-submit:hover { background-color: var(--mte-blue-700); transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3); }
.map-wrapper { border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid var(--mte-slate-100); height: 100%; min-height: 400px; }
.map-wrapper iframe { width: 100%; height: 100%; border: 0; display: block; }

/* GERI BILDIRIM SAYFASI V2 */
.feedback-hero-v2 { padding: 80px 0 40px; background-color: #ffffff; }
.feedback-badge-v2 { display: inline-flex; align-items: center; gap: 8px; color: var(--mte-blue-600); background-color: var(--mte-blue-50); padding: 8px 16px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; margin-bottom: 20px; border: 1px solid var(--mte-blue-100); }
.feedback-title-v2 { font-size: 3rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 16px; letter-spacing: -0.5px; }
.feedback-subtitle-v2 { font-size: 1.1rem; color: var(--mte-slate-500); line-height: 1.6; max-width: 700px; margin: 0 auto; }
.feedback-content-section { padding-bottom: 100px; background-color: #ffffff; }
.feedback-sidebar-blue { background-color: var(--mte-blue-600); color: #ffffff; border-radius: 20px; padding: 32px; position: relative; overflow: hidden; margin-bottom: 24px; box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.3); }
.feedback-sidebar-blue h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: 24px; position: relative; z-index: 2; }
.feedback-reasons { list-style: none; padding: 0; margin: 0; position: relative; z-index: 2; }
.feedback-reasons li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.95rem; font-weight: 600; margin-bottom: 16px; line-height: 1.5; }
.feedback-reasons li i { font-size: 1.25rem; color: #ffffff; flex-shrink: 0; }
.sidebar-bg-icon { position: absolute; right: -20px; top: -20px; font-size: 150px; color: rgba(255, 255, 255, 0.1); z-index: 1; transform: rotate(15deg); }
.feedback-sidebar-white { background-color: #ffffff; border: 1px solid var(--mte-slate-200); border-radius: 20px; padding: 32px; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.feedback-sidebar-white h4 { font-size: 1.1rem; font-weight: 800; color: var(--mte-dark); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.feedback-sidebar-white h4 i { color: var(--mte-blue-500); }
.feedback-sidebar-white p { font-size: 0.9rem; color: var(--mte-slate-500); line-height: 1.6; margin: 0; }
.feedback-form-card { background-color: #ffffff; border-radius: 24px; padding: 40px; box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1); border: 1px solid var(--mte-slate-100); }
.feedback-form-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; border-bottom: 1px solid var(--mte-slate-100); padding-bottom: 16px; }
.feedback-form-header h2 { font-size: 1.5rem; font-weight: 800; color: var(--mte-dark); margin: 0; }
.feedback-form-header span { font-size: 0.85rem; color: var(--mte-slate-400); font-weight: 500; }
.feedback-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feedback-type-box { display: block; cursor: pointer; }
.feedback-type-box input { display: none; }
.type-box-content { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px 16px; background-color: #ffffff; border: 1px solid var(--mte-slate-200); border-radius: 16px; transition: all 0.3s ease; }
.type-box-content i { font-size: 1.75rem; color: var(--mte-slate-400); transition: color 0.3s ease; }
.type-box-content span { font-size: 0.95rem; font-weight: 700; color: var(--mte-dark); transition: color 0.3s ease; }
.feedback-type-box:hover .type-box-content { border-color: var(--mte-blue-300); background-color: var(--mte-slate-50); }
.feedback-type-box input:checked + .type-box-content { border-color: var(--mte-blue-500); box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1); }
.feedback-type-box input:checked + .type-box-content i { color: var(--mte-blue-600); }
.form-control { background-color: var(--mte-slate-50); border: 1px solid var(--mte-slate-200); border-radius: 8px; padding: 14px 16px; font-size: 0.95rem; color: var(--mte-dark); transition: all 0.3s ease; }
.form-control:focus { background-color: #ffffff; border-color: var(--mte-blue-400); box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.15); outline: none; }
.form-control::placeholder { color: var(--mte-slate-400); }
.form-label { font-size: 0.85rem; font-weight: 700; color: var(--mte-dark); margin-bottom: 8px; }
.kvkk-checkbox-wrapper { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; margin-top: 10px; background-color: var(--mte-slate-50); padding: 16px; border-radius: 12px; border: 1px solid var(--mte-slate-100); }
.kvkk-checkbox-wrapper input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--mte-blue-600); cursor: pointer; }
.kvkk-text { font-size: 0.85rem; color: var(--mte-slate-600); line-height: 1.5; }
.kvkk-text strong { color: var(--mte-blue-600); }
.btn-feedback-submit { background-color: var(--mte-dark); color: #ffffff; border: none; border-radius: 12px; padding: 16px 32px; font-size: 1.05rem; font-weight: 700; width: 100%; display: flex; align-items: center; justify-content: center; gap: 12px; transition: all 0.3s ease; box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.3); margin-top: 20px; margin-bottom: 12px; }
.btn-feedback-submit:hover { background-color: #1e293b; transform: translateY(-2px); box-shadow: 0 15px 25px -5px rgba(15, 23, 42, 0.4); }
.submit-note { font-size: 0.75rem; color: var(--mte-slate-400); display: block; }

/* ALERT MESSAGES */
.alert {
	padding: 16px 20px;
	border-radius: 12px;
	margin-bottom: 30px;
	font-size: 0.95rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid transparent;
}
.alert-success {
	background-color: #f0fdf4; /* Çok açık yeşil */
	color: var(--mte-green);
	border-color: rgba(34, 197, 94, 0.2);
}
.alert::before {
	content: '\f058'; /* FontAwesome Check Circle */
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 1.2rem;
}

/* FOOTER */
.site-footer { background-color: var(--mte-dark); color: #ffffff; padding: 80px 0 40px; }
.footer-logo { max-width: 160px; margin-bottom: 20px; background: #fff; padding: 10px; border-radius: 8px; }
.footer-desc { color: var(--mte-slate-400); font-size: 0.9rem; line-height: 1.6; margin-bottom: 24px; max-width: 300px; }
.social-links { display: flex; gap: 12px; }
.social-btn { width: 40px; height: 40px; background-color: var(--mte-dark-border); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; transition: all 0.3s ease; }
.social-btn:hover { background-color: var(--mte-blue-600); transform: translateY(-3px); }
.footer-widget-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; color: #fff; }
.footer-widget-title::before { content: ''; width: 24px; height: 3px; background-color: var(--mte-blue-600); border-radius: 4px; display: block; }
.footer-link { color: var(--mte-slate-400); text-decoration: none; transition: all 0.3s ease; display: inline-flex; align-items: center; margin-bottom: 12px; font-size: 0.95rem; }
.footer-link:hover { color: #ffffff; }
.footer-link i, .footer-link svg { color: var(--mte-blue-500); font-size: 0.8rem; width: 0; opacity: 0; transform: translateX(-10px); transition: all 0.3s ease; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; margin-right: 0; }
.footer-link:hover i, .footer-link:hover svg { width: 14px; opacity: 1; transform: translateX(0); margin-right: 8px; }
.support-card { display: flex; align-items: center; gap: 15px; background-color: rgba(37, 99, 235, 0.1); padding: 16px; border-radius: 12px; border: 1px solid rgba(37, 99, 235, 0.2); text-decoration: none; margin-bottom: 20px; transition: all 0.3s ease; }
.support-card:hover { background-color: rgba(37, 99, 235, 0.2); border-color: var(--mte-blue-500); }
.support-icon { background-color: var(--mte-blue-600); width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; }
.support-text h5 { margin: 0; color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.support-text span { margin: 0; color: var(--mte-slate-400); font-size: 0.8rem; }
.contact-item { display: flex; align-items: flex-start; gap: 12px; color: var(--mte-slate-400); font-size: 0.95rem; margin-bottom: 16px; line-height: 1.5; }
.contact-item i { color: var(--mte-blue-500); margin-top: 4px; }
.footer-bottom { margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--mte-dark-border); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 0.85rem; color: var(--mte-slate-500); }
.footer-bottom-links a { color: #90A1B9; text-decoration: none; margin-left: 20px; transition: color 0.3s ease; }
.footer-bottom-links a:hover { color: #ffffff; }

footer .slogan, footer a, footer .list-unstyled {font-size:.85rem; font-weight:400; color: #90A1B9; text-decoration:none}
footer a:hover {color:#fff}
footer .fa-chevron-right {color:#2B7FFF}
footer .list-unstyled li {margin-bottom:10px}

footer a.footerSikayet {background-color:#132149; border:1px solid #172a62; color:#8EC5FF; width:90%; text-align:left; border-radius:10px; padding:10px;}
	footer .footerSikayet .footerSikayetIcon {display:block; float:left; padding: .75rem; border-radius: 8px; background-color:#155dfc; margin-right:10px;  color:#fff}
	footer .footerSikayet strong {display:block; color:#fff}
	footer a.footerSikayet:hover {background-color:#15285d; border:1px solid #8EC5FF; color:#8EC5FF !important}



/* DİĞER SAYFALAR */
.containerDar {max-width:900px; margin:auto; padding:3rem 2rem}


/* RESPONSIVE FIXES */
@media (max-width: 991px) { 
	#menu-ana-menu { flex-direction: column; background: #ffffff; border: 1px solid var(--mte-slate-100); padding: 10px; border-radius: 12px; align-items: flex-start; width: 100%; margin-top: 15px; box-shadow: 0 10px 15px rgba(0,0,0,0.05); gap:0} #menu-ana-menu li { width: 100%; border-bottom: 1px solid var(--mte-slate-50); } #menu-ana-menu li a { border-radius: 8px; padding: 8px 16px; width: 100%; } .hero-title { font-size: 2.5rem; } .hero-actions { flex-direction: column; align-items: stretch; } .btn-hero-primary, .btn-hero-secondary { width: 100%; justify-content: center; } .floating-card { flex-direction: column; padding: 25px; } .floating-action-box { max-width: 100%; } .projects-header { flex-direction: column; align-items: flex-start; gap: 15px; } .footer-bottom { flex-direction: column; text-align: center; gap: 15px; } .footer-bottom-links { display: flex; flex-direction: column; gap: 10px; } .footer-bottom-links a { margin: 0; } .ref-stats-container { padding: 0 15px; } .ref-stat-box { max-width: calc(50% - 10px); } .cert-check-list { grid-template-columns: 1fr; } 
	.isg-stat-box { margin-bottom: 20px; } .ppe-list { grid-template-columns: 1fr; }
	.hr-stat-item { margin-bottom: 20px; } .hr-job-header { flex-direction: column; gap: 10px; }
	.contact-info-section { margin-top: -40px; } .contact-form-wrapper { padding: 30px 20px; } .map-wrapper { min-height: 350px; margin-top: 30px; }
	.feedback-type-grid { grid-template-columns: 1fr; } .feedback-form-card { padding: 24px; } .feedback-form-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}

@media (max-width: 576px) { .ref-stat-box { max-width: 100%; } }

