/* BASKINTA GLOBAL SHELL */

body.baskinta-v1 {
    margin: 0;
}

body.baskinta-v1.admin-bar .bk-global-header {
    top: 32px;
}

.bk-global-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(255,255,255,.97);
    box-shadow: 0 1px 12px rgba(12,36,66,.08);
}

.bk-global-header-inner {
    width: min(calc(100% - 80px), 1800px);
    min-height: 82px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px 1fr auto;
    align-items: center;
    gap: 30px;
}

.bk-global-logo,
.bk-footer-logo {
    text-decoration: none !important;
}

.bk-global-logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.bk-logo-name {
    color: #0877a6;
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -.04em;
}

.bk-logo-tagline {
    margin-top: 3px;
    color: #0877a6;
    font-size: 11px;
    font-weight: 800;
    font-style: italic;
}

.bk-global-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(18px,2vw,34px);
}

.bk-global-nav a,
.bk-my-baskinta {
    color: #10243d !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.bk-global-nav a:hover,
.bk-my-baskinta:hover {
    color: #0877f9 !important;
}

.bk-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bk-header-search {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #10243d;
    font-size: 23px;
    cursor: pointer;
}

.bk-plan-visit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 21px;
    border-radius: 12px;
    background: #0877a6;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.bk-plan-visit:hover {
    background: #06668f;
}

.bk-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: #0877a6;
    color: #fff;
    font-size: 21px;
}


/* Remove residual parent-theme spacing */

body.baskinta-v1 .page_wrap,
body.baskinta-v1 .page_content_wrap,
body.baskinta-v1 .content_wrap,
body.baskinta-v1 .content {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

.bk-home-main {
    width: 100%;
    overflow: hidden;
}


/* FOOTER */

.bk-global-footer {
    background: #061d34;
    color: #fff;
}

.bk-footer-main {
    width: min(calc(100% - 80px),1800px);
    min-height: 145px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px 1fr auto;
    align-items: center;
    gap: 45px;
}

.bk-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-footer-logo {
    display: flex;
    flex-direction: column;
}

.bk-footer-logo strong {
    color: #fff;
    font-size: 29px;
    font-style: italic;
    font-weight: 900;
    line-height: 1;
}

.bk-footer-logo span {
    margin-top: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    font-style: italic;
}

.bk-footer-brand p {
    margin: 0;
    color: rgba(255,255,255,.65);
    font-size: 13px;
}

.bk-footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 25px;
}

.bk-footer-nav a,
.bk-footer-social a,
.bk-footer-bottom a {
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-size: 13px;
}

.bk-footer-nav a:hover,
.bk-footer-social a:hover,
.bk-footer-bottom a:hover {
    color: #fff !important;
}

.bk-footer-social {
    display: flex;
    gap: 18px;
}

.bk-footer-bottom {
    width: min(calc(100% - 80px),1800px);
    min-height: 68px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,.12);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}

.bk-footer-bottom > div {
    display: flex;
    gap: 22px;
}

.bk-footer-bottom > strong {
    justify-self: end;
    color: #fff;
    font-size: 14px;
    font-style: italic;
}


/* TABLET / MOBILE */

@media (max-width: 1100px) {
    .bk-global-header-inner {
        grid-template-columns: 1fr auto;
    }

    .bk-global-nav {
        display: none;
        position: absolute;
        left: 24px;
        right: 24px;
        top: 75px;
        padding: 22px;
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 18px 45px rgba(10,35,65,.15);
        flex-direction: column;
        align-items: flex-start;
    }

    .bk-global-header.is-open .bk-global-nav {
        display: flex;
    }

    .bk-mobile-toggle {
        display: block;
    }

    .bk-my-baskinta {
        display: none;
    }

    .bk-footer-main {
        grid-template-columns: 1fr;
        padding: 45px 0;
        text-align: center;
    }

    .bk-footer-nav,
    .bk-footer-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    body.baskinta-v1.admin-bar .bk-global-header {
        top: 46px;
    }

    .bk-global-header-inner,
    .bk-footer-main,
    .bk-footer-bottom {
        width: calc(100% - 36px);
    }

    .bk-global-header-inner {
        min-height: 68px;
    }

    .bk-logo-name {
        font-size: 25px;
    }

    .bk-plan-visit,
    .bk-header-search {
        display: none;
    }

    .bk-footer-bottom {
        padding: 22px 0;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bk-footer-bottom > div {
        justify-content: center;
    }

    .bk-footer-bottom > strong {
        justify-self: center;
    }
}


/* Official Baskinta brand assets */

.bk-global-logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bk-official-logo {
    display: block;
    width: auto;
    height: 50px;
    max-width: 220px;
    object-fit: contain;
}

.bk-footer-logo {
    display: inline-flex;
    align-items: flex-start;
}

.bk-official-footer-logo {
    display: block;
    width: auto;
    height: 48px;
    max-width: 210px;
    object-fit: contain;
}

@media (max-width: 767px) {

    .bk-official-logo {
        height: 40px;
        max-width: 180px;
    }

    .bk-official-footer-logo {
        height: 42px;
        max-width: 185px;
    }
}


/* ==========================================================
   BASKINTA OFFICIAL IDENTITY 2026
   Global Header + Footer
   ========================================================== */

.bk-global-header {
    background: rgba(255,255,255,.98);

    box-shadow:
        0 1px 14px rgba(22,75,99,.09);
}

.bk-global-nav a,
.bk-my-baskinta {
    color: #164B63 !important;
}

.bk-global-nav a:hover,
.bk-my-baskinta:hover {
    color: #086D89 !important;
}

.bk-header-search {
    color: #164B63;
}

.bk-plan-visit {
    background: #086D89;
}

.bk-plan-visit:hover {
    background: #164B63;
}

.bk-mobile-toggle {
    background: #086D89;
}


/* Footer */

.bk-global-footer {
    background: #164B63;
}

.bk-footer-main {
    color: #fff;
}

.bk-footer-nav a:hover,
.bk-footer-social a:hover,
.bk-footer-bottom a:hover {
    color: #59BCD3 !important;
}

.bk-footer-bottom {
    border-top:
        1px solid rgba(245,244,239,.18);
}



/* ==========================================================
   BASKINTA FINAL FOOTER BRANDING
   ========================================================== */

.bk-official-footer-logo {
    display: block;
    width: auto;
    height: 58px;
    max-width: 250px;
    object-fit: contain;
    object-position: left center;
}


/*
 * Bottom footer:
 *
 * LEFT          CENTER                RIGHT
 * Copyright     Digi Web provider     Proud...
 */

.bk-footer-bottom {
    grid-template-columns:
        minmax(0,1fr)
        minmax(300px,auto)
        minmax(0,1fr);
}

.bk-footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.bk-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.bk-footer-provider {
    justify-self: center;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 5px;

    text-align: center;

    color: rgba(255,255,255,.72);

    font-size: 12px;
}

.bk-footer-provider a {
    color: #59BCD3 !important;

    font-weight: 800;

    text-decoration: none !important;

    transition: 180ms ease;
}

.bk-footer-provider a:hover {
    color: #FFFFFF !important;
}

.bk-footer-proud {
    justify-self: end;

    color: #FFFFFF;

    font-size: 14px;
    font-style: italic;
}


/* Tablet */

@media (max-width: 1100px) {

    .bk-official-footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .bk-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;

        padding-top: 24px;
        padding-bottom: 24px;

        text-align: center;
    }

    .bk-footer-bottom-left {
        align-items: center;
    }

    .bk-footer-legal {
        justify-content: center;
    }

    .bk-footer-provider,
    .bk-footer-proud {
        justify-self: center;
    }
}


/* Mobile */

@media (max-width: 767px) {

    .bk-official-footer-logo {
        height: 50px;
        max-width: 220px;
    }

    .bk-footer-provider {
        max-width: 290px;
        margin: 0 auto;
        line-height: 1.5;
    }
}



/* ==========================================================
   BASKINTA DIGITAL HERITAGE
   ========================================================== */

.bk-footer-since {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
}

.bk-footer-since strong {
    color: #59BCD3;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.bk-footer-since span {
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .bk-footer-since {
        align-items: center;
    }
}

/* ==========================================================
   BASKINTA GLOBAL SHELL V1
   Locked across entire website
   ========================================================== */

/* Header search removed globally */
.bk-header-search {
    display: none !important;
}

/*
 * Prevent legacy parent header/footer from appearing
 * if a parent template outputs residual shell elements.
 */
body.baskinta-v1 .top_panel:not(.bk-global-header),
body.baskinta-v1 > .page_wrap > header:not(.bk-global-header) {
    display: none !important;
}


/* Non-home content must remain readable inside global shell */

body.baskinta-v1:not(.home) .page_wrap,
body.baskinta-v1:not(.home) .page_content_wrap {
    width: 100%;
}

body.baskinta-v1:not(.home) .content_wrap {
    width: min(calc(100% - 80px), 1400px);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


/* Mobile */

@media (max-width:767px) {

    body.baskinta-v1:not(.home) .content_wrap {
        width: calc(100% - 36px);
    }

}

