/**
 * Home Polish — global tweaks for the landing page sections
 * Tujuan: rapikan jarak, perataan tengah, dan responsivitas tanpa mengubah warna/font.
 */

/* ===== Sticky navbar (visible on scroll) ===== */
.tk-homepage .tk-header,
.tk-header{
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    background-color: transparent !important;
    transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}

/* ========================================================== */
/* HEADER STATE 1 — Hero (not scrolled): everything WHITE      */
/* ========================================================== */
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-headerwrap a,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-headerwrap span:not(.tk-btn-signin span),
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-headerwrap p,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-navbarnav > li > a,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-menu > li > a,
.tk-header.tk-header-home:not(.tk-header-scrolled) .navbar-toggler,
.tk-header.tk-header-home:not(.tk-header-scrolled) .navbar-toggler i,
.tk-header.tk-header-home:not(.tk-header-scrolled) .dropdown-toggle,
.tk-header.tk-header-home:not(.tk-header-scrolled) [class*="lang"],
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-language{
    color: #ffffff !important;
}
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-headerwrap i,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-navbarnav i,
.tk-header.tk-header-home:not(.tk-header-scrolled) .navbar-toggler i{
    color: #ffffff !important;
}
.tk-header.tk-header-inner .tk-header-user .tk-header-dash h6,
.tk-header.tk-header-inner .tk-header-user .tk-header-dash span{
    color: #0a0f26 !important;
}
/* Logo sits on a solid white pill in the hero state (see logo block
   at the bottom of this file), so no filter glow is needed here. */
.tk-header:not(.tk-header-scrolled) .tk-logo img{
    filter: none;
}
/* Header search input/placeholder white in hero state */
.tk-header:not(.tk-header-scrolled) .tk-search_category{
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.tk-header:not(.tk-header-scrolled) .tk-search_category input{
    color: #ffffff !important;
}
.tk-header:not(.tk-header-scrolled) .tk-search_category input::placeholder{
    color: rgba(255, 255, 255, 0.75) !important;
}
.tk-header:not(.tk-header-scrolled) .tk-search_category i{
    color: #ffffff !important;
}
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-header-user .tk-header-dash h6,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-header-user .tk-header-dash span{
    color: #ffffff !important;
}
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-language-select > i.fa-globe,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-language-select .select2-selection__rendered,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-language-select .select2-selection__placeholder,
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-language-select .select2-selection__clear{
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-language-select .select2-selection__arrow b{
    border-color: #ffffff transparent transparent transparent !important;
}

/* ========================================================== */
/* HEADER STATE 2 — Scrolled: light bg, dark text              */
/* Masuk button: stays with WHITE text                         */
/* ========================================================== */
.tk-header.tk-header-scrolled,
.tk-homepage .tk-header.tk-header-scrolled{
    background-color: rgba(255, 255, 255, 0.62) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 24px rgba(15, 30, 60, 0.08);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    backdrop-filter: saturate(180%) blur(18px);
}
.tk-header.tk-header-scrolled .tk-headerwrap a:not(.tk-btn-signin),
.tk-header.tk-header-scrolled .tk-headerwrap span:not(.tk-btn-signin span),
.tk-header.tk-header-scrolled .tk-headerwrap p,
.tk-header.tk-header-scrolled .tk-navbarnav > li > a,
.tk-header.tk-header-scrolled .tk-menu > li > a,
.tk-header.tk-header-scrolled .navbar-toggler,
.tk-header.tk-header-scrolled .navbar-toggler i,
.tk-header.tk-header-scrolled .dropdown-toggle,
.tk-header.tk-header-scrolled [class*="lang"]:not(.tk-btn-signin):not(.tk-btn-signin *),
.tk-header.tk-header-scrolled .tk-language{
    color: #1E1E1E !important;
}
.tk-header.tk-header-scrolled .tk-headerwrap i:not(.tk-btn-signin i),
.tk-header.tk-header-scrolled .tk-navbarnav i{
    color: #1E1E1E !important;
}
.tk-header.tk-header-home.tk-header-scrolled .tk-language-select > i.fa-globe,
.tk-header.tk-header-home.tk-header-scrolled .tk-language-select .select2-selection__rendered,
.tk-header.tk-header-home.tk-header-scrolled .tk-language-select .select2-selection__placeholder,
.tk-header.tk-header-home.tk-header-scrolled .tk-language-select .select2-selection__clear{
    color: #0a0f26 !important;
    -webkit-text-fill-color: #0a0f26 !important;
}
.tk-header.tk-header-home.tk-header-scrolled .tk-language-select .select2-selection__arrow b{
    border-color: #0a0f26 transparent transparent transparent !important;
}
.tk-header.tk-header-home.tk-header-scrolled .tk-header-user .tk-header-dash h6,
.tk-header.tk-header-home.tk-header-scrolled .tk-header-user .tk-header-dash span{
    color: #0a0f26 !important;
}
.tk-header.tk-header-scrolled .tk-logo img{
    filter: none;
}
.tk-header.tk-header-scrolled .tk-search_category{
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
}
.tk-header.tk-header-scrolled .tk-search_category input{
    color: #1E1E1E !important;
}
.tk-header.tk-header-scrolled .tk-search_category input::placeholder{
    color: rgba(30, 30, 30, 0.55) !important;
}
.tk-header.tk-header-scrolled .tk-search_category i{
    color: rgba(30, 30, 30, 0.7) !important;
}

/* ========================================================== */
/* Masuk button: ALWAYS white text, blue bg + minimalist hover */
/* ========================================================== */
.tk-header .tk-btn-signin,
.tk-header .tk-btn-signin span,
.tk-header.tk-header-scrolled .tk-btn-signin,
.tk-header.tk-header-scrolled .tk-btn-signin span,
.tk-header:not(.tk-header-scrolled) .tk-btn-signin,
.tk-header:not(.tk-header-scrolled) .tk-btn-signin span{
    color: #ffffff !important;
}
.tk-header .tk-btn-signin{
    background-color: #375685 !important;
    border: 1px solid #375685 !important;
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 600;
    transition: background-color .2s ease, border-color .2s ease, transform .15s ease, box-shadow .2s ease;
    position: relative;
    overflow: hidden;
}
.tk-header .tk-btn-signin:hover{
    background-color: #2c4870 !important;
    border-color: #2c4870 !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(55, 86, 133, 0.32);
}
.tk-header .tk-btn-signin:active{
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(55, 86, 133, 0.28);
}
/* Subtle sheen on hover */
.tk-header .tk-btn-signin::after{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.18) 50%, transparent 100%);
    transform: skewX(-20deg);
    transition: left .55s ease;
    pointer-events: none;
}
.tk-header .tk-btn-signin:hover::after{
    left: 130%;
}

/* Avoid header overlapping content for non-hero pages */
body.tk-homepage main > section:not(:first-of-type){
    /* sections after the hero scroll under the fixed header by design */
}

/* ===== Section title centering (consistent across blocks) ===== */
.tk-homepage .tk-section_title{
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    max-width: 820px;
}
.tk-homepage .tk-section_title > span,
.tk-homepage .tk-section_title > h2,
.tk-homepage .tk-section_title > h3,
.tk-homepage .tk-section_title > p{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.tk-homepage .tk-section_title > p{
    max-width: 720px;
}

/* ===== Working steps / How it works ===== */
.tk-homepage .tk-howitwork-section .tk-section_title,
.tk-homepage .tk-working-steps-section .tk-section_title{
    text-align: center;
    max-width: 760px;
}

/* ===== Brand slider ===== */
.tk-homepage .tk-brand-slider,
.tk-homepage .tk-brand-section{
    padding-top: 24px;
    padding-bottom: 24px;
}

/* ===== Client feedback / testimonial ===== */
.tk-homepage .tk-feedback-section .tk-section_title,
.tk-homepage .tk-testimonial-section .tk-section_title{
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== FAQs ===== */
.tk-homepage .tk-faqs-section,
.tk-homepage .tk-faq-section{
    padding-top: 60px;
    padding-bottom: 60px;
}
.tk-homepage .tk-faqs-section .tk-section_title,
.tk-homepage .tk-faq-section .tk-section_title{
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}

/* ===== Generic spacing between sections ===== */
.tk-homepage .pb-themesection{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.tk-homepage section.pb-themesection{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ===== Make every grid/list center-align on smaller screens ===== */
@media (max-width: 991px){
    .tk-homepage .tk-section_title{
        text-align: center;
    }
    .tk-homepage .tk-section_title p{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* ===== Fix overlap/scroll on small screens ===== */
@media (max-width: 575px){
    .tk-homepage .tk-section{
        padding-left: 12px;
        padding-right: 12px;
    }
    .tk-homepage .tk-section_title h2{
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
}

/* ===== Header search (only header dropdown stacks on small) ===== */
@media (max-width: 480px){
    .tk-header .tk-search_category{
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
    }
    .tk-header .tk-search_category input{
        width: 100%;
    }
    .tk-header .tk-search_category .tk-search_icon{
        width: 100%;
        justify-content: center;
    }
}

/* ============================================================
   Mobile collapsed nav (hamburger drawer)
   - Closed: 0 height, fully invisible (no leftover white)
   - Open: full-width panel attached to bottom of header
   ============================================================ */
@media (max-width: 1199px){
    /* Anchor drawer to the HEADER (not to the nav), so it spans full width */
    .tk-header{
        position: fixed !important;
    }
    .tk-header > .container-fluid{
        position: static !important;
    }
    .tk-header .tk-navbar{
        position: static !important;
    }

    /* When CLOSED: kill any background/shadow/padding to avoid empty white box */
    .tk-header .navbar-collapse:not(.show){
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
    }

    /* When OPEN: full-width panel, anchored to header (not nav) */
    .tk-header .navbar-collapse.show{
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        background: #ffffff !important;
        border-top: 1px solid rgba(15, 30, 60, 0.08);
        box-shadow: 0 10px 24px rgba(15, 30, 60, 0.10);
        border-radius: 0 !important;
        padding: 8px 16px !important;
        margin: 0 !important;
        z-index: 1001;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
    }
    .tk-header .navbar-collapse.show .navbar-nav,
    .tk-header .navbar-collapse.show ul{
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none;
        width: 100%;
    }
    .tk-header .navbar-collapse.show li{
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0;
        width: 100%;
    }
    .tk-header .navbar-collapse.show li + li{
        border-top: 1px solid rgba(15, 30, 60, 0.06);
    }
    .tk-header .navbar-collapse.show li > a,
    .tk-header .navbar-collapse.show a,
    .tk-header .navbar-collapse.show span{
        display: block !important;
        padding: 14px 12px !important;
        color: #1E1E1E !important;
        font-weight: 500;
        text-decoration: none;
        transition: background-color 0.15s ease, color 0.15s ease;
        border-radius: 8px;
    }
    .tk-header .navbar-collapse.show li > a:hover,
    .tk-header .navbar-collapse.show li > a:focus{
        background: rgba(55, 86, 133, 0.06);
        color: #375685 !important;
    }
}

/* ===== Gig card badges: stack vertically (top-left), no overlap ===== */
.tk-online-content,
.tk-work-card,
[class*="gig-card"]{
    position: relative;
}
.tk-online-main > li{
    border: 0 !important;
}
.tk-online-content .tk-featuretag,
.tk-work-card .tk-featuretag,
[class*="gig-card"] .tk-featuretag{
    position: absolute !important;
    left: 10px !important;
    top: auto !important;
    width: auto !important;
    max-width: calc(100% - 20px);
    z-index: 2;
}
/* Stack: 1st at 10px, 2nd at 42px, 3rd at 74px, 4th at 106px */
.tk-online-content .tk-featuretag:nth-of-type(1),
.tk-work-card .tk-featuretag:nth-of-type(1),
[class*="gig-card"] .tk-featuretag:nth-of-type(1){ top: 10px !important; }
.tk-online-content .tk-featuretag:nth-of-type(2),
.tk-work-card .tk-featuretag:nth-of-type(2),
[class*="gig-card"] .tk-featuretag:nth-of-type(2){ top: 42px !important; left: 10px !important; }
.tk-online-content .tk-featuretag:nth-of-type(3),
.tk-work-card .tk-featuretag:nth-of-type(3),
[class*="gig-card"] .tk-featuretag:nth-of-type(3){ top: 74px !important; left: 10px !important; }
.tk-online-content .tk-featuretag:nth-of-type(4),
.tk-work-card .tk-featuretag:nth-of-type(4),
[class*="gig-card"] .tk-featuretag:nth-of-type(4){ top: 106px !important; left: 10px !important; }
.tk-online-content .tk-featuretag:nth-of-type(5),
.tk-work-card .tk-featuretag:nth-of-type(5),
[class*="gig-card"] .tk-featuretag:nth-of-type(5){ top: 138px !important; left: 10px !important; }

/* ===== Buttons stack center on mobile ===== */
.tk-homebanner_btnwrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* ===== Card hover polish (subtle) ===== */
.tk-offcard,
.tk-topcategory-card,
.tk-gig-card{
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tk-offcard:hover,
.tk-topcategory-card:hover,
.tk-gig-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 30, 60, 0.08);
}

/* ===== Avoid horizontal overflow on small screens ===== */
.tk-homepage{
    overflow-x: hidden;
}

/* ===== Section spacing rhythm ===== */
.tk-homepage .tk-section,
.tk-homepage .tk-work-section,
.tk-homepage .tk-feedback-section,
.tk-homepage .tk-blog-section,
.tk-homepage .tk-faqs-section,
.tk-homepage .tk-testimonial-section{
    padding-top: 64px;
    padding-bottom: 64px;
}
@media (max-width: 991px){
    .tk-homepage .tk-section,
    .tk-homepage .tk-work-section,
    .tk-homepage .tk-feedback-section,
    .tk-homepage .tk-blog-section,
    .tk-homepage .tk-faqs-section,
    .tk-homepage .tk-testimonial-section{
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
@media (max-width: 575px){
    .tk-homepage .tk-section,
    .tk-homepage .tk-work-section,
    .tk-homepage .tk-feedback-section,
    .tk-homepage .tk-blog-section,
    .tk-homepage .tk-faqs-section,
    .tk-homepage .tk-testimonial-section{
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

/* ===== Working/section "left + right" panels: nicer stacking on tablet ===== */
@media (max-width: 991px){
    .tk-work-section.tk-work-fullwidth .tk-work-content,
    .tk-section-frequently{
        grid-template-columns: 1fr !important;
        flex-direction: column !important;
    }
    .tk-work-section.tk-work-fullwidth .tk-work-title,
    .tk-section-frequently .tk-section_title{
        text-align: center !important;
        margin-bottom: 24px;
    }
}

/* ===== "Layanan Kami" gigs title styling ===== */
.tk-gigs-bg .tk-work-title strong{
    display: inline-block;
    color: #2B73E5;
    font-weight: 700;
    margin-bottom: 8px;
}
.tk-gigs-bg .tk-work-title h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 14px;
}
@media (max-width: 575px){
    .tk-gigs-bg .tk-work-title h4{
        font-size: 24px;
    }
}

/* ===== Footer rhythm ===== */
.tk-footer{
    margin-top: 0 !important;
}

/* ============================================================
   Force homepage sections to be white (kill bootstrap gray gap)
   - Use background-color (NOT shorthand) to preserve background-image
   - Skip sections that intentionally have a bg image (gigs, counter-bridge)
   ============================================================ */
body.tk-homepage,
.tk-homepage main,
.tk-homepage .pb-themesection,
.tk-homepage .pb-themesection > .container,
.tk-homepage .pb-themesection > .container > .row,
.tk-homepage .pb-themesection > .container > .row > .col-12{
    background-color: #ffffff !important;
}
/* DO NOT clear background on the gigs section or its parent — they need bannerbg-two */
.tk-homepage .pb-themesection:has(.tk-gigs-bg){
    background-color: transparent !important;
}
/* Counter section: zero-height, transparent — let the card float over hero+gigs */
.tk-homepage .pb-themesection:has(.tk-counter-bridge){
    background: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
    isolation: auto !important;
}
.tk-homepage .pb-themesection:has(.tk-counter-bridge)::before,
.tk-homepage .pb-themesection:has(.tk-counter-bridge)::after{
    display: none !important;
    content: none !important;
}
.tk-homepage .pb-themesection:has(.tk-counter-bridge) > *{
    overflow: visible !important;
}
/* Gigs section: keep flush against hero so counter card can overlap into it */
.tk-homepage .pb-themesection:has(.tk-gigs-bg){
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Padding for gigs section is consolidated below (search "tk-gigs-bg .tk-gigs-bg" in compact-y rules) */

/* ============================================================
   "Apa kata pelanggan kami" — testimonial refactor
   Auto-scrolling marquee carousel (no manual nav, just hover pause)
   ============================================================ */
.tk-feedback-section-wrpper{
    background: #ffffff;
    padding: 36px 24px 48px !important;
    position: relative;
}
.tk-feedback-section-wrpper .tk-section_title{
    text-align: center !important;
    max-width: 760px;
    margin: 0 auto 36px !important;
    padding: 0 !important;
    width: 100%;
    display: block;
}
.tk-feedback-section-wrpper .tk-section_title h2,
.tk-feedback-section-wrpper .tk-section_title > h2{
    margin: 0 auto !important;
    text-align: center !important;
    width: auto !important;
    max-width: 100% !important;
    display: block !important;
    padding: 0 !important;
}
/* Marquee container — full width, masked edges, draggable */
.tk-feedback-slider-container{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
}
.tk-feedback-slider-container.is-dragging{
    cursor: grabbing;
}

/* Marquee track — flex row, infinite scroll */
.tk-feedback-slider-container .tk-feedback-slide{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    width: max-content !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    position: relative;
    padding: 8px 0;
    animation: tkMarquee 40s linear infinite;
    animation-play-state: running;
    will-change: transform;
}
/* Pause on hover */
.tk-feedback-slider-container:hover .tk-feedback-slide,
.tk-feedback-slider-container.is-dragging .tk-feedback-slide,
.tk-feedback-slider-container.is-paused .tk-feedback-slide{
    animation-play-state: paused;
}

@keyframes tkMarquee{
    0%   { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* Each card — fixed width, no shadow */
.tk-feedback-slider-container .tk-feedback-item,
.tk-feedback-slider-container .tk-feedback-slide > .tk-feedback-item{
    position: relative !important;
    display: flex !important;
    flex-direction: column;
    width: 360px !important;
    flex: 0 0 360px !important;
    height: auto !important;
    transform: none !important;
    background: #ffffff !important;
    background-image: none !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(15,30,60,0.08);
    border-radius: 16px;
    padding: 26px 24px !important;
    box-shadow: none !important;
    transition: none !important;
    animation: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    pointer-events: auto;
}
.tk-feedback-slider-container .tk-feedback-item:hover{
    transform: none !important;
    box-shadow: none !important;
}
/* Stars top-right inside each card */
.tk-feedback-stars-tr{
    position: absolute !important;
    top: 22px !important;
    right: 22px !important;
    z-index: 2;
}
.tk-feedback-slider-container .tk-feedback-slide > .tk-feedback-item:nth-child(n+4){
    display: flex !important;
}

/* Hide manual prev/next nav buttons completely */
.tk-feedback-slider-container .tk-feedback-slider-button,
.tk-feedback-slider-container .tk-feedback-slider-button .prev,
.tk-feedback-slider-container .tk-feedback-slider-button .next{
    display: none !important;
    visibility: hidden !important;
}

/* Reduced motion: stop animation */
@media (prefers-reduced-motion: reduce){
    .tk-feedback-slider-container .tk-feedback-slide{
        animation: none !important;
    }
}
.tk-feedback-slider-container .tk-feedback-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15,30,60,0.10);
}
.tk-feedback-slider-container .tk-feedback-slider-content{
    position: static !important;
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* Hide any decorative pseudo-elements from legacy slider */
.tk-feedback-slider-container .tk-feedback-item::before,
.tk-feedback-slider-container .tk-feedback-item::after,
.tk-feedback-slider-container .tk-feedback-slider-content::before,
.tk-feedback-slider-container .tk-feedback-slider-content::after{
    display: none !important;
    content: none !important;
}
.tk-feedback-slider-container .tk-feedback-slider-description{
    margin-bottom: 20px;
    flex: 1;
}
.tk-feedback-slider-container .tk-feedback-slider-description svg{
    width: 32px;
    height: auto;
    margin-bottom: 14px;
    opacity: 0.85;
}
.tk-feedback-slider-container .tk-feedback-slider-description p{
    font: 400 15px/1.7 "Inter", sans-serif;
    color: rgba(30,30,30,0.78);
    margin: 0;
}
.tk-feedback-slider-container .tk-feedback-slider-ratting{
    border-top: 1px solid rgba(15,30,60,0.06);
    padding-top: 18px;
    margin-top: 18px;
}
.tk-feedback-slider-container .tk-feedback-slider-ratting .tk-stars{
    margin-bottom: 12px;
}
/* Author block: avatar + meta side by side */
.tk-feedback-author{
    display: flex;
    align-items: center;
    gap: 12px;
}
.tk-feedback-avatar{
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: #f3f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #375685;
    font: 700 17px/1 "Inter", sans-serif;
    border: 2px solid rgba(55, 86, 133, 0.10);
}
.tk-feedback-avatar-fallback{
    background: rgba(55, 86, 133, 0.10);
}
.tk-feedback-author-meta{
    flex: 1 1 auto;
    min-width: 0;
}
.tk-feedback-slider-container .tk-feedback-slider-ratting h3{
    font: 600 15.5px/1.3 "Inter", sans-serif;
    color: #1E1E1E;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tk-feedback-slider-container .tk-feedback-slider-ratting span:not(.tk-stars):not(.tk-stars span){
    font: 400 12.5px/1.4 "Inter", sans-serif;
    color: rgba(30,30,30,0.6);
    display: block;
}
.tk-feedback-slider-container .tk-feedback-slider-ratting strong{
    color: #375685;
    font-weight: 600;
}
/* Slider arrows: positioned at LEFT and RIGHT sides of the slider */
.tk-feedback-slider-container{
    padding: 0 64px !important;
    position: relative !important;
}
.tk-feedback-slider-container > .tk-feedback-slider-button,
.tk-feedback-slider-container .tk-feedback-slider-button{
    position: static !important;
    height: auto !important;
    pointer-events: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    z-index: auto !important;
}
.tk-feedback-slider-container .tk-feedback-slider-button .prev,
.tk-feedback-slider-container .tk-feedback-slider-button .next,
.tk-feedback-slider-container .tk-feedback-slider-button > button.prev,
.tk-feedback-slider-container .tk-feedback-slider-button > button.next{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(15,30,60,0.12) !important;
    background: #ffffff !important;
    color: #375685 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease !important;
    z-index: 5 !important;
    box-shadow: 0 4px 12px rgba(15,30,60,0.08) !important;
    padding: 0 !important;
    margin: 0 !important;
}
.tk-feedback-slider-container .tk-feedback-slider-button > button.prev,
.tk-feedback-slider-container .tk-feedback-slider-button .prev{
    left: 0 !important;
    right: auto !important;
}
.tk-feedback-slider-container .tk-feedback-slider-button > button.next,
.tk-feedback-slider-container .tk-feedback-slider-button .next{
    right: 0 !important;
    left: auto !important;
}
.tk-feedback-slider-container .tk-feedback-slider-button .prev:hover,
.tk-feedback-slider-container .tk-feedback-slider-button .next:hover{
    background: #375685 !important;
    color: #ffffff !important;
    border-color: #375685 !important;
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 6px 18px rgba(55, 86, 133, 0.30) !important;
}
.tk-feedback-slider-container .tk-feedback-slider-button i{
    color: inherit !important;
    font-size: 16px;
}

@media (max-width: 991px){
    .tk-feedback-section-wrpper{ padding: 56px 16px !important; }
    .tk-feedback-slider-container{ padding: 0 56px !important; }
    .tk-feedback-slider-container .tk-feedback-slide{ grid-template-columns: repeat(2, 1fr) !important; }
    .tk-feedback-slider-container .tk-feedback-item{ padding: 24px 20px !important; }
    .tk-feedback-slider-container .tk-feedback-slide > .tk-feedback-item:nth-child(n+3){
        display: none !important;
    }
}
@media (max-width: 575px){
    .tk-feedback-section-wrpper{ padding: 40px 12px !important; }
    .tk-feedback-section-wrpper .tk-section_title{ margin-bottom: 32px !important; }
    .tk-feedback-slider-container{ padding: 0 44px !important; }
    .tk-feedback-slider-container .tk-feedback-slide{ grid-template-columns: 1fr !important; gap: 16px; }
    .tk-feedback-slider-container .tk-feedback-item{ padding: 22px 18px !important; }
    .tk-feedback-slider-container .tk-feedback-slide > .tk-feedback-item:nth-child(n+2){
        display: none !important;
    }
    .tk-feedback-slider-container .tk-feedback-slider-description p{ font-size: 14px; }
    .tk-feedback-slider-container .tk-feedback-slider-button .prev{ left: 0; }
    .tk-feedback-slider-container .tk-feedback-slider-button .next{ right: 0; }
    .tk-feedback-slider-container .tk-feedback-slider-button .prev,
    .tk-feedback-slider-container .tk-feedback-slider-button .next{
        width: 38px; height: 38px;
    }
}

/* ============================================================
   "Pertanyaan yang Sering Diajukan" — FAQ refactor
   2-column: title + CTA on left, accordion on right
   Same outer width as testimonial/blog (1240px)
   ============================================================ */
.tk-faqs-section,
.tk-faq-section{
    position: relative;
    background-image: url('/images/banner/bannerbg-two.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-color: transparent !important;
    padding: 24px 24px 56px !important;
    overflow: hidden;
    isolation: isolate;
}
/* Soft white overlay so accordion stays readable on top of bg image */
.tk-faqs-section::before,
.tk-faq-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.94) 100%);
    z-index: 0;
    pointer-events: none;
}
.tk-faqs-section > *,
.tk-faq-section > *,
.tk-faqs-section .tk-section-frequently,
.tk-faq-section .tk-section-frequently{
    position: relative;
    z-index: 1;
}
/* Cancel the white-bg force from the homepage section override */
.tk-homepage .pb-themesection:has(.tk-faqs-section),
.tk-homepage .pb-themesection:has(.tk-faq-section){
    background-color: transparent !important;
}
.tk-section-frequently{
    max-width: 1240px;
    margin: 0 auto;
    display: grid !important;
    grid-template-columns: minmax(0, 420px) 1fr;
    gap: 64px;
    align-items: start;
}
.tk-section-frequently .tk-section_title{
    text-align: left !important;
    max-width: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: sticky;
    top: 110px;
    box-sizing: border-box;
    display: block;
}
.tk-section-frequently .tk-section_title > span,
.tk-section-frequently .tk-section_title > h2,
.tk-section-frequently .tk-section_title > p{
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.tk-section-frequently .tk-section_title > span{
    display: inline-block;
    color: #375685;
    background: rgba(55, 86, 133, 0.08);
    font-weight: 600;
    margin-bottom: 16px !important;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.tk-section-frequently .tk-section_title > h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 16px !important;
    color: #1E1E1E;
    max-width: 100%;
}
.tk-section-frequently .tk-section_title > p{
    color: rgba(30,30,30,0.62);
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px !important;
    max-width: 100%;
}
.tk-section-frequently .tk-section_title .tk-btn-primary{
    display: inline-block;
    margin-top: 4px;
}
.tk-section-frequently .tk-section-accordion{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    min-width: 0;
}
.tk-section-frequently .accordion-item{
    background: #ffffff !important;
    border: 1px solid rgba(15,30,60,0.08) !important;
    border-radius: 14px !important;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tk-section-frequently .accordion-item:hover{
    border-color: rgba(55,86,133,0.18) !important;
    box-shadow: 0 4px 14px rgba(15,30,60,0.05);
}
.tk-section-frequently .accordion-item:has(.accordion-button[aria-expanded="true"]),
.tk-section-frequently .accordion-item:has(.accordion-button.show){
    border-color: rgba(55,86,133,0.25) !important;
    box-shadow: 0 6px 20px rgba(15,30,60,0.06);
    background: #fafbfc !important;
}
.tk-section-frequently .accordion-header{
    margin: 0;
    background: transparent !important;
    border: 0 !important;
}
.tk-section-frequently .accordion-button{
    width: 100%;
    text-align: left;
    background: transparent !important;
    border: 0 !important;
    padding: 22px 24px !important;
    font: 600 16px/1.45 "Inter", sans-serif !important;
    color: #1E1E1E !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: none !important;
    position: relative;
    gap: 16px;
    background-image: none !important;
}
.tk-section-frequently .accordion-button::before{
    display: none !important;
    content: none !important;
}
.tk-section-frequently .accordion-button::after{
    content: "+" !important;
    flex: 0 0 32px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: rgba(55,86,133,0.08) !important;
    color: #375685 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
    background-image: none !important;
    border: 0 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400 !important;
    display: inline-block !important;
}
.tk-section-frequently .accordion-button[aria-expanded="true"]::after,
.tk-section-frequently .accordion-button.show::after{
    content: "−" !important;
    background: #375685 !important;
    color: #ffffff !important;
    transform: rotate(180deg) !important;
}
.tk-section-frequently .accordion-button[aria-expanded="true"],
.tk-section-frequently .accordion-button.show{
    color: #375685 !important;
}
.tk-section-frequently .accordion-button:not([aria-expanded="true"]):hover{
    color: #375685 !important;
}
.tk-section-frequently .accordion-button:not([aria-expanded="true"]):hover::after{
    background: rgba(55,86,133,0.16) !important;
}
.tk-section-frequently .accordion-collapse{
    border-top: 0 !important;
}
.tk-section-frequently .tk-accordion-body{
    padding: 0 24px 22px !important;
    background: transparent !important;
}
.tk-section-frequently .tk-accordion-body p{
    color: rgba(30,30,30,0.65);
    line-height: 1.75;
    margin: 0;
    font-size: 14.5px;
}

@media (max-width: 991px){
    .tk-faqs-section,
    .tk-faq-section{ padding: 16px 16px 44px !important; }
    .tk-section-frequently{
        grid-template-columns: 1fr !important;
        gap: 28px;
    }
    .tk-section-frequently .tk-section_title{
        position: static !important;
        text-align: center !important;
        margin-bottom: 0 !important;
    }
    .tk-section-frequently .tk-section_title > span,
    .tk-section-frequently .tk-section_title > h2,
    .tk-section-frequently .tk-section_title > p{
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .tk-section-frequently .tk-section_title > p{ max-width: 600px; }
}
@media (max-width: 575px){
    .tk-faqs-section,
    .tk-faq-section{ padding: 12px 12px 36px !important; }
    .tk-section-frequently .tk-section_title > h2{ font-size: 24px; }
    .tk-section-frequently .accordion-button{ padding: 16px 18px !important; font-size: 15px !important; gap: 10px; }
    .tk-section-frequently .tk-accordion-body{ padding: 0 18px 18px !important; }
}

/* ============================================================
   "Wawasan dan Perspektif" — blog section refactor
   Modern 3-column card grid with image overlay tag
   ============================================================ */
.tk-blog-section{
    background: #ffffff;
    padding: 72px 24px !important;
}
.tk-blog-section .tk-section_title{
    text-align: center !important;
    max-width: 760px;
    margin: 0 auto 48px !important;
}
.tk-blog-section .tk-section_title h2{
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 12px;
}
.tk-blog-section .tk-section_title p{
    color: rgba(30,30,30,0.65);
    margin: 0 auto;
    max-width: 600px;
    line-height: 1.65;
}
.tk-blog-section .tk-blog-list{
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    list-style: none;
    padding: 0;
}
.tk-blog-section .tk-blog-list li{ list-style: none; padding: 0; margin: 0; }
.tk-blog-section .tk-blog-list-item{
    background: #ffffff;
    border: 1px solid rgba(15,30,60,0.08);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 2px 8px rgba(15,30,60,0.04);
}
.tk-blog-section .tk-blog-list-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(15,30,60,0.10);
    border-color: rgba(55,86,133,0.16);
}
.tk-blog-section .tk-blog-list-item figure{
    margin: 0;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f3f4f7;
}
.tk-blog-section .tk-blog-list-item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.tk-blog-section .tk-blog-list-item:hover figure img{
    transform: scale(1.05);
}
.tk-blog-section .tk-blog-tag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px 0;
    flex-wrap: wrap;
}
.tk-blog-section .tk-blog-tag span{
    background-color: rgba(55,86,133,0.10) !important;
    color: #375685 !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    font: 600 11.5px/1 "Inter", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: none !important;
    border: 0 !important;
}
.tk-blog-section .tk-blog-tag em{
    font-style: normal;
    color: rgba(30,30,30,0.55);
    font-size: 13px;
    font-weight: 500;
}
.tk-blog-section .tk-blog-list-item h4{
    margin: 12px 22px 8px;
    font: 600 17px/1.4 "Inter", sans-serif;
    color: #1E1E1E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tk-blog-section .tk-blog-list-item p{
    margin: 0 22px 22px;
    font: 400 14px/1.6 "Inter", sans-serif;
    color: rgba(30,30,30,0.65);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tk-blog-section .tk-button-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 44px;
}
.tk-blog-section .tk-btn-two{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #375685;
    color: #ffffff !important;
    border-radius: 10px;
    font: 600 14.5px/1 "Inter", sans-serif;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    text-decoration: none;
}
.tk-blog-section .tk-btn-two:hover{
    background: #2c4870;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(55,86,133,0.30);
}
.tk-blog-section .tk-btn-two span,
.tk-blog-section .tk-btn-two i,
.tk-blog-section .tk-btn-two svg,
.tk-blog-section .tk-btn-two i::before{
    color: #ffffff !important;
    fill: #ffffff !important;
}
.tk-blog-section .tk-btn-two i{
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 991px){
    .tk-blog-section{ padding: 56px 16px !important; }
    .tk-blog-section .tk-blog-list{ grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .tk-blog-section .tk-section_title{ margin-bottom: 36px !important; }
}
@media (max-width: 575px){
    .tk-blog-section{ padding: 40px 12px !important; }
    .tk-blog-section .tk-section_title h2{ font-size: 24px; }
    .tk-blog-section .tk-blog-list{ grid-template-columns: 1fr; gap: 18px; }
    .tk-blog-section .tk-blog-list-item h4{ font-size: 16px; }
}

.tk-mero-footer-contact{
    gap: 14px !important;
    margin: 0;
}
.tk-mero-footer-contact li{
    align-items: flex-start !important;
    gap: 12px;
}
.tk-mero-footer-contact li > i{
    min-width: 22px !important;
    width: 22px;
    padding-top: 2px;
    text-align: center;
    line-height: 1.2;
}
.tk-mero-footer-contact__content{
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 12px;
    color: rgba(255,255,255,0.8);
    line-height: 1.55;
}
.tk-mero-footer-contact__content a{
    color: rgba(255,255,255,0.88) !important;
    overflow-wrap: anywhere;
}
.tk-mero-footer-contact__content a:hover{
    color: #ffffff !important;
}
.tk-mero-footer-contact__content span{
    color: rgba(255,255,255,0.58);
    font-size: 14px;
    line-height: 1.45;
}
.tk-mero-footer-map{
    width: 100%;
    margin-top: 26px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}
.tk-mero-footer-map iframe{
    display: block;
    width: 100%;
    height: clamp(220px, 28vw, 340px);
    border: 0;
}

@media (max-width: 767px){
    .tk-mero-footer-contact li{
        flex-wrap: nowrap !important;
        padding-left: 0 !important;
    }
    .tk-mero-footer-contact li > i{
        position: static !important;
        flex: 0 0 22px;
    }
    .tk-mero-footer-contact__content{
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
    .tk-mero-footer-map{
        margin-top: 22px;
    }
    .tk-mero-footer-map iframe{
        height: 240px;
    }
}

:root{
    --tk-surface-card-bg: #ffffff;
    --tk-surface-card-border: #e7edf5;
    --tk-surface-card-radius: 10px;
    --tk-surface-card-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

body .tk-scetiondb .tk-project-wrapper,
body .tk-scetiondb .tb-invoiceslist,
body .tk-scetiondb .tk-asideholder,
body .tk-scetiondb .tk-searchfilter-wrap,
body .tk-scetiondb .tk-formsearch,
body .tk-scetiondb .tk-seller-graph,
body .tk-scetiondb .tk-seller-counter-listvtwo li .tk-counter-contant,
body .tk-scetiondb .tk-project-box,
body .tk-scetiondb .tk-project-wrapper-two .tk-project-box,
body .tk-scetiondb .tk-project-wrapper-two > .tk-employerproject{
    background: var(--tk-surface-card-bg) !important;
    border: 1px solid var(--tk-surface-card-border) !important;
    border-radius: var(--tk-surface-card-radius) !important;
    box-shadow: var(--tk-surface-card-shadow) !important;
}

body .tk-scetiondb .tk-project-wrapper,
body .tk-scetiondb .tb-invoiceslist,
body .tk-scetiondb .tk-asideholder,
body .tk-scetiondb .tk-seller-graph,
body .tk-scetiondb .tk-searchfilter-wrap,
body .tk-scetiondb .tk-formsearch{
    overflow: hidden;
}

body .tk-scetiondb .tk-project-wrapper > .tk-project-box,
body .tk-scetiondb .tk-project-wrapper > .tk-project-box + .tk-project-box{
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body .tk-scetiondb .tk-project-wrapper > .tk-project-box + .tk-project-box{
    box-shadow: inset 0 1px 0 #e7edf5 !important;
}

body .tk-scetiondb .tk-seller-counter-listvtwo li::after{
    display: none;
}

body .tk-scetiondb .tk-seller-counter-listvtwo li .tk-counter-button a{
    background: #f8fafc !important;
}

:root{
    --tk-home-compact-y: 48px;
    --tk-home-compact-y-md: 36px;
    --tk-home-compact-y-sm: 28px;
}

.tk-homepage .tk-section,
.tk-homepage .tk-work-section,
.tk-homepage .tk-feedback-section,
.tk-homepage .tk-blog-section,
.tk-homepage .tk-faqs-section,
.tk-homepage .tk-faq-section,
.tk-homepage .tk-testimonial-section,
.tk-homepage .tk-feedback-section-wrpper {
    padding-top: var(--tk-home-compact-y) !important;
    padding-bottom: var(--tk-home-compact-y) !important;
}

.tk-homepage .tk-feedback-section-wrpper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tk-homepage .tk-blog-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tk-homepage .tk-feedback-section-wrpper .tk-section_title,
.tk-homepage .tk-blog-section .tk-section_title,
.tk-homepage .tk-faqs-section .tk-section_title,
.tk-homepage .tk-faq-section .tk-section_title,
.tk-homepage .tk-section-frequently .tk-section_title {
    margin-bottom: 28px !important;
}

/* ========================================================== */
/* MERO Logo — moderate size + solid white backdrop            */
/* ========================================================== */
.tk-header .tk-logo{
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 8px;
}
.tk-header .tk-logo a{
    display: inline-flex;
    align-items: center;
    line-height: 0;
}
.tk-header .tk-logo img{
    height: 48px !important;
    width: auto !important;
    max-height: 48px !important;
    max-width: none !important;
    object-fit: contain;
    transition: height .2s ease, max-height .2s ease;
}
.tk-header.tk-header-home:not(.tk-header-scrolled) .tk-logo{
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.tk-header.tk-header-inner .tk-logo,
.tk-header.tk-header-scrolled .tk-logo{
    background: transparent;
    box-shadow: none;
    padding: 4px 0;
}
.tk-header.tk-header-scrolled .tk-logo img{
    height: 44px !important;
    max-height: 44px !important;
}
@media (max-width: 991px){
    .tk-header .tk-logo img{
        height: 42px !important;
        max-height: 42px !important;
    }
    .tk-header.tk-header-scrolled .tk-logo img{
        height: 38px !important;
        max-height: 38px !important;
    }
}
@media (max-width: 575px){
    .tk-header .tk-logo img{
        height: 36px !important;
        max-height: 36px !important;
    }
    .tk-header.tk-header-scrolled .tk-logo img{
        height: 34px !important;
        max-height: 34px !important;
    }
}

.tk-homepage .tk-blog-section .tk-button-wrapper {
    margin-top: 28px;
}

.tk-homepage .pb-themesection:has(.tk-gigs-bg) .tk-gigs-bg {
    padding-top: 96px !important;
    padding-bottom: 80px !important;
}

@media (max-width: 991px){
    .tk-homepage .tk-section,
    .tk-homepage .tk-work-section,
    .tk-homepage .tk-feedback-section,
    .tk-homepage .tk-blog-section,
    .tk-homepage .tk-faqs-section,
    .tk-homepage .tk-faq-section,
    .tk-homepage .tk-testimonial-section,
    .tk-homepage .tk-feedback-section-wrpper {
        padding-top: var(--tk-home-compact-y-md) !important;
        padding-bottom: var(--tk-home-compact-y-md) !important;
    }

    .tk-homepage .pb-themesection:has(.tk-gigs-bg) .tk-gigs-bg {
        padding-top: 64px !important;
        padding-bottom: 56px !important;
    }
}

@media (max-width: 575px){
    .tk-homepage .tk-section,
    .tk-homepage .tk-work-section,
    .tk-homepage .tk-feedback-section,
    .tk-homepage .tk-blog-section,
    .tk-homepage .tk-faqs-section,
    .tk-homepage .tk-faq-section,
    .tk-homepage .tk-testimonial-section,
    .tk-homepage .tk-feedback-section-wrpper {
        padding-top: var(--tk-home-compact-y-sm) !important;
        padding-bottom: var(--tk-home-compact-y-sm) !important;
    }

    .tk-homepage .tk-feedback-section-wrpper,
    .tk-homepage .tk-blog-section {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .tk-homepage .tk-feedback-section-wrpper .tk-section_title,
    .tk-homepage .tk-blog-section .tk-section_title,
    .tk-homepage .tk-faqs-section .tk-section_title,
    .tk-homepage .tk-faq-section .tk-section_title,
    .tk-homepage .tk-section-frequently .tk-section_title {
        margin-bottom: 22px !important;
    }

    .tk-homepage .pb-themesection:has(.tk-gigs-bg) .tk-gigs-bg {
        padding-top: 40px !important;
    }
}
