.elementor-37 .elementor-element.elementor-element-6f9a510{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-cb97f98 *//* ------------------------------- */
/* CONTAINER */
/* ------------------------------- */
.tg-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* ------------------------------- */
/* TOP BAR */
/* ------------------------------- */
.tg-topbar {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.tg-topbar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tg-logo img {
    max-height: 40px;
    width: auto;
}

/* DARK MODE SWITCH */
.tg-darkmode-toggle .tg-switch {
    width: 55px;
    height: 28px;
    background: #ccc;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

.tg-darkmode-toggle .tg-switch::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: 0.25s ease;
}

/* SEARCH ICON */
.tg-search {
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.tg-search:hover {
    color: #000;
}

/* ------------------------------- */
/* MENU BAR */
/* ------------------------------- */
.tg-menubar {
    background: linear-gradient(90deg, #c91c04, #dd2507);
    padding: 12px 0;
}

.tg-main-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 0;
    margin: 0;
}

.tg-main-menu li a {
    color: #ffffff;
    font-family: 'Khula', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.tg-main-menu li a:hover {
    opacity: 0.75;
}

/* ------------------------------- */
/* RESPONSIVE */
/* ------------------------------- */
@media (max-width: 768px) {

    .tg-main-menu {
        flex-wrap: wrap;
        gap: 15px;
    }

    .tg-main-menu li {
        width: 45%;
        text-align: center;
    }

    .tg-topbar-row {
        flex-direction: column;
        gap: 10px;
    }
}/* End custom CSS */