/*
Theme Name: teqKraft
Theme URI: https://example.com/teqkraft
Author: Codex
Description: WordPress theme converted from the provided teqKraft HTML landing page.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: teqkraft
*/
/* =====================================================
   TEQKRAFT HEADER
   ===================================================== */

.teqkraft-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;

    background: rgba(255, 250, 255, 0.96);

    border-bottom: 1px solid rgba(75, 42, 142, 0.08);
}

.teqkraft-header-inner {
    width: 100%;
    max-width: 1440px;
    height: 70px;

    margin: 0 auto;
    padding: 0 52px;

    display: flex;
    align-items: center;
}


/* =====================================================
   LOGO
   ===================================================== */

.teqkraft-logo {
    flex: 0 0 auto;
}

.teqkraft-logo a {
    display: block;

    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;

    text-decoration: none !important;

    background: linear-gradient(
        90deg,
        #4B2A8E,
        #76598F,
        #B08A45
    );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent !important;
}


/* =====================================================
   MENU WRAPPER
   ===================================================== */

.teqkraft-menu-wrapper {
    flex: 1 1 auto;

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

    margin-left: 45px;
    margin-right: 35px;
}


/* =====================================================
   WORDPRESS MENU
   ===================================================== */

.teqkraft-primary-menu {
    display: flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 28px;

    list-style: none !important;
}

.teqkraft-primary-menu li {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.teqkraft-primary-menu li::before,
.teqkraft-primary-menu li::after,
.teqkraft-primary-menu li::marker {
    display: none !important;
    content: none !important;
}

.teqkraft-primary-menu li a {
    display: block;

    padding: 6px 0;

    color: #211B28 !important;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;

    text-decoration: none !important;

    white-space: nowrap;
}

.teqkraft-primary-menu li a:hover {
    color: #4B2A8E !important;
}


/* =====================================================
   CONSULTATION BUTTON
   ===================================================== */

.teqkraft-consultation {
    flex: 0 0 auto;
}

.teqkraft-consultation a {
    display: inline-flex;

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

    height: 40px;

    padding: 0 25px;

    background: #4B2A8E;

    color: #FFFFFF !important;

    border-radius: 999px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none !important;
}

.teqkraft-consultation a:hover {
    background: #392070;
}


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

.teqkraft-mobile-toggle {
    display: none;

    width: 42px;
    height: 42px;

    margin-left: auto;

    padding: 0;

    border: 0;

    background: transparent;

    color: #211B28;

    cursor: pointer;
}

.teqkraft-mobile-toggle .material-symbols-outlined {
    font-size: 30px;
}


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

@media (max-width: 900px) {

    .teqkraft-header-inner {
        height: 68px;
        padding: 0 18px;

        position: relative;
    }

    .teqkraft-logo a {
        font-size: 31px;
    }

    /*
     * Keep the SAME menu, but make it a dropdown.
     */

    .teqkraft-menu-wrapper {
        display: none;

        position: absolute;

        top: 68px;
        left: 0;
        right: 0;

        margin: 0;

        padding: 12px 18px 22px;

        background: #FFFAFF;

        border-top: 1px solid rgba(75,42,142,.08);

        box-shadow: 0 10px 25px rgba(40,20,70,.08);
    }

    .teqkraft-menu-wrapper.is-open {
        display: block;
    }

    .teqkraft-primary-menu {
        display: flex !important;

        flex-direction: column !important;

        align-items: stretch !important;

        gap: 0 !important;

        width: 100%;
    }

    .teqkraft-primary-menu li {
        width: 100%;
    }

    .teqkraft-primary-menu li a {
        width: 100%;

        padding: 13px 4px;

        border-bottom: 1px solid rgba(75,42,142,.07);

        font-size: 16px;
    }

    /*
     * Consultation becomes part of the mobile menu visually
     */

    .teqkraft-consultation {
        display: none;
    }

    .teqkraft-mobile-toggle {
        display: flex;

        align-items: center;
        justify-content: center;
    }
}


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

@media (max-width: 480px) {

    .teqkraft-header-inner {
        padding: 0 15px;
    }

    .teqkraft-logo a {
        font-size: 29px;
    }
}

/* =====================================================
   TEQKRAFT FOOTER
   ===================================================== */

.teqkraft-footer {
    width: 100% !important;

    background: #FFFFFF !important;

    border-top: 1px solid #D9D0E0 !important;

    box-sizing: border-box !important;
}

.teqkraft-footer-inner {
    width: 100% !important;
    max-width: 1440px !important;

    min-height: 145px !important;

    margin: 0 auto !important;
    padding: 34px 52px !important;

    box-sizing: border-box !important;

    display: flex !important;
    flex-direction: row !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 40px !important;
}


/* =====================================================
   FOOTER BRAND
   ===================================================== */

.teqkraft-footer-brand {
    flex: 0 0 auto !important;
}

.teqkraft-footer-logo {
    display: block !important;

    margin: 0 0 8px 0 !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;

    font-size: 34px !important;
    line-height: 1 !important;

    font-weight: 700 !important;

    letter-spacing: -2px !important;

    text-decoration: none !important;

    background: linear-gradient(
        90deg,
        #4B2A8E 0%,
        #76598F 55%,
        #B08A45 100%
    ) !important;

    -webkit-background-clip: text !important;
    background-clip: text !important;

    color: transparent !important;
}

.teqkraft-footer-logo:hover {
    opacity: 0.85;
}

.teqkraft-footer-copyright {
    font-family: "Plus Jakarta Sans", sans-serif !important;

    font-size: 13px !important;
    line-height: 1.5 !important;

    font-weight: 400 !important;

    color: #57525F !important;

    white-space: nowrap !important;
}


/* =====================================================
   FOOTER MENU
   ===================================================== */

.teqkraft-footer-nav {
    flex: 0 0 auto !important;
}

ul.teqkraft-footer-menu {
    display: flex !important;

    flex-direction: row !important;

    align-items: center !important;

    justify-content: flex-end !important;

    gap: 28px !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

ul.teqkraft-footer-menu li {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

ul.teqkraft-footer-menu li::before,
ul.teqkraft-footer-menu li::after,
ul.teqkraft-footer-menu li::marker {
    display: none !important;
    content: none !important;
}

ul.teqkraft-footer-menu li a {
    display: block !important;

    padding: 5px 0 !important;

    font-family: "Plus Jakarta Sans", sans-serif !important;

    font-size: 13px !important;

    line-height: 1.5 !important;

    font-weight: 400 !important;

    color: #57525F !important;

    text-decoration: none !important;

    white-space: nowrap !important;

    transition: color 0.2s ease;
}

ul.teqkraft-footer-menu li a:hover {
    color: #4B2A8E !important;
}


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

@media screen and (max-width: 900px) {

    .teqkraft-footer-inner {
        min-height: auto !important;

        padding: 35px 20px !important;

        flex-direction: column !important;

        align-items: flex-start !important;

        gap: 25px !important;
    }

    .teqkraft-footer-logo {
        font-size: 31px !important;
    }

    .teqkraft-footer-copyright {
        white-space: normal !important;
    }

    .teqkraft-footer-nav {
        width: 100% !important;
    }

    ul.teqkraft-footer-menu {
        flex-direction: column !important;

        align-items: flex-start !important;

        justify-content: flex-start !important;

        gap: 5px !important;
    }

    ul.teqkraft-footer-menu li,
    ul.teqkraft-footer-menu li a {
        width: 100% !important;
    }
}