.elementor-4444 .elementor-element.elementor-element-bd1afb6{--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-4170fb3 *//* =====================================================
   GLOBAL RESET
===================================================== */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 70px;
  overflow-x: hidden;
}

/* =====================================================
   TOP BAR
===================================================== */

.tw-topbar {
  background: #000;
  color: #ffd000;
  text-align: center;
  padding: 6px 8px;
  font-size: 12px;
}

.tw-topbar a {
  color: #ff3b3b;
  text-decoration: none;
  margin-left: 6px;
}

/* =====================================================
   HEADER
===================================================== */

.tw-header {
  background: #000;
  position: relative;
  z-index: 999;
}

.tw-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.tw-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tw-menu {
  font-size: 24px;
  cursor: pointer;
  color: #ffd000;
}

.tw-logo {
  font-size: 22px;
  font-weight: 800;
  color: #ffd000;
  text-decoration: none;
}

.tw-logo span {
  color: #ffffff;
}

.tw-right {
  display: flex;
  gap: 14px;
  font-size: 20px;
  margin-left: auto;
}

.tw-right a {
  color: #ffd000;
  text-decoration: none;
}

/* =====================================================
   SEARCH BAR
===================================================== */

.tw-search {
  grid-column: 1 / -1;
  display: flex;
  height: 42px;
  margin-top: 8px;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}

.tw-search input {
  flex: 1;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  outline: none;
}

.tw-search button {
  width: 50px;
  border: none;
  background: #ffd000;
  font-size: 18px;
  cursor: pointer;
}

/* =====================================================
   DESKTOP CATEGORY MENU
===================================================== */

.tw-desktop-menu {
  background: #000;
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 12px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.tw-desktop-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.tw-desktop-menu a:hover {
  color: #ffd000;
}

.tw-desktop-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #ffd000;
  transition: 0.3s;
}

.tw-desktop-menu a:hover::after {
  width: 100%;
}

/* =====================================================
   MOBILE SLIDE MENU
===================================================== */

.tw-slider {
  position: fixed !important;
  top: 0 !important;
  left: -280px !important;
  width: 260px !important;
  height: 100vh !important;
  background: #ffffff;
  z-index: 999999 !important;
  padding: 15px !important;
  overflow-y: auto !important;
  transition: left 0.35s ease !important;
  border-radius: 0 !important;
  transform: none !important;
}

.tw-slider.open {
  left: 0 !important;
}

.tw-slider-head {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 15px;
}

.tw-slider a {
  display: block !important;
  padding: 12px 0 !important;
  color: #111 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #eee !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
}

.tw-slider hr {
  margin: 15px 0;
}

/* =====================================================
   OVERLAY
===================================================== */

.tw-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999998;
}

.tw-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* =====================================================
   MOBILE BOTTOM BAR
===================================================== */

.tw-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #ddd;
  display: none;
  justify-content: space-around;
  padding: 6px 0;
  z-index: 999997;
}

.tw-bottom-bar a {
  text-align: center;
  font-size: 12px;
  color: #111;
  text-decoration: none;
}

.tw-bottom-bar span {
  display: block;
  font-size: 11px;
}

/* =====================================================
   RESPONSIVE CONTROL
===================================================== */

@media (max-width: 768px) {
  .tw-bottom-bar {
    display: flex;
  }

  .tw-desktop-menu {
    display: none;
  }
}

@media (min-width: 769px) {
  .tw-menu,
  .tw-slider,
  .tw-overlay,
  .tw-bottom-bar {
    display: none !important;
  }
}/* End custom CSS */