/* ============================================
   Tiger Danışmanlık - Custom Styles
   ============================================ */

/* ------------------------------------------
   Hamburger Menu Animation
   ------------------------------------------ */
#menu-btn {
    display: none;
    position: relative;
    width: 28px;
    height: 22px;
    cursor: pointer;
    margin-left: 20px;
}

#menu-btn:before {
    display: none !important;
}

.menu-line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.menu-line-1 { top: 0; }
.menu-line-2 { top: 50%; transform: translateY(-50%); }
.menu-line-3 { bottom: 0; }

#menu-btn.menu-open .menu-line-1 {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#menu-btn.menu-open .menu-line-2 {
    opacity: 0;
    transform: translateX(-10px);
}

#menu-btn.menu-open .menu-line-3 {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

header.header-scroll #menu-btn .menu-line,
header.header-mobile #menu-btn .menu-line {
    background: #fff;
}

header.header-mobile.header-light #menu-btn .menu-line {
    background: #fff;
}

/* ------------------------------------------
   Typography
   ------------------------------------------ */
body {
    font-family: 'Google Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #444;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

h4, h5, h6 {
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
}

p {
    font-family: 'Google Sans', sans-serif;
}

#mainmenu > li > a {
    font-family: 'Google Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}

header.smaller.scroll-light #mainmenu li li a:hover,
header.smaller.scroll-light #mainmenu ul li:hover > a {
    color: #fff !important;
}

.btn-main,
a.btn-main,
button.btn-main {
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ------------------------------------------
   Slider
   ------------------------------------------ */
.sw-text-wrapper .slider-title {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 600;
}

/* ------------------------------------------
   Section Titles (About, Services, Why Us)
   ------------------------------------------ */
.home-about h2,
.home-services h2,
.home-why-us h2,
section h2 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 30px;
}

/* ------------------------------------------
   Brand Colors
   Primary: #1a1a2e (koyu lacivert)
   Accent: #e8a923 (altın/amber)
   ------------------------------------------ */

/* Button hover - koyu altın */
.btn-main:hover,
a.btn-main:hover,
button.btn-main:hover {
    background: #c4901d;
}

/* ------------------------------------------
   Home Services
   ------------------------------------------ */
.home-services {
    background-color: #f7f7f7;
}

/* ------------------------------------------
   Why Us Cards
   ------------------------------------------ */
.why-card h4 {
    font-size: 18px;
}

.why-card p {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(255 255 255 / 75%);
}

/* ------------------------------------------
   Breadcrumb Title
   ------------------------------------------ */
#subheader h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
}

/* ------------------------------------------
   Logo Filters (siyah SVG -> beyaz/siyah)
   ------------------------------------------ */
/* Transparent header: beyaz logo */
header.transparent .logo-main img,
header.transparent .logo-mobile img {
    filter: brightness(0) invert(1);
}
/* Scroll sonrası: siyah logo */
header.scroll-active .logo-scroll img {
    filter: none;
}
/* Footer: beyaz logo */
footer .footer-logo,
footer img[src*="logo"] {
    filter: brightness(0) invert(1);
}

/* ------------------------------------------
   Footer
   ------------------------------------------ */
footer .widget ul li {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

footer .widget h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

/* ------------------------------------------
   Process Steps
   ------------------------------------------ */
.home-process {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.process-timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
}

.process-card {
    flex: 1;
    text-align: center;
    padding: 0 16px;
    position: relative;
}

.process-icon-wrap {
    position: relative;
    margin-bottom: 24px;
}

.process-num {
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    color: #e8a923;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.process-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 28px;
    color: #e8a923;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(26,26,46,0.15);
}

.process-card:hover .process-icon {
    background: #e8a923;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(232,169,35,0.3);
}

.process-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a2e;
    min-height: 40px;
}

.process-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #777;
    margin-bottom: 0;
}

.process-connector {
    display: flex;
    align-items: center;
    padding-top: 48px;
    flex-shrink: 0;
}

.process-connector span {
    display: block;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #e8a923, #ddd);
    border-radius: 2px;
}

/* ------------------------------------------
   Blog Preview
   ------------------------------------------ */
.home-blog .de-post-type-1 {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: transform .3s;
}

.home-blog .de-post-type-1:hover {
    transform: translateY(-5px);
}

.home-blog .de-post-type-1 .d-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-blog .de-post-type-1 .d-content {
    padding: 20px;
}

.home-blog .de-post-type-1 .d-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.home-blog .de-post-type-1 h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.home-blog .de-post-type-1 h4 a {
    color: #1a1a2e;
}

.home-blog .de-post-type-1 p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* ------------------------------------------
   Services Page
   ------------------------------------------ */
.service-card {
    transition: transform .3s, box-shadow .3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
}

.service-card-img {
    height: 280px;
    overflow: hidden;
}

.service-card-img img {
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.service-card:hover .service-card-img img {
    transform: scale(1.05);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.end-20px {
    right: 20px;
}

.ps-100 {
    padding-left: 100px;
}

.border-warning {
    border-color: #e8a923 !important;
}

/* ------------------------------------------
   Working Model Timeline
   ------------------------------------------ */
.wm-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0;
}

.wm-timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #dee2e6;
    transform: translateY(-50%);
    z-index: 0;
}

.wm-timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
    padding: 0 8px;
}

.wm-timeline-number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: #e8a923;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 15px;
    position: relative;
    z-index: 2;
}

.wm-timeline-item h5 {
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 36px;
}

.wm-timeline-item p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0;
}

/* ------------------------------------------
   Blog Cards
   ------------------------------------------ */
.blog-card {
    transition: transform .3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card .post-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card h4 {
    font-size: 18px;
    line-height: 1.4;
}

.blog-card h4 a:hover {
    color: #e8a923 !important;
}

.blog-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Blog Filter Tabs */
.blog-filter-tabs {
    padding: 0;
}

.blog-filter-btn {
    font-size: 14px;
    padding: 6px 16px;
}

/* Blog Single Sidebar */
.widget-title {
    border-bottom: 2px solid #e8a923;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.widget-title h4 {
    font-size: 18px;
    margin-bottom: 0;
}

/* Blog Read */
.blog-read h4 {
    margin-top: 25px;
    margin-bottom: 12px;
}

/* ------------------------------------------
   Contact Page
   ------------------------------------------ */
.h-150px {
    height: 150px !important;
}

/* ------------------------------------------
   Tablet (768px - 1024px)
   ------------------------------------------ */
@media (max-width: 1024px) {
    .sw-text-wrapper .slider-title {
        font-size: 36px;
    }

    .home-about h2,
    .home-services h2,
    .home-why-us h2,
    section h2 {
        font-size: 32px;
    }

    #subheader h1 {
        font-size: 30px;
    }
}

/* ------------------------------------------
   Mobile (max 767px)
   ------------------------------------------ */
@media (max-width: 767px) {
    .sw-text-wrapper .slider-title {
        font-size: 28px;
    }

    .home-about h2,
    .home-services h2,
    .home-why-us h2,
    section h2 {
        font-size: 26px;
    }

    #subheader h1 {
        font-size: 24px;
    }

    .process-timeline {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .process-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 16px 0;
        gap: 16px;
    }

    .process-icon-wrap {
        flex-shrink: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .process-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .process-text {
        flex: 1;
        min-width: 0;
    }

    .process-card h5 {
        min-height: auto;
        margin-bottom: 4px;
    }

    .process-card p {
        margin-bottom: 0;
    }

    .process-connector {
        padding-top: 0;
        justify-content: center;
        padding-left: 28px;
    }

    .process-connector span {
        width: 2px;
        height: 24px;
    }

    .service-card-img {
        height: 200px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .wm-timeline {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
    }

    .wm-timeline::before {
        top: 0;
        bottom: 0;
        left: 24px;
        right: auto;
        width: 3px;
        height: auto;
        transform: none;
    }

    .wm-timeline-item {
        display: flex;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 25px;
        padding: 0;
    }

    .wm-timeline-number {
        flex-shrink: 0;
        margin: 0 15px 0 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .wm-timeline-item h5 {
        min-height: auto;
        font-size: 15px;
    }

    .wm-timeline-item p {
        font-size: 13px;
    }

    .blog-card .post-image img {
        height: 180px;
    }

    /* Partners - Mobile */
    .partner-logo-box {
        height: 70px;
    }

    .partner-logo-img {
        padding: 10px;
    }

    .partner-fallback-text {
        font-size: 12px !important;
    }

    .partner-region-label span {
        font-size: 16px;
    }
}

/* ------------------------------------------
   Partners / İş Ortaklarımız
   ------------------------------------------ */
.home-partners {
    background: #fff;
}

.partner-region-label {
    display: flex;
    align-items: center;
    font-family: 'Google Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1a1a2e;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8a923;
}

.partner-region-label i {
    color: #e8a923;
    margin-right: 8px;
    font-size: 18px;
}

.partner-region-label span {
    font-size: 18px;
}

.partner-logo-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.partner-logo-box:hover {
    background: #fff;
    border-color: #e8a923;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.partner-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.partner-logo-box:hover .partner-logo-img {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-fallback-text {
    font-family: 'Google Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    line-height: 1.3;
}

.partner-logo-box:hover .partner-fallback-text {
    color: #e8a923;
}

/* ------------------------------------------
   Partners Page / İş Ortaklarımız Sayfası
   ------------------------------------------ */
.partner-page-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.partner-page-card:hover {
    border-color: #e8a923;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.partner-page-logo {
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    padding: 24px 28px;
    border-bottom: 1px solid #e9ecef;
}

.partner-page-logo.partner-bg-black {
    background: #000000;
}

.partner-page-logo.partner-bg-white {
    background: #ffffff;
}

.partner-page-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(40%);
    transition: filter 0.3s ease;
}

.partner-page-logo.partner-sm img {
    max-height: 36px;
    max-width: 75%;
}

.partner-page-card:hover .partner-page-logo img {
    filter: grayscale(0%);
}

.partner-page-fallback {
    font-family: 'Google Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.partner-page-card:hover .partner-page-fallback {
    color: #e8a923;
}

.partner-page-info {
    padding: 14px 16px;
    text-align: center;
}

.partner-page-info h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.partner-page-info small {
    font-size: 12px;
}

@media (max-width: 767px) {
    .partner-page-logo {
        height: 100px;
        padding: 16px;
    }

    .partner-page-logo.partner-sm img {
        max-height: 28px;
    }

    .partner-page-fallback {
        font-size: 13px;
    }

    .partner-page-info {
        padding: 10px 12px;
    }

    .partner-page-info h6 {
        font-size: 13px;
    }
}

/* Çalışma Modeli - Süreç Adımları */
.process-step {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    width: 100%;
    overflow: hidden;
}

.process-step-text {
    min-width: 0;
    flex: 1 1 0%;
    max-width: calc(100% - 48px);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.process-step-text p {
    white-space: normal;
    word-break: break-word;
}

/* Çalışma Modeli - Liste Aralıkları */
.ul-style-2 li {
    margin-bottom: 10px;
}

/* ------------------------------------------
   Footer Mobile
   ------------------------------------------ */
@media (max-width: 767px) {
    footer h2 {
        font-size: 22px;
    }

    footer h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    footer h3 a {
        font-size: 16px;
    }

    footer p {
        font-size: 14px;
        line-height: 1.6;
    }

    footer .widget .op-5.fs-15 {
        font-size: 13px;
    }

    footer .subfooter,
    .subfooter {
        font-size: 13px;
    }

    .subfooter .row > div {
        text-align: center !important;
        justify-content: center !important;
    }

    .bg-color h3.fs-32 {
        font-size: 20px;
        line-height: 1.4;
    }
}

/* ------------------------------------------
   Responsive Tables
   ------------------------------------------ */
@media (max-width: 767px) {
    .table-responsive table {
        min-width: 600px;
    }

    .table-responsive {
        -webkit-overflow-scrolling: touch;
        border-radius: 8px;
        border: 1px solid #e0e0e0;
    }

    .table-responsive td,
    .table-responsive th {
        font-size: 13px;
        padding: 10px 12px !important;
    }
}
