/* Bofor Lojistik — anasayfa (index bu dosyayı yükler) */

/*
  Tema .site-logo img { width: 150px } logoyu zorla genişletip yamultuyor.
  Menüde 30px margin + 80px sol padding sık ekranda satır kırıyor.
*/
.main-header .main-header-wapper {
    grid-template-columns: minmax(175px, 220px) minmax(0, 1fr);
    align-items: center;
}

.main-header .site-logo {
    height: auto;
    min-height: 0;
    justify-content: center;
    padding-right: 12px;
}

.main-header .site-logo .bofor-logo-img {
    width: auto !important;
    max-width: 220px;
    max-height: 52px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 993px) {
    .main-header .top-header {
        padding-left: 68px;
        min-height: 0;
    }

    .main-header .header-menu-wrap {
        padding-left: 68px;
        min-width: 0;
    }

    .main-header .header-menu-wrap .nav-menu > li {
        padding: 20px 0;
        margin-right: 20px;
    }

    .main-header .header-menu-wrap .nav-menu > li > a {
        font-size: 15px;
        white-space: nowrap;
    }

    .main-header .header-menu-wrap li ul {
        top: 62px;
    }

    .main-header .header-menu-wrap li:hover > ul {
        top: 66px;
    }

    .main-header .menu-right-item {
        height: auto;
        flex-shrink: 0;
        column-gap: 14px;
    }

    .main-header .menu-right-item .default-btn {
        padding: 12px 22px;
        font-size: 15px;
    }

    .main-header .top-header-nav {
        margin-right: 28px;
    }

    .main-header .top-header-nav li:not(:first-of-type) {
        margin-left: 16px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    .main-header .header-menu-wrap .nav-menu > li {
        margin-right: 12px;
    }

    .main-header .header-menu-wrap .nav-menu > li > a {
        font-size: 14px;
    }

    .main-header .site-logo .bofor-logo-img {
        max-width: 190px;
        max-height: 48px;
    }
}

.bofor-hero-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(26, 58, 92, 0.12);
    color: #1a3a5c;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

/* Hero ile istatistik kartları arası — işveren / iş arayan CTA */
.bofor-dual-cta {
    position: relative;
    z-index: 2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background: linear-gradient(180deg, #f0f1f5 0%, #f7f6f4 100%);
}

.bofor-dual-cta__card {
    height: 100%;
}

.bofor-dual-cta__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 260px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.07);
}

@media (min-width: 576px) {
    .bofor-dual-cta__inner {
        flex-direction: row;
        align-items: stretch;
        min-height: 240px;
    }
}

.bofor-dual-cta__card--employer .bofor-dual-cta__inner {
    background: #f4f1ed;
}

.bofor-dual-cta__card--jobseeker .bofor-dual-cta__inner {
    background: #eef2f7;
}

.bofor-dual-cta__body {
    flex: 1 1 55%;
    display: flex;
    gap: 1rem;
    padding: 1.5rem 1.25rem 1.5rem 1.5rem;
    align-items: flex-start;
}

.bofor-dual-cta__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.25rem;
    background: rgba(255, 255, 255, 0.65);
}

.bofor-dual-cta__card--employer .bofor-dual-cta__icon {
    color: #7a4e32;
}

.bofor-dual-cta__card--jobseeker .bofor-dual-cta__icon {
    color: #1a3a5c;
}

.bofor-dual-cta__title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0d1b2a;
    margin: 0 0 0.5rem;
    line-height: 1.25;
}

.bofor-dual-cta__desc {
    margin: 0 0 1.1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #444;
}

.bofor-dual-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    border: none;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bofor-dual-cta__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    color: inherit;
}

.bofor-dual-cta__btn--employer {
    background: #8b5a3b;
    color: #fff !important;
}

.bofor-dual-cta__btn--employer:hover {
    background: #744a30;
    color: #fff !important;
}

.bofor-dual-cta__btn--jobseeker {
    background: #04223e;
    color: #fff !important;
}

.bofor-dual-cta__btn--jobseeker:hover {
    background: #0a3558;
    color: #fff !important;
}

.bofor-dual-cta__visual {
    flex: 1 1 45%;
    position: relative;
    min-height: 200px;
}

@media (min-width: 576px) {
    .bofor-dual-cta__visual {
        min-height: auto;
        clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.bofor-dual-cta__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(244, 241, 237, 0.95) 0%, rgba(244, 241, 237, 0) 35%);
}

.bofor-dual-cta__card--jobseeker .bofor-dual-cta__visual::after {
    background: linear-gradient(90deg, rgba(238, 242, 247, 0.95) 0%, rgba(238, 242, 247, 0) 38%);
}

.bofor-dual-cta__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 575px) {
    .bofor-dual-cta__visual::after {
        background: linear-gradient(180deg, rgba(244, 241, 237, 0.88) 0%, rgba(244, 241, 237, 0) 50%);
    }

    .bofor-dual-cta__card--jobseeker .bofor-dual-cta__visual::after {
        background: linear-gradient(180deg, rgba(238, 242, 247, 0.88) 0%, rgba(238, 242, 247, 0) 50%);
    }
}

.bofor-stat-cards {
    margin-top: -28px;
    position: relative;
    z-index: 3;
}

.bofor-stat-cards .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    padding: 24px 16px;
    text-align: center;
}

.bofor-stat-cards .card h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #1a3a5c;
    margin-bottom: 4px;
}

.bofor-stat-cards .card p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.about-section .check-list {
    list-style: none;
    padding-left: 0;
}

.about-section .check-list li {
    list-style: none;
}

.bofor-why-row > [class*="col-"] {
    display: flex;
}

.bofor-why-card {
    border-radius: 12px;
    border: 1px solid #eee;
    padding: 24px;
    background: #fafafa;
    transition: box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    min-height: 100%;
}

.bofor-why-card p {
    max-width: 100%;
}

.bofor-why-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.bofor-why-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a3a5c;
}

.bofor-service-grid .service-content h3 a {
    color: #111;
}

.bofor-trust-strip {
    background: #f6f8fb;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.footer-logo img[src*="bofor-logo"] {
    max-height: 56px;
    width: auto;
}

/* İş ilanları — örnek kartlar () */
.bofor-job-list {
    background: #f4f5f8;
}

.bofor-job-card {
    background: #fff;
    border: 1px solid #e2e4e8;
    border-radius: 14px;
    padding: 1.35rem 1.4rem 1.4rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.bofor-job-card:last-child {
    margin-bottom: 0;
}

.bofor-job-card__top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0.9rem;
}

.bofor-job-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #e3eefc;
    color: #1a3a5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.bofor-job-card__title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
}

.bofor-job-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #e8f5e9;
    color: #1b5e20;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
}

.bofor-job-card__badge i {
    font-size: 0.85rem;
    opacity: 0.9;
}

.bofor-job-card__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    font-size: 0.9rem;
    color: #5c6470;
}

.bofor-job-card__meta li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.bofor-job-card__meta i {
    color: #1a3a5c;
    opacity: 0.75;
}

.bofor-job-card__desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.15rem;
}

.bofor-job-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.bofor-job-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.55rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    border: none;
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.bofor-job-card__btn:hover {
    transform: translateY(-1px);
}

.bofor-job-card__btn--wa {
    background: #25d366;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.bofor-job-card__btn--wa:hover {
    color: #fff !important;
    filter: brightness(1.05);
}

.bofor-job-card__btn--detail {
    background: #eef0f3;
    color: #222 !important;
    border: 1px solid #dde1e6;
}

.bofor-job-card__btn--detail:hover {
    background: #e4e7eb;
    color: #111 !important;
}

/* E-Katalog sayfası — tek kart */
.bofor-ekatalog-page {
    min-height: 55vh;
    display: flex;
    align-items: center;
    background: #f4f5f8;
}

.bofor-ekatalog-page .container {
    width: 100%;
}

.bofor-ekatalog-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.75rem 2rem 2.25rem;
    border: 1px solid #e8eaed;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.bofor-ekatalog-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #e8f4fc;
    color: #0b3d5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.bofor-ekatalog-card__title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    color: #111;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.bofor-ekatalog-card__lead {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 32rem;
    margin-bottom: 1.75rem;
}

.bofor-ekatalog-card__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    color: #fff !important;
    background: #e85d2c;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(232, 93, 44, 0.35);
    transition: transform 0.15s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.bofor-ekatalog-card__download:hover {
    color: #fff !important;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.bofor-ekatalog-card__note {
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

/* SSS (faq.html) */
.bofor-faq-section .faq-accordion .accordion-body a {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bofor-faq-cta {
    padding: 1.75rem 1.5rem;
    border-radius: 14px;
    background: #f4f5f8;
    border: 1px solid #e8eaed;
}

.bofor-faq-cta p {
    color: #475569;
    margin-bottom: 1rem;
}

/* Footer — başlık / link listeleri */
.footer-section .footer-widget.widget-links .widget-title {
    margin-bottom: 0.65rem;
}

/* Yasal metin sayfaları */
.bofor-legal-page {
    background: #f8f9fb;
}

.bofor-legal-page .bofor-legal-prose {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 14px;
    padding: 2rem 1.75rem 2.5rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.bofor-legal-page .bofor-legal-prose h2 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
}

.bofor-legal-page .bofor-legal-prose h2:first-of-type {
    margin-top: 0;
}

.bofor-legal-page .bofor-legal-prose p,
.bofor-legal-page .bofor-legal-prose li {
    color: #475569;
    line-height: 1.75;
    font-size: 0.95rem;
}

.bofor-legal-page .bofor-legal-prose ul {
    padding-left: 1.25rem;
}

.bofor-legal-page .bofor-legal-prose .bofor-legal-muted {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Hizmet detay: tek büyük görsel (PNG/JPG) */
.bofor-service-detail .company-img-wrap {
    width: 100%;
    max-width: 560px;
    height: clamp(300px, 38vw, 460px);
}

.bofor-service-detail .company-img-wrap img:only-of-type {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}
