/* Header overrides for centered menu and dual accent columns */
.main-header-1::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 40%;
  height: 100%;
  background-color: #ef453b;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Keep the original right-side accent */
.main-header-1::after {
  left: auto;
  right: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Position left logo box */
.main-header-1 .main-logo {
  display: block;
  left: 5%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.main-header-1 .main-logo img {
  width: 80px !important;
  height: auto;
}

/* Right-side logo box */
.main-header-1 .main-logo-right {
  left: auto;
  right: 5%;
  transform: translate(50%, -50%);
}

.header-menu-area .header-menu-items .menu {
  position: relative;
  display: flex;
  align-items: center;
}

.header-menu-area .header-menu-items .menu .main-menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.header-menu-area .header-menu-items .menu .main-menu > ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-menu-area.sticky_menu .header-menu-items .menu .sticky-logo {
  position: absolute;
  left: 0;
}

.header-menu-area .header-menu-items .menu .sticky-logo {
  position: absolute;
  left: 0;
}

.header-menu-area .header-menu-items .logo-1 {
  position: absolute;
  left: 0;
}

.header-menu-area .header-menu-items .logo-1 img,
.header-menu-area .header-menu-items .menu .sticky-logo img {
  width: 80px !important;
  height: auto;
}

/* Mobile header adjustments */
.mobile-menu-toggle-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #ef453b;
  background-color: #ef453b;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
}

.mobile-menu-toggle-btn:hover {
  background-color: #d63f36;
  border-color: #d63f36;
}

@media (max-width: 1199px) {
  .main-header-1 .main-logo {
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
  }

  .main-header-1 .main-logo img,
  .header-menu-area .header-menu-items .logo-1 img,
  .header-menu-area .header-menu-items .menu .sticky-logo img {
    width: 60px !important;
  }

  .header-menu-area .header-menu-items .logo-1 {
    position: static;
  }

  .header-menu-area .header-menu-items .menu .sticky-logo {
    position: static;
  }

  .mobile-menu-toggle-btn {
    display: inline-flex;
  }
}

.body-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9990;
}

.body-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Prevent hero text overlap between slides */
.hero-1 .swiper-slide .hero-content,
.hero-1 .swiper-slide .arrow-shape,
.hero-1 .swiper-slide .arrow-shape-2 {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.hero-1 .swiper-slide-active .hero-content,
.hero-1 .swiper-slide-active .arrow-shape,
.hero-1 .swiper-slide-active .arrow-shape-2,
.hero-1 .swiper-slide-duplicate-active .hero-content,
.hero-1 .swiper-slide-duplicate-active .arrow-shape,
.hero-1 .swiper-slide-duplicate-active .arrow-shape-2 {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Subsidiary section */
.subsidiary-section {
  position: relative;
  padding: 90px 0;
  background-image: linear-gradient(rgba(15, 18, 28, 0.78), rgba(15, 18, 28, 0.78)),
  url("assets/img/breadcrumb/breadcrumb.jpg");
  background-size: cover;
  background-position: center;
}

.subsidiary-section .subsidiary-kicker {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 10px;
}

.subsidiary-section .subsidiary-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}

.subsidiary-section .subsidiary-title span {
  color: #ef453b;
}

.subsidiary-section .subsidiary-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
