@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("footer/footer-modern.css");
@import url("home.css");

/* Sayfa yüksekliği + yumuşak kaydırma */
html {
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

/* Ortak üst menü — Kurumsal ile aynı hap (slate) CTA */
.ege-btn-pill,
.ege-nav-metallic-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'Manrope', 'Inter', system-ui, sans-serif;
    color: #000066 !important;
    background-color: #f1f5f9 !important;
    text-decoration: none !important;
    border: none;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    line-height: 1.25;
}

button.ege-btn-pill,
button.ege-nav-metallic-btn {
    -webkit-appearance: none;
    appearance: none;
}

.ege-btn-pill:hover,
.ege-nav-metallic-btn:hover {
    background-color: rgba(21, 101, 168, 0.2) !important;
    color: #000066 !important;
}
@media (min-width: 640px) {
    .ege-btn-pill,
    .ege-nav-metallic-btn {
        padding: 0.5rem 1.25rem;
    }
}

/* Kart / liste içi WhatsApp CTA — hap ile aynı dil */
.ege-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'Manrope', 'Inter', system-ui, sans-serif;
    color: #000066 !important;
    background-color: #f1f5f9 !important;
    text-decoration: none !important;
    border: none;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
    line-height: 1.25;
}
.ege-btn-whatsapp:hover {
    background-color: rgba(21, 101, 168, 0.2) !important;
    color: #000066 !important;
}
@media (min-width: 640px) {
    .ege-btn-whatsapp {
        padding: 0.5rem 1.25rem;
    }
}
.material-symbols-outlined.ege-nav-ms {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.material-symbols-outlined.ege-nav-ms-sm {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-size: 1rem !important;
    line-height: 1;
    vertical-align: middle;
}

/* Portföy ile uyumlu ürün kartı / CTA (index, yedek parça, ortak) */
.ege-product-card-shell {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 60, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ege-product-card-shell:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(0, 0, 60, 0.12);
    border-color: rgba(21, 101, 168, 0.45);
}
.ege-product-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
.ege-product-card-media {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -0.25rem -0.25rem 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(165deg, #f1f5f9 0%, #ffffff 70%);
}
@media (min-width: 640px) {
    .ege-product-card-media {
        height: 14rem;
    }
}
.ege-product-card-media img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.12));
}
.ege-product-pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    margin-bottom: 0.5rem;
    background: rgba(0, 0, 102, 0.1);
    color: var(--logo-navy);
    box-shadow: 0 0 0 1px rgba(21, 101, 168, 0.3);
}
.ege-product-card-title {
    font-family: 'Manrope', 'Montserrat', system-ui, sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--logo-navy);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}
@media (min-width: 640px) {
    .ege-product-card-title {
        font-size: 1.45rem;
    }
}

/* Ürün detay — portföy yüzeyi */
body.ege-detail-page {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-dark);
    -webkit-font-smoothing: antialiased;
}
body.ege-detail-page .product-page-title {
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 800;
    font-size: clamp(1.65rem, 3.5vw, 2.25rem);
    letter-spacing: -0.03em;
    color: var(--logo-navy);
    margin-bottom: 1rem;
    line-height: 1.15;
}
body.ege-detail-page .ege-detail-hero-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    margin-bottom: 0.65rem;
    background: rgba(0, 0, 102, 0.1);
    color: var(--logo-navy);
    box-shadow: 0 0 0 1px rgba(21, 101, 168, 0.35);
}
body.ege-detail-page .ege-detail-wrap {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
    body.ege-detail-page .ege-detail-wrap {
        padding-top: 2rem;
        padding-bottom: 3.5rem;
    }
}
body.ege-detail-page .ege-detail-wrap > .grid {
    gap: 2.5rem;
}
body.ege-detail-page .card {
    border-radius: 0.875rem !important;
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
    box-shadow: 0 4px 24px rgba(0, 0, 60, 0.06) !important;
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
body.ege-detail-page .card:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 60, 0.1) !important;
    border-color: rgba(21, 101, 168, 0.35) !important;
}
body.ege-detail-page .card-body {
    padding: 1.25rem 1.5rem !important;
}
body.ege-detail-page .product-card-header {
    padding: 1rem 1.25rem !important;
    font-family: 'Manrope', system-ui, sans-serif !important;
    font-size: 0.72rem !important;
    letter-spacing: 0.12em !important;
    font-weight: 700 !important;
}
body.ege-detail-page .btn.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-family: 'Manrope', system-ui, sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    border: none !important;
    background-color: #f1f5f9 !important;
    color: #000066 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}
body.ege-detail-page .btn.btn-custom:hover {
    background-color: rgba(21, 101, 168, 0.2) !important;
    color: #000066 !important;
}
body.ege-detail-page .ege-spec-list .ege-spec-row {
    padding: 0.8rem 0;
}

/* Tam genişlik gradyan üst bant — yedek parça / portföy / kurumsal / iletişim (px-4 sm:px-8 üst sarmalayıcıya göre taşır) */
.ege-page-hero-band {
    box-sizing: border-box;
    background: linear-gradient(135deg, #000066 0%, #0a1a5c 45%, #1565a8 100%);
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.25rem;
    padding: 1.35rem 1rem 1.65rem;
    padding-top: max(1.35rem, env(safe-area-inset-top, 0px) * 0.35 + 1rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 640px) {
    .ege-page-hero-band {
        margin-left: -2rem;
        margin-right: -2rem;
        margin-bottom: 1.75rem;
        padding: 2rem 2rem 2.5rem;
        border-radius: 0 0 1.25rem 1.25rem;
    }
}
.ege-page-hero-band--spacious {
    padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
    .ege-page-hero-band--spacious {
        padding-top: 2.25rem;
        padding-bottom: 3rem;
    }
}
@media (min-width: 768px) {
    .ege-page-hero-band--spacious {
        padding-top: 2.75rem;
        padding-bottom: 3.75rem;
    }
}
/* Yedek parça: main yan boşluğu 1.5rem / 2rem — ilk gradyan satırı genişler */
.ege-yedekparca-main > .ege-page-hero-band:first-child {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
}
@media (min-width: 640px) {
    .ege-yedekparca-main > .ege-page-hero-band:first-child {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        border-radius: 0 0 1.25rem 1.25rem;
    }
}
@media (min-width: 1024px) {
    .ege-yedekparca-main > .ege-page-hero-band:first-child {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

/* Marka renkleri — ana: lacivert + beyaz | vurgu/hover: koyu mavi (--logo-cyan değişken adı geriye dönük) */
/* Bootstrap kaldırıldı — yaygın yardımcı sınıf */
.img-fluid {
    max-width: 100%;
    height: auto;
}

:root {
    --logo-navy: #000066;
    --logo-cyan: #1565A8;
    --logo-white: #FFFFFF;
    --text-dark: #1a1a2e;
    --text-muted: #5a6a85;
    --bg-light: #f0f4fa;
    --border-light: #c8d8ee;
    --logo-navy-rgb: 0, 0, 102;
    --logo-cyan-rgb: 21, 101, 168;
}

body {
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

/* Ana sayfa slider + popüler carousel: assets/css/home.css */

/* Ürün detay kartları (Bootstrap .card sınıfı) */
.card {
    border-radius: 0.75rem;
    border: 1px solid rgba(226, 232, 240, 0.95);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}

.card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 60, 0.08);
    border-color: rgba(21, 101, 168, 0.28);
}
.btn.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9 !important;
    color: #000066 !important;
    border-radius: 9999px;
    border: none !important;
}
.btn-custom{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9 !important;
    color: #000066 !important;
    border-radius: 9999px;
    border: none !important;
}

.card-body {
    padding: 10px;
     border-radius: 7px;
}

.btn-custom {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: normal;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-custom:hover {
    background-color: rgba(21, 101, 168, 0.2) !important;
    color: #000066 !important;
}


/* PRODUCT CARD BİTİŞ */

/* ANASAYFA HAKKIMDA BAŞLANGIÇ */
.ege-main {
    font-family: 'Poppins', sans-serif;
    background-color: #eef2f7;
}

.ege-corporate-section {
    padding: 100px 0;
    position: relative;
}

/* Ana sayfa — bento / popüler ile alterne zemin, iç içe beyaz hissi azaltır */
.ege-corporate-section.ege-corporate-section--home {
    background-color: #f8fafc;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    padding-top: 5rem;
    padding-bottom: 5.5rem;
}
@media (min-width: 1024px) {
    .ege-corporate-section.ege-corporate-section--home {
        padding-top: 6rem;
        padding-bottom: 6.5rem;
    }
}

.ege-description {
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.ege-description--home-corporate {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
    .ege-description--home-corporate {
        font-size: 1.0625rem;
        line-height: 1.78;
    }
}
.ege-description--home-corporate-last {
    margin-bottom: 0;
}

a.ege-action-btn {
    text-decoration: none;
}

.ege-image-container {
    position: relative;
    height: 600px;
}

.ege-image-secondary {
    position: absolute;
    bottom: 5;
    left: 0;
    right: 4%;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 35px rgba(0,0,0,0.15);
    z-index: 1;
}

.ege-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.10s ease;
}


.ege-image-secondary:hover .ege-image {
    transform: scale(1.08);
}

.ege-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5f9;
    color: #000066;
    border: none;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 9999px;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.875rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.ege-action-btn:hover {
    background-color: rgba(21, 101, 168, 0.2);
    color: #000066;
}

@media (max-width: 991px) {
    .ege-image-container {
        height: 500px;
        margin-top: 50px;
    }

    .ege-image-secondary {
        width: 70%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .ege-image-container {
        height: 400px;
    }

    
    .ege-image-secondary {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
}
/* ANASAYFA HAKKIMIZDA BİTİŞ */

/* ANASAYFA KONUM BAŞLANGIÇ */
  /* ANASAYFA KONUM BİTİŞ */

/* Ürün detay + ortak footer (logo paleti) */
.product-page-title {
    color: var(--logo-navy);
}

.product-card-header {
    background-color: var(--logo-navy) !important;
    color: var(--logo-white) !important;
}

/* Ürün detay — Bootstrap list-group yerine */
.ege-spec-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ege-spec-list .ege-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--border-light);
}
.ege-spec-list .ege-spec-row:last-child {
    border-bottom: none;
}

