/*
Theme Name: Kadence Child
Template: kadence
Version: 1.0
*/

/* =========================================
   CUSTOM BLlOOKET HEADER
========================================= */

.bkt-header {
    background: #0f172a;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 3px 20px rgba(0,0,0,.20);
}

.bkt-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
}

/* Logo */
.bkt-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    #b1b8c1-space: nowrap;
}

.bkt-logo:hover {
    color: #fff;
}

.bkt-logo strong {
    color: #facc15;
}

.bkt-logo-icon {
    font-size: 28px;
}

/* Navigation */
.bkt-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 25px;
}



.bkt-nav > a:hover {
    color: #facc15;
}

/* Search */
.bkt-search-wrapper {
    position: relative;
}

.bkt-search-trigger {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    color: white !important;
    padding: 9px 14px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
}

.bkt-search-trigger:hover {
    color: #fff;
    border-color: #facc15;
}

.bkt-search-icon {
    font-size: 22px;
    line-height: 1;
}

/* Search Dropdown */
.bkt-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 350px;
    padding: 16px;
    background: #0f172a;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0,0,0,.35);
}

.bkt-search-dropdown.bkt-search-open {
    display: block;
}

.bkt-search-dropdown form {
    display: flex;
    gap: 8px;
}

.bkt-search-dropdown input {
    flex: 1;
    min-width: 0;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    padding: 11px 13px;
    border-radius: 8px;
    outline: none;
}

.bkt-search-dropdown button {
    background: #facc15;
    color: #0f172a;
    border: 0;
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

/* Mobile Button */
.bkt-menu-toggle {
    display: none;
    margin-left: auto;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}

/* Mobile */
@media (max-width: 850px) {

    .bkt-menu-toggle {
        display: block;
    }

    .bkt-nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #0f172a;
        padding: 20px;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        box-shadow: 0 15px 30px rgba(0,0,0,.25);
    }

    .bkt-nav.bkt-nav-open {
        display: flex;
    }

    .bkt-nav > a {
        padding: 8px 0;
    }

    .bkt-search-dropdown {
        position: static;
        width: 100%;
        margin-top: 8px;
    }
}

@media (max-width: 480px) {

    .bkt-header-container {
        padding: 13px 15px;
    }

    .bkt-logo {
        font-size: 21px;
    }

    .bkt-logo-icon {
        font-size: 25px;
    }
}
/* =========================================
   HOMEPAGE HERO
========================================= */

.bkt-hero {
    background: #f8fafc;
    padding: 80px 20px;
    overflow: hidden;
}

.bkt-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.bkt-hero-content {
    max-width: 650px;
}

.bkt-hero-badge {
    display: inline-block;
    background: #fff7cc;
    color: #92400e;
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bkt-hero h1 {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -2px;
}

.bkt-hero h1 span {
    color: #facc15;
}

.bkt-hero p {
    margin: 0 0 30px;
    color: #64748b;
    font-size: 18px;
    line-height: 1.7;
    max-width: 590px;
}

.bkt-hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.bkt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    transition: .25s ease;
}

.bkt-btn-primary {
    background: #0f172a;
    color: #ffffff !important;
}

.bkt-btn-primary:hover {
    background: #1e293b;
    transform: translateY(-2px);
}

.bkt-btn-secondary {
    background: #ffffff;
    color: #0f172a !important;
    border: 1px solid #e2e8f0;
}

.bkt-btn-secondary:hover {
    border-color: #facc15;
    transform: translateY(-2px);
}

/* Hero Visual */

.bkt-hero-visual {
    width: 390px;
    flex-shrink: 0;
}

.bkt-hero-card {
    background: #0f172a;
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(15, 23, 42, .20);
    transform: rotate(2deg);
}

.bkt-hero-card-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #facc15;
    border-radius: 22px;
    font-size: 45px;
}

.bkt-hero-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 25px;
}

.bkt-hero-card p {
    margin: 0;
    color: white;
    font-size: 15px;
}

.bkt-hero-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 28px;
}

.bkt-hero-dots span {
    width: 8px;
    height: 8px;
    background: #facc15;
    border-radius: 50%;
}

/* Hero Responsive */

@media (max-width: 900px) {

    .bkt-hero {
        padding: 60px 20px;
    }

    .bkt-hero-container {
        flex-direction: column;
        text-align: center;
    }

    .bkt-hero-content {
        max-width: 700px;
    }

    .bkt-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .bkt-hero-buttons {
        justify-content: center;
    }

    .bkt-hero-visual {
        width: min(390px, 100%);
    }
}

@media (max-width: 480px) {

    .bkt-hero {
        padding: 45px 15px;
    }

    .bkt-hero h1 {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .bkt-hero p {
        font-size: 16px;
    }

    .bkt-hero-card {
        padding: 35px 25px;
    }
}



/* =========================================
   CUSTOM FOOTER
========================================= */

.bkt-footer {
    background: #0f172a;
    color: white;
    margin-top: 70px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.bkt-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 45px;

    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 45px;
}

/* Brand */

.bkt-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.bkt-footer-logo span {
    font-size: 28px;
}

.bkt-footer-logo strong {
    font-weight: 800;
}

.bkt-footer-logo em {
    color: #facc15;
    font-style: normal;
}

.bkt-footer-brand p {
    max-width: 330px;
    margin-top: 18px;

    color: white;
    font-size: 14px;
    line-height: 1.8;
}


/* Footer Columns */

.bkt-footer-column {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.bkt-footer-column h3 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 8px;
}

.bkt-footer-column a {
    color: white;
    text-decoration: none;
    font-size: 14px;

    transition: .25s ease;
}

.bkt-footer-column a:hover {
    color: #facc15;
    padding-left: 3px;
}


/* Bottom */

.bkt-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;

    padding: 20px;

    border-top: 1px solid rgba(255,255,255,.08);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bkt-footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
}


/* Social */

.bkt-footer-social {
    display: flex;
    gap: 8px;
}

.bkt-footer-social a {
    width: 34px;
    height: 34px;

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

    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);

    border-radius: 8px;

    color: white;
    text-decoration: none;

    font-size: 14px;
}

.bkt-footer-social a:hover {
    color: #0f172a;
    background: #facc15;
}


/* =========================================
   FOOTER RESPONSIVE
========================================= */

@media (max-width: 850px) {

    .bkt-footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

}

@media (max-width: 550px) {

    .bkt-footer-container {
        grid-template-columns: 1fr;
        padding: 45px 20px 30px;
        gap: 30px;
    }

    .bkt-footer-bottom {
        flex-direction: column;
        text-align: center;
    }

}



/* =========================================
   BLOG DROPDOWN MENU
========================================= */

.bkt-dropdown {
    position: relative;
}

.bkt-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.bkt-dropdown-arrow {
    font-size: 17px;
    line-height: 1;
    color: white;
    transition: transform .25s ease;
}

.bkt-dropdown-toggle:hover .bkt-dropdown-arrow {
    color: #facc15;
}

.bkt-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 180px;
    padding: 8px;
    background: #0f172a;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.30);

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);

    transition: .25s ease;
    z-index: 99999;
}

.bkt-dropdown-menu a {
    display: block;
    padding: 11px 13px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: .2s ease;
}

.bkt-dropdown-menu a:hover {
    background: rgba(255,255,255,.06);
    color: #facc15;
    padding-left: 17px;
}

/* Desktop Hover */

.bkt-dropdown:hover .bkt-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bkt-dropdown:hover .bkt-dropdown-arrow {
    transform: rotate(180deg);
}


/* =========================================
   MOBILE DROPDOWN
========================================= */

@media (max-width: 850px) {

    .bkt-dropdown {
        width: 100%;
    }

    .bkt-dropdown-toggle {
        padding: 8px 0;
    }

    .bkt-dropdown-menu {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 5px;

        opacity: 1;
        visibility: visible;
        transform: none;

        display: none;
        box-shadow: none;
        border: 0;
        background: rgba(255,255,255,.04);
    }

    .bkt-dropdown:hover .bkt-dropdown-menu {
        display: none;
    }

    .bkt-dropdown-menu a {
        padding: 10px 15px;
    }

}










.bkt-dropdown-toggle,
.bkt-dropdown-toggle:hover,
.bkt-dropdown-toggle:focus,
.bkt-dropdown-toggle:active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* =========================================
   FIX BLOG DROPDOWN LINK
========================================= */

.bkt-dropdown-toggle,
.bkt-dropdown-toggle:visited,
.bkt-dropdown-toggle:hover,
.bkt-dropdown-toggle:focus,
.bkt-dropdown-toggle:active {
    color: white !important;
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bkt-dropdown-toggle:hover {
    color: #facc15 !important;
}

.bkt-dropdown-arrow,
.bkt-dropdown-arrow:hover {
    color: inherit !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove any underline created by theme */
.bkt-dropdown-toggle::before,
.bkt-dropdown-toggle::after {
    display: none !important;
    content: none !important;
}


/* aj k km */

/* =========================
   MORE DROPDOWN
========================= */

.bkt-dropdown {
    position: relative;
}

.bkt-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.bkt-dropdown-toggle:hover {
    color: #facc15 !important;
}

.bkt-dropdown-arrow {
    font-size: 12px;
    transition: transform .25s ease;
}

.bkt-dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    min-width: 190px;
    padding: 8px;
    background: #111827;
    border: 1px solid rgba(250, 204, 21, .15);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.4);

    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);

    transition: .25s ease;
    z-index: 99999;
}

.bkt-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;

    color: #cbd5e1 !important;
    text-decoration: none !important;

    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.bkt-dropdown-menu a:hover {
    background: rgba(250,204,21,.08);
    color: #facc15 !important;
}

.bkt-dropdown-item-icon {
    width: 25px;
    height: 25px;

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

    background: rgba(250,204,21,.08);
    border-radius: 7px;

    color: #facc15;
    font-size: 13px;
}

/* Desktop Hover */
.bkt-dropdown:hover .bkt-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.bkt-dropdown:hover .bkt-dropdown-arrow {
    transform: rotate(180deg);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 850px) {

    .bkt-dropdown {
        width: 100%;
    }

    .bkt-dropdown-toggle {
        width: 100%;
        padding: 8px 0;
    }

    .bkt-dropdown-menu {
        position: static;

        width: 100%;
        min-width: 0;

        margin-top: 5px;

        transform: none !important;

        display: none;

        opacity: 1;
        visibility: visible;

        background: rgba(255,255,255,.04);
        border: none;
        box-shadow: none;
    }

    .bkt-dropdown-menu a {
        padding: 10px 12px;
    }

    .bkt-dropdown:hover .bkt-dropdown-menu {
        display: none;
    }
}













 /* =========================================
   HEADER NAVIGATION TEXT FIX
========================================= */

.bkt-nav a,
.bkt-nav a:visited,
.bkt-nav a:focus,
.bkt-nav a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.bkt-nav > a:hover {
    color: #facc15 !important;
}




/* =========================================
   HEADER NAVIGATION TEXT FIX
========================================= */

.bkt-nav a,
.bkt-nav a:visited,
.bkt-nav a:focus,
.bkt-nav a:active {
    color: #ffffff !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.bkt-nav > a:hover {
    color: #facc15 !important;
}