.elementor-10 .elementor-element.elementor-element-1b45b4c0{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;box-shadow:0px 5px 30px 0px rgba(0,0,0,0.1);--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0{4dd3355375f45b4c1262e12823c62e63cc40e73a81310fb7667dfb2f54535ecd};--padding-bottom:0{4dd3355375f45b4c1262e12823c62e63cc40e73a81310fb7667dfb2f54535ecd};--padding-left:0{4dd3355375f45b4c1262e12823c62e63cc40e73a81310fb7667dfb2f54535ecd};--padding-right:0{4dd3355375f45b4c1262e12823c62e63cc40e73a81310fb7667dfb2f54535ecd};--z-index:10;}.elementor-10 .elementor-element.elementor-element-b36ad77{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-b36ad77:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-b36ad77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}.elementor-10 .elementor-element.elementor-element-3b28c09{--display:flex;}.elementor-10 .elementor-element.elementor-element-3b28c09.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-10 .elementor-element.elementor-element-b36ad77{--content-width:1200px;}}@media(max-width:1024px){.elementor-10 .elementor-element.elementor-element-b36ad77{--padding-top:20px;--padding-bottom:20px;--padding-left:15px;--padding-right:15px;}}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-b36ad77{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-094430f *//* =========================================================
   KWICKSHOP PERFECT RESPONSIVE HEADER
========================================================= */

.ks-site-header {
    width: 100%;
    position: relative;
    z-index: 9999;
    font-family: inherit;
}

.ks-header-container {
    width: min(100%, 1220px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Top Bar */
.ks-topbar {
    background: #082b61;
    color: #ffffff;
    font-size: 13px;
}

.ks-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ks-topbar-left {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.ks-top-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff !important;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1.2;
}

.ks-top-link:hover {
    color: #ffb100 !important;
}

.ks-icon {
    font-size: 13px;
    line-height: 1;
}

.ks-address {
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ks-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.ks-topbar-right a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.ks-topbar-right a:hover {
    color: #ffb100 !important;
}

/* Main Header */
.ks-main-header {
    background: #ffffff;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.06);
    position: relative;
}

.ks-main-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.ks-logo-wrap {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none !important;
}

.ks-logo {
    width: 150px;
    max-height: 52px;
    object-fit: contain;
    display: block;
}

/* Desktop Navigation */
.ks-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex: 1;
}

.ks-desktop-nav a {
    position: relative;
    color: #3f3f46 !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 28px 0;
    white-space: nowrap;
    transition: color .2s ease;
}

.ks-desktop-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 0;
    height: 3px;
    background: #082b61;
    border-radius: 999px;
    transition: width .2s ease;
}

.ks-desktop-nav a:hover {
    color: #082b61 !important;
}

.ks-desktop-nav a:hover::after {
    width: 100%;
}

/* Apply Button */
.ks-header-apply-btn {
    min-width: 145px;
    min-height: 48px;
    background: #e10600;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(225, 6, 0, 0.24);
    transition: all .2s ease;
    flex-shrink: 0;
}

.ks-header-apply-btn:hover {
    background: #c70000;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* Mobile Toggle */
.ks-mobile-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    padding: 10px;
    cursor: pointer;
    margin-left: auto;
}

.ks-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #0f172a;
    border-radius: 999px;
    margin: 5px 0;
    transition: all .2s ease;
}

/* Mobile Menu */
.ks-mobile-menu {
    display: none;
    background: #ffffff;
    border-top: 1px solid #edf0f3;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

.ks-mobile-nav {
    display: grid;
    padding: 12px 20px 16px;
}

.ks-mobile-nav a {
    color: #0f172a !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.ks-mobile-nav a:hover {
    color: #e10600 !important;
}

.ks-mobile-apply {
    margin-top: 12px;
    background: #e10600;
    color: #ffffff !important;
    text-align: center;
    border-radius: 14px;
    border-bottom: 0 !important;
    padding: 15px 18px !important;
}

.ks-mobile-contact {
    display: grid;
    gap: 8px;
    padding: 0 20px 18px;
}

.ks-mobile-contact a {
    color: #475569 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
}

/* Sticky feel when scrolled */
.ks-header-scrolled .ks-main-header {
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
}

/* Tablet */
@media only screen and (max-width: 1100px) {
    .ks-main-inner {
        gap: 20px;
    }

    .ks-desktop-nav {
        gap: 20px;
    }

    .ks-desktop-nav a {
        font-size: 13px;
    }

    .ks-header-apply-btn {
        min-width: 130px;
    }
}

/* Mobile / Tablet Header */
@media only screen and (max-width: 900px) {
    .ks-topbar-inner {
        justify-content: center;
    }

    .ks-topbar-left {
        width: 100%;
        justify-content: center;
        gap: 16px;
    }

    .ks-topbar-right {
        display: none;
    }

    .ks-address {
        display: none;
    }

    .ks-main-inner {
        min-height: 68px;
    }

    .ks-logo {
        width: 145px;
    }

    .ks-desktop-nav,
    .ks-header-apply-btn {
        display: none;
    }

    .ks-mobile-toggle {
        display: block;
    }

    .ks-menu-open .ks-mobile-menu {
        display: block;
    }

    .ks-menu-open .ks-mobile-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .ks-menu-open .ks-mobile-toggle span:nth-child(2) {
        opacity: 0;
    }

    .ks-menu-open .ks-mobile-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

/* Small Mobile */
@media only screen and (max-width: 520px) {
    .ks-header-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .ks-topbar {
        font-size: 12px;
    }

    .ks-topbar-inner {
        min-height: 32px;
    }

    .ks-topbar-left {
        gap: 12px;
    }

    .ks-top-link span:last-child {
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ks-main-inner {
        min-height: 64px;
    }

    .ks-logo {
        width: 138px;
    }

    .ks-mobile-toggle {
        width: 42px;
        height: 42px;
    }
}

/* Very small phones */
@media only screen and (max-width: 380px) {
    .ks-topbar-left {
        justify-content: space-between;
    }

    .ks-top-link {
        font-size: 11.5px;
    }

    .ks-logo {
        width: 128px;
    }
}
/* =========================================================
   KWICKSHOP HEADER SPACING FIX
   Removes unwanted top/bottom white spacing around Elementor header
========================================================= */

/* Remove Elementor header wrapper spacing */
.elementor-location-header,
.elementor-location-header > .elementor-section,
.elementor-location-header > .elementor-container,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget,
.elementor-location-header .elementor-widget-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Make custom header full width and flush */
.ks-site-header {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove internal extra spacing */
.ks-topbar {
    margin: 0 !important;
}

.ks-main-header {
    margin: 0 !important;
}

/* Better compact top bar */
.ks-topbar-inner {
    min-height: 30px !important;
}

/* Better compact main header */
.ks-main-inner {
    min-height: 66px !important;
}

/* Logo sizing */
.ks-logo {
    width: 145px !important;
    max-height: 48px !important;
}

/* Button height match */
.ks-header-apply-btn {
    min-height: 44px !important;
    min-width: 140px !important;
}

/* Remove gap below header before hero/banner */
.elementor-location-header + *,
.site-content,
#content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Mobile compact spacing */
@media only screen and (max-width: 900px) {
    .ks-main-inner {
        min-height: 62px !important;
    }

    .ks-topbar-inner {
        min-height: 30px !important;
    }

    .ks-logo {
        width: 135px !important;
        max-height: 44px !important;
    }
}/* End custom CSS */