.elementor-kit-5{--e-global-color-primary:#17477C;--e-global-color-secondary:#2964A5;--e-global-color-text:#000000;--e-global-color-accent:#17477C;--e-global-color-49baf8e:#2964A5;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;line-height:26px;color:#FFFFFF;border-style:none;border-radius:10px 10px 10px 10px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-style:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#2964A5;font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-5 h1{color:#17477C;font-family:"Poppins", Sans-serif;font-size:50px;font-weight:700;line-height:60px;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:35px;font-weight:600;}.elementor-kit-5 h4{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;}.elementor-kit-5 h5{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:25px;font-weight:600;}.elementor-kit-5 h6{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:22px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.banner-bottom-youtube-button {
    width: 400px;
}

.banner-bottom-youtube-button svg {
    font-size: 100px !important;
}

.banner-bottom-youtube-button .elementor-button-text {
    margin-top: 11px;
}

.step-card-aboutus .step-badge-aboutus-outer {
    top: 50% !important;
    left: -29px !important;
    transform: translateY(-50%) !important;
}

.step-card-aboutus .step-badge-aboutus {
    background: #17477c;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 59px;
}

/* =========================
   BASE (global typography)
   ========================= */

.custom-topbar {
    padding: 8px 0;
    background: #fff;

    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    text-transform: var(--e-global-typography-text-text-transform);

    color: var(--e-global-color-primary);
}

.custom-topbar * {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.custom-topbar a {
    text-decoration: none;
    color: var(--e-global-color-primary);
}

.custom-topbar a:hover {
    text-decoration: underline;
    color: var(--e-global-color-accent);
}

/* =========================
   DESKTOP (your current style)
   ========================= */

.topbar-container {
    margin: 0 auto;

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

    padding: 0 20px;
    gap: 20px;
}

.topbar-left,
.topbar-center,
.topbar-right {
    white-space: nowrap;
}

.topbar-center {
    border-left: 1px solid var(--e-global-color-primary);
    border-right: 1px solid var(--e-global-color-primary);
    padding: 0 20px;
}

.topbar-center strong {
    font-size: 20px;
}

/* Desktop visible by default */
.topbar-desktop {
    display: block;
}

.topbar-mobile {
    display: none;
}

.tbm-icon svg {
    width: 18px;
    height: 18px;
}

/* =========================
   TABLET + MOBILE (<=992px)
   show compact layout instead
   ========================= */

@media (min-width: 1400px) and (max-width: 1580px) {

    .topbar-left,
    .topbar-right {
        font-size: 13px;
    }

    .topbar-center {
        padding: 0 15px;
        /* reduce divider spacing */
    }

    .topbar-center strong {
        font-size: 16px;
    }

}

@media (max-width: 1400px) {

    /* Hide desktop completely */
    .topbar-desktop {
        display: none;
    }

    .topbar-mobile {
        display: block;
    }

    .custom-topbar {
        padding: 0;
    }

    .topbar-mobile-hours {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        background: rgba(0, 0, 0, 0.06);
        text-align: center;
        padding: 10px 0;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .topbar-mobile-hours strong {
        font-size: 13px;
        font-weight: 700;
    }

    /* Tablet: two items side by side */
    .topbar-mobile-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .tbm-item {
        padding: 12px 10px;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .tbm-title {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .tbm-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .tbm-icon {
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: var(--e-global-color-primary);
        color: #fff !important;

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

        font-size: 14px;
        text-decoration: none !important;
    }

    .tbm-icon:hover {
        opacity: 0.92;
        text-decoration: none !important;
    }
}

/* =========================
   MOBILE ONLY (<=480px)
   allow titles to wrap nicely
   ========================= */
@media (max-width: 480px) {
    .tbm-title {
        white-space: normal;
        line-height: 1.2;
    }
}

@media (max-width:1320px) {
    .step-card-aboutus .step-badge-aboutus-outer {
        left: -18px !important;
    }
}

@media (max-width:1024px) {
    .about-us-dennis-img {
        position: relative !important;
        top: 0px !important;
        bottom: 0px !important;
    }

    .how-it-works-about-us-section-outter {
        background: none !important;
    }
}

@media (min-width:1025px) and (max-width:1293px) {
    .header-menu-main a span {
        font-size: 13px !important;
    }

    .banner-text-wrap p {
        font-size: 15px !important;
        line-height: 22px;
    }

    .banner-text-wrap h2 {
        font-size: 17px !important;
    }

    .banner-text-wrap img {
        width: 60px !important;
    }

    .banner-slides-wrap {
        padding-top: 100px !important;
    }

    .banner-text-wrap {
        padding-bottom: 80px !important;
        padding-top: 50px;
    }

    .banner-bootm-wrap .elementor-button-link {
        padding: 15px 20px !important;
    }

    .banner-bootm-wrap .elementor-button-text {
        font-size: 16px !important;
        line-height: 20px;
    }

    .banner-bottom-youtube-button svg {
        font-size: 50px !important;
    }

    .banner-bottom-youtube-button {
        width: 244px;
    }

    .banner-bottom-youtube-button .elementor-button-text {
        margin-top: 0px;
    }

    .banner-buttons-outer-wrap {
        margin-top: -36px !important;
    }

    .about-us-dennis-img {
        position: relative !important;
        top: unset !important;
        bottom: -20px !important;
    }

    .about-us-one-market-wrap h2 {
        font-size: 28px !important;
    }

    .about-us-one-market-wrap h5 {
        font-size: 20px !important;
    }

    .about-us-one-market-wrap .elementor-widget-text-editor {
        font-size: 16px !important;
    }
}

/* Tablet only (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .remove-break-line-tablet {
        display: none;
    }

    .banner-bottom-youtube-button svg {
        font-size: 40px !important;
    }

    .banner-bottom-youtube-button .elementor-button-text {
        margin-top: 0px !important;
    }

    .step-card-aboutus .step-badge-aboutus {
        width: 45px;
        height: 45px;
        font-size: 25px;
        line-height: 46px;
    }
}

/* Mobile only (0 – 767px) */
@media (max-width: 767px) {
    .remove-break-line-mobile {
        display: none;
    }

    .banner-bottom-youtube-button {
        width: 100%;
    }

    .banner-bottom-youtube-button svg {
        font-size: 40px !important;
    }

    .banner-bottom-youtube-button .elementor-button-text {
        margin-top: 7px !important;
    }

    .step-card-aboutus .step-badge-aboutus {
        width: 45px;
        height: 45px;
        font-size: 25px;
        line-height: 46px;
    }
}/* End custom CSS */