.menu-area {
  background: #242B30 !important;
}

.sec-title {
  font-size: 35px !important;
}

/* Hero Slider Simplification */
.hero-5 .th-hero-img {
    min-width: 100% !important;
    max-height: none !important;
    margin-left: 0 !important;
}

.hero-5 .th-hero-img img {
    width: 100% !important;
    max-width: 1920px !important;
    height: 780px !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
}

.th-hero-wrapper.hero-5 {
    background-color: transparent !important;
    max-height: 780px !important;
    overflow: hidden !important;
}