:root {
  --rs-ff-body: "Segoe UI", Arial, sans-serif;
  --rs-ff-title: "Segoe UI", Arial, sans-serif;
  --rs-ff-p: "Segoe UI", Arial, sans-serif;
  --rs-theme-orange: #e30613;
  --rs-theme-red: #e30613;
  --rs-theme-blue: #f7c600;
  --rs-theme-light-blue: #ffdc3d;
  --rs-theme-deep-blue: #e30613;
  --rs-theme-medium-blue: #f7c600;
  --rs-theme-green: #e30613;
  --rs-theme-light-green: #f7c600;
  --rs-theme-medium-green: #f7c600;
  --rs-theme-bright-green: #e30613;
  --rs-theme-cyan: #f7c600;
  --rs-theme-yellow: #f7c600;
  --rs-theme-medium-yellow: #ffdc3d;
  --rs-bg-dark-blue: #1b0809;
  --rs-bg-dark-green: #1b0809;
  --rs-title-secondary: #2a1515;
  --rs-text-tertiary: #2a1515;
}

/* Inner pages: Mohindra industrial redesign */
.mmw-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111 url("../img/generated/generic-page-banner.png") center/cover
    no-repeat;
  color: #fff;
}

.mmw-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mmw-offer {
  padding: 26px 22px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e5e7ea;
  transition: 0.3s;
}
.mmw-offer:hover {
  transform: translateY(-6px);
  border-color: #ed4b08;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}
.mmw-offer i {
  display: block;
  margin-bottom: 16px;
  color: #ed4b08;
  font-size: 28px;
}
.mmw-offer h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
.mmw-why-photo {
  min-height: 560px;
}
.mmw-checks {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}
.mmw-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}
.mmw-checks i {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  place-items: center;
  background: #ed4b08;
  color: #fff;
  font-size: 13px;
}
.mmw-reach {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 55px;
  background: #17191c;
  color: #fff;
}
.mmw-reach:after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 230px;
  height: 230px;
  border: 45px solid rgba(237, 75, 8, 0.15);
  border-radius: 50%;
}
.mmw-reach h2 {
  color: #fff;
}
.mmw-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.mmw-city-tags span {
  padding: 10px 15px;
  border: 1px solid #42464b;
  border-radius: 30px;
  background: #24272b;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .mmw-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mmw-why-photo {
    min-height: 420px;
  }
  .mmw-reach {
    padding: 40px;
  }
}

/* Testimonial logos, full card content and counter breathing room */
.home-page-main .rs-testimonial-one .swiper-wrapper {
  align-items: stretch;
}
.home-page-main .rs-testimonial-one .swiper-slide {
  display: flex;
  height: auto;
}
.home-page-main .rs-testimonial-one .rs-testimonial-item {
  width: 100%;
  min-height: 100%;
  padding: 32px !important;
}
.home-page-main .rs-testimonial-one .rs-testimonial-content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.home-page-main .rs-testimonial-one .rs-testimonial-description {
  flex: 1 1 auto;
}
.home-page-main .rs-testimonial-one .rs-testimonial-description p {
  margin-bottom: 0;
}
.home-page-main .rs-testimonial-one .rs-testimonial-icon {
  display: grid;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 7px;
  border: 2px solid #e30613;
  border-radius: 50%;
  place-items: center;
  background: #fff;
}
.home-page-main .rs-testimonial-one .rs-testimonial-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-page-main .rs-counter-one {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.home-page-main .rs-counter-one .rs-counter-title {
  display: block;
  padding-bottom: 2px;
  font-weight: 800;
}

/* Consistent spacing and emphasis on About, Contact, Gallery and Video pages */
main:not(.home-page-main) > section:not(.mmw-hero) {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
main:not(.home-page-main) .mmw-title,
main:not(.home-page-main) .rs-section-title,
main:not(.home-page-main) h2,
main:not(.home-page-main) h3,
main:not(.home-page-main) h4,
main:not(.home-page-main) label,
main:not(.home-page-main) .mmw-eyebrow,
main:not(.home-page-main) .rs-section-subtitle {
  font-weight: 800;
}
main:not(.home-page-main) p strong,
main:not(.home-page-main) li strong,
main:not(.home-page-main) address strong {
  color: #e30613;
  font-weight: 800;
}

@media (max-width: 991px) {
  main:not(.home-page-main) > section:not(.mmw-hero) {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-item {
    padding: 26px !important;
  }
}

@media (max-width: 575px) {
  main:not(.home-page-main) > section:not(.mmw-hero) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-item {
    padding: 24px 20px !important;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-top {
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-avater-wrapper {
    min-width: 0;
    gap: 12px;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .home-page-main .rs-counter-one {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
@media (max-width: 575px) {
  .mmw-offer-grid {
    grid-template-columns: 1fr;
  }
  .mmw-reach {
    padding: 30px 22px;
  }
}
.mmw-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 10, 12, 0.95) 0%,
    rgba(8, 10, 12, 0.78) 37%,
    rgba(8, 10, 12, 0.08) 70%
  );
}
.mmw-hero:after {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -110px;
  width: 52%;
  height: 180px;
  background: #ed4b08;
  transform: skewX(-28deg);
  opacity: 0.96;
}
.mmw-hero .container {
  position: relative;
  z-index: 2;
}
.mmw-hero-content {
  max-width: 650px;
  padding: 95px 0;
}
.mmw-hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #ff6b20;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mmw-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
}
.mmw-hero p {
  max-width: 560px;
  margin: 0 0 20px;
  color: #e8e8e8;
  font-size: 18px;
}
.mmw-crumb {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
.mmw-crumb a {
  color: #fff;
}
.mmw-crumb i {
  color: #ff6b20;
}

/* videos */
.rs-manufacturing-videos {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #05090d;
}

.rs-manufacturing-videos::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 8, 13, 0.82),
    rgba(3, 8, 13, 0.9)
  );
  content: "";
  pointer-events: none;
}

.rs-manufacturing-videos-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.52;
}

.rs-manufacturing-videos .container {
  position: relative;
  z-index: 1;
}

.rs-manufacturing-videos-head {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.rs-manufacturing-videos-head .rs-section-subtitle {
  color: var(--rs-theme-red);
}

.rs-manufacturing-videos-head .rs-section-title {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
}

.rs-manufacturing-videos-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.rs-manufacturing-video-slider {
  position: relative;
  padding: 0 52px;
}

.rs-manufacturing-video-slider .swiper {
  padding: 8px 4px 36px;
}

.rs-manufacturing-video-slider .swiper-slide {
  height: auto;
}

.rs-manufacturing-video-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rs-manufacturing-video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.17);
}

.rs-manufacturing-video-card video {
  display: block;
  width: 100%;
  height: clamp(280px, 24vw, 360px);
  object-fit: cover;
  background: #111;
}

.rs-manufacturing-video-copy {
  display: none;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 15px 18px;
  text-align: center;
}

.rs-manufacturing-video-copy span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--rs-theme-red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.rs-manufacturing-video-copy h3 {
  margin: 0;
  color: #24282d;
  font-size: 17px;
  line-height: 1.35;
}

.rs-manufacturing-video-slider .rs-video-slider-arrow {
  position: absolute !important;
  top: 50% !important;
  display: grid !important;
  width: 38px;
  height: 54px;
  margin: 0 !important;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  transform: translateY(-50%) !important;
}

.rs-manufacturing-video-slider .swiper-button-prev {
  right: auto !important;
  left: 4px !important;
}
.rs-manufacturing-video-slider .swiper-button-next {
  right: 4px !important;
  left: auto !important;
}
.rs-manufacturing-video-slider .rs-video-slider-arrow::after {
  display: none;
}
.rs-manufacturing-video-slider .rs-video-slider-arrow i {
  font-size: 24px;
}

.rs-manufacturing-video-slider .rs-video-slider-arrow:hover {
  background: transparent;
  color: var(--rs-theme-red);
}

.rs-contact-one .rs-contact-bg {
  background-position: center;
  background-size: cover;
  opacity: 0.9;
}

.rs-contact-one .rs-contact-form-bg-thumb {
  display: none;
}

@media only screen and (max-width: 575px) {
  .rs-manufacturing-videos-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .rs-manufacturing-videos-head .rs-section-subtitle {
    justify-content: flex-start !important;
  }

  .rs-manufacturing-video-slider {
    padding: 0 34px;
  }

  .rs-manufacturing-video-slider .rs-video-slider-arrow {
    width: 32px;
    height: 32px;
  }

  .rs-manufacturing-video-card video {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}

/* Home manufacturing videos: 3 desktop, 2 tablet, 1 mobile. */
.rs-work-step-one .rs-work-step-item {
  height: 100%;
  padding: 28px;
  border-radius: 14px;
  background: #fff;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0 12px 28px 0,
    rgba(0, 0, 0, 0.1) 0 2px 4px 0,
    rgba(255, 255, 255, 0.05) 0 0 0 1px inset;
}

.rs-work-step-one .process-counts {
  --bs-gutter-x: 3.5rem;
  --bs-gutter-y: 3.5rem;
  padding: 12px 8px 32px;
}

.rs-work-step-title-animated {
  display: inline-block;
  white-space: nowrap;
  animation: workStepTitleMarquee 4.5s ease-in-out infinite alternate;
}

.rs-work-step-one .rs-work-step-title-track {
  overflow: hidden;
}

@keyframes workStepTitleMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(45px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-work-step-title-animated {
    animation: none;
  }
}

.rs-header-one .main-menu > ul > li > a {
  white-space: nowrap;
  font-weight: 650;
  text-transform: uppercase;
}

.rs-header-one .main-menu > ul {
  gap: 12px;
}

.rs-header-one .rs-header-menu:empty {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .rs-header-one .rs-header-inner {
    flex-wrap: nowrap;
  }

  .rs-header-one .rs-header-menu {
    min-width: 0;
    padding-inline-start: 0;
  }

  .rs-header-one .rs-header-right {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .rs-header-one .main-menu {
    margin-inline-start: 12px;
  }

  .rs-header-one .main-menu li a {
    padding-inline: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .rs-header-one .main-menu li a {
    font-size: 16px;
    padding-inline: 9px;
  }

  .rs-header-one .main-menu > ul {
    gap: 8px;
  }
}

.rs-btn.has-theme-orange.has-bg,
.rs-swiper-btn,
.scroll-top {
  background-color: var(--rs-theme-orange);
}

.rs-btn.has-theme-orange.has-bg:hover,
.rs-swiper-btn:hover,
.scroll-top:hover {
  background-color: var(--rs-theme-red);
}

/* Convert template-orange SVG accents to the blue used in the company logo. */
svg path[fill="#E30613"],
svg path[fill="#E30613"] {
  fill: var(--rs-theme-orange);
}

/* Keep all philosophy cards visually aligned despite different title lengths. */
.rs-feature-one .rs-feature-title {
  min-height: 58px;
}

.rs-feature-one .rs-feature-descrip p {
  min-height: 84px;
}

/* Use both company-logo colors across the philosophy cards. */
.rs-feature-one .process-counts > div:nth-child(odd) .rs-feature-icon svg path {
  fill: var(--rs-theme-orange);
}

.rs-feature-one
  .process-counts
  > div:nth-child(even)
  .rs-feature-icon
  svg
  path {
  fill: var(--rs-theme-red);
}

.rs-feature-one .process-counts > div:nth-child(even) .rs-feature-title {
  color: var(--rs-theme-red);
}

.rs-feature-one .process-counts > div:nth-child(odd) .rs-feature-title:hover,
.rs-feature-one .process-counts > div:nth-child(even) .rs-feature-title:hover,
.main-menu > ul > li:hover > a {
  color: var(--rs-theme-red);
}

/* Keep every card element readable on the solid-red hover state. */
.rs-feature-one .process-counts > div .rs-feature-item:hover .rs-feature-title,
.rs-feature-one
  .process-counts
  > div
  .rs-feature-item:hover
  .rs-feature-descrip
  p {
  color: #fff !important;
}

.rs-feature-one
  .process-counts
  > div
  .rs-feature-item:hover
  .rs-feature-icon
  svg
  path {
  fill: #fff !important;
  stroke: #fff !important;
}

.rs-feature-one .rs-section-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    var(--rs-theme-orange) 0 50%,
    var(--rs-theme-red) 50% 100%
  );
}

/* Keep navigation centered and place the CTA before search. */
@media only screen and (min-width: 1200px) {
  .rs-header-one .rs-header-menu {
    flex: 1 1 auto;
    justify-content: center;
    margin-inline: 0;
  }

  .rs-header-one .main-menu {
    margin-inline: 0;
  }

  .rs-header-one .rs-header-btn {
    order: 1;
  }

  .rs-header-one .rs-header-search-wrapper {
    order: 2;
  }

  .rs-header-one .header-translate {
    order: 3;
  }

  .rs-header-one .rs-header-hamburger {
    order: 4;
  }
}

.header-translate a {
  min-height: 44px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(227, 6, 19, 0.35);
  color: #e30613;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-translate a:hover {
  border-color: var(--rs-theme-red);
  background: var(--rs-theme-red);
  color: #fff;
}

/* Remove legacy green accents in favour of the logo palette. */
svg path[fill="#023B4A"],
svg path[fill="#023b4a"],
svg path[fill="#507A7C"],
svg path[fill="#507a7c"],
svg path[fill="#4AAB3D"],
svg path[fill="#4aab3d"],
svg path[fill="#41C575"],
svg path[fill="#41c575"] {
  fill: var(--rs-theme-orange);
}

/* Keep only the clicked machine product visible in the services tabs. */
.rs-services-one .tab-content > .tab-pane:not(.active) {
  display: none !important;
}

.rs-services-one .tab-content > .tab-pane.active {
  display: block !important;
}

.rs-services-one .rs-services-tab-content-thumb {
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-services-one .rs-services-tab-content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 1200px) {
  .rs-services-one
    .rs-services-tab-content-wrapper
    .row
    > .col-xl-6:first-child {
    width: 56%;
  }

  .rs-services-one
    .rs-services-tab-content-wrapper
    .row
    > .col-xl-6:last-child {
    width: 44%;
  }

  .rs-services-one .rs-services-tab-content-thumb {
    height: 430px;
  }

  .rs-services-one .rs-services-tab-content-thumb img {
    object-fit: cover;
    object-position: center;
  }
}

.rs-services-one .rs-services-tab-content {
  margin-inline-start: 0;
  padding: 30px;
  border-left: 0;
  border-radius: 4px 12px 12px 4px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.rs-services-one .rs-services-tab-title {
  margin-bottom: 14px;
  line-height: 1.2;
}

.rs-services-one .rs-services-tab-content p {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.7;
}

.rs-services-one .rs-services-tab-list {
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  .rs-services-one .rs-services-tab-content {
    margin-top: 25px;
    padding: 24px;
  }
}

/* Services filters: keep desktop labels on one line and improve the CTA. */
.rs-services-one .rs-services-tab .nav-link {
  width: 100%;
  min-height: 55px;
  height: auto;
  padding: 12px 48px 12px 20px;
  white-space: nowrap;
  font-size: 15px;
}

.rs-services-one .rs-services-tab .nav-link svg {
  inset-inline-end: 18px;
  top: 50%;
}

.rs-services-one .rs-services-tab .nav-link.active svg,
.rs-services-one .rs-services-tab .nav-link:hover svg {
  transform: translate(0, -50%);
}

.rs-services-one .rs-services-tab-btn .rs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 11px 24px;
  border: 1px solid var(--rs-theme-orange);
  border-radius: 3px;
  background: var(--rs-theme-orange);
  color: var(--rs-white);
  text-decoration: none;
  line-height: 1;
}

.rs-services-one .rs-services-tab-btn .rs-btn .icon-box {
  width: 18px;
  color: inherit;
}

.rs-services-one .rs-services-tab-btn .rs-btn svg {
  fill: currentColor;
}

.rs-services-one .rs-services-tab-btn .rs-btn:hover {
  background: var(--rs-theme-red);
  border-color: var(--rs-theme-red);
  color: var(--rs-white);
}

@media only screen and (max-width: 991px) {
  .rs-services-one .rs-services-tab .nav-link {
    white-space: normal;
  }
}

/* About collage: reveal more of the rear image and animate the lower gap. */
.rs-about-thirteen .rs-about-thumb-wrapper {
  isolation: isolate;
}

.rs-about-thirteen .rs-about-thumb.has-large {
  position: relative;
  z-index: 1;
  transform: translateX(-35px);
}

.rs-about-thirteen .rs-about-thumb.has-small {
  inset-inline-end: -20px;
}

.rs-about-thirteen .rs-about-rotating-gear {
  position: absolute;
  z-index: 0;
  inset-inline-start: 45px;
  bottom: -92px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 0deg,
    var(--rs-theme-orange) 0deg 8deg,
    transparent 8deg 18deg
  );
  animation: rs-about-gear-spin 12s linear infinite;
}

.rs-about-thirteen .rs-about-rotating-gear::before {
  position: absolute;
  content: "";
  inset: 17px;
  border: 3px solid var(--rs-theme-orange);
  border-radius: 50%;
  background: var(--rs-white);
  box-shadow: inset 0 0 0 12px rgba(234, 85, 1, 0.1);
}

.rs-about-thirteen .rs-about-rotating-gear::after {
  position: absolute;
  content: "";
  inset: 43px;
  border-radius: 50%;
  background: var(--rs-theme-orange);
}

@keyframes rs-about-gear-spin {
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 991px) {
  .rs-about-thirteen .rs-about-thumb.has-large {
    transform: translateX(-15px);
  }

  .rs-about-thirteen .rs-about-thumb.has-small {
    inset-inline-end: 0;
  }

  .rs-about-thirteen .rs-about-rotating-gear {
    inset-inline-start: 25px;
    bottom: 18px;
    width: 88px;
    height: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rs-about-thirteen .rs-about-rotating-gear {
    animation: none;
  }
}

/* Keep the About collage balanced with the longer company introduction. */
.rs-about-thirteen {
  overflow: hidden;
}

.rs-about-thirteen .row {
  align-items: center;
}

.rs-about-thirteen .rs-about-thumb-wrapper {
  position: relative;
  top: auto;
  width: 100%;
  max-width: 650px;
  min-height: 620px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.rs-about-thirteen .rs-about-thumb.has-large {
  width: 82%;
  height: 520px;
  transform: none;
  visibility: visible;
}

.rs-about-thirteen .rs-about-thumb.has-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rs-about-thirteen .rs-about-thumb.has-small {
  inset-inline-end: 0;
  bottom: 20px;
  width: 300px;
  height: 300px;
  max-width: none;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 50%;
  visibility: visible;
  box-shadow: 0 18px 45px rgba(20, 35, 64, 0.2);
}

.rs-about-thirteen .rs-about-thumb.has-small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rs-about-thirteen .rs-about-rotating-gear {
  display: none;
}

.rs-about-thirteen .rs-about-wrapper {
  margin-inline-start: 20px;
}

.rs-about-thirteen .rs-section-title {
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 1.12;
}

.rs-about-thirteen .rs-about-content-wrapper .descrip {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.72;
}

@media only screen and (max-width: 1199px) {
  .rs-about-thirteen .rs-about-thumb-wrapper {
    min-height: 560px;
  }

  .rs-about-thirteen .rs-about-thumb.has-large {
    height: 460px;
  }

  .rs-about-thirteen .rs-about-wrapper {
    margin-inline-start: 0;
  }
}

@media only screen and (max-width: 991px) {
  .rs-about-thirteen .rs-about-thumb-wrapper {
    max-width: 680px;
    min-height: 590px;
    margin-bottom: 35px;
  }

  .rs-about-thirteen .rs-about-thumb.has-large {
    width: 84%;
    height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .rs-about-thirteen .rs-about-thumb-wrapper {
    min-height: 430px;
    padding-bottom: 45px;
  }

  .rs-about-thirteen .rs-about-thumb.has-large {
    width: 88%;
    height: 360px;
  }

  .rs-about-thirteen .rs-about-thumb.has-small {
    width: 190px;
    height: 190px;
    border-width: 5px;
  }

  .rs-about-thirteen .rs-section-title {
    font-size: 34px;
  }
}

/* Keep the recent red FAQ treatment without the template's black card background. */
.rs-faq-two .rs-section-subtitle.has-theme-orange {
  color: var(--rs-theme-red);
}

.rs-faq-two .rs-section-title-wrapper {
  margin-bottom: 34px;
}

.rs-faq-two .rs-section-title-wrapper .rs-section-subtitle {
  margin-bottom: 16px;
}

.rs-faq-two .rs-section-title-wrapper .rs-section-title {
  margin-bottom: 18px;
  line-height: 1.2;
}

.rs-faq-two .rs-section-title-wrapper .descrip {
  margin: 0;
  line-height: 1.7;
}

.rs-faq-two .rs-accordion-one.has-theme-orange .rs-accordion-item {
  border: 1px solid rgba(227, 6, 19, 0.14);
  background: #fff;
}

.rs-faq-two .rs-accordion-one.has-theme-orange .accordion-button {
  background: transparent !important;
  color: #1f1f1f;
}

.rs-faq-two
  .rs-accordion-one.has-theme-orange
  .accordion-button:not(.collapsed) {
  color: var(--rs-theme-red);
}

.rs-faq-two
  .rs-accordion-one.has-theme-orange
  .accordion-button
  .accordion-btn::before,
.rs-faq-two
  .rs-accordion-one.has-theme-orange
  .accordion-button
  .accordion-btn::after {
  background: #1f1f1f;
}

.rs-faq-two
  .rs-accordion-one.has-theme-orange
  .accordion-button:not(.collapsed)
  .accordion-btn::after {
  background: var(--rs-theme-red);
}

.rs-faq-two .rs-accordion-one.has-theme-orange .accordion-body {
  background: transparent;
  color: #616161;
}

/* Final responsive safeguards for all homepage sections. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
}

.mmw-footer-column,
.rs-services-tab-content,
.rs-faq-content-wrapper {
  min-width: 0;
}

.mmw-footer-column a,
.rs-faq-two .accordion-button {
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-title span {
    white-space: normal;
  }

  .rs-banner-one .rs-banner-content {
    max-width: 100%;
  }

  .rs-faq-two .rs-faq-thumb {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 575px) {
  .rs-faq-two .rs-section-title-wrapper {
    margin-bottom: 24px;
  }

  .rs-faq-two .rs-section-title-wrapper .rs-section-title {
    margin-bottom: 14px;
  }

  .rs-faq-two .rs-accordion-one.has-theme-orange .accordion-button,
  .rs-faq-two .rs-accordion-one.has-theme-orange .accordion-body {
    padding: 17px 42px 17px 18px;
  }

  .rs-faq-two .accordion-button {
    font-size: 16px;
    line-height: 1.45;
  }

  .rs-banner-one .rs-banner-descrip {
    max-width: 100%;
  }
}

/* Four-step manufacturing process cards. */

.rs-services-five .rs-services-icon svg {
  display: none;
}

.rs-services-five .rs-services-icon::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--rs-theme-orange);
  font-family: "remixicon";
  font-size: 34px;
  line-height: 1;
}

.rs-services-five .row.g-5 > .col-xl-4:nth-child(1) .rs-services-icon::after {
  content: "\f21b";
}

.rs-services-five .row.g-5 > .col-xl-4:nth-child(2) .rs-services-icon::after {
  content: "\f231";
}

.rs-services-five .row.g-5 > .col-xl-4:nth-child(3) .rs-services-icon::after {
  content: "\ee68";
}

.rs-services-five .row.g-5 > .col-xl-4:nth-child(4) .rs-services-icon::after {
  content: "\f350";
}

.rs-services-five .row.g-5 > .col-xl-4:nth-child(5) .rs-services-icon::after {
  content: "\ec0c";
}

.rs-services-five .row.g-5 > .col-xl-4:nth-child(6) .rs-services-icon::after {
  content: "\f0e2";
}

.rs-services-five .row.g-5 > .col-xl-4 {
  display: flex;
}

.rs-services-five .rs-services-item {
  width: 100%;
  height: 330px;
  min-height: 330px;
}

.rs-services-five .rs-services-title {
  min-height: 58px;
}

.rs-services-five .rs-services-content .descrip {
  min-height: 112px;
}

/* Keep large counter values such as 12,600+ on one line. */
.rs-counter-one .rs-counter-number,
.rs-counter-one .prefix {
  font-size: 68px;
  letter-spacing: -2px;
}

.rs-counter-one .rs-counter-number-wrapper {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.rs-counter-one .rs-counter-number,
.rs-counter-one .prefix {
  flex: 0 0 auto;
}

/* Render the video section as a real autoplaying background video. */
.rs-video-one {
  overflow: hidden;
  background: #111;
}

.rs-video-one .rs-video-bg-thumb {
  z-index: 0;
}

.rs-video-one .rs-video-bg-thumb video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rs-video-one .rs-video-bg-thumb::before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.rs-video-one > .container {
  position: relative;
  z-index: 2;
}

.rs-video-one .rs-video-content {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-video-one .rs-video-play-btn {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.rs-video-one .rs-video-banner-copy {
  width: 100%;
}

.rs-video-one .rs-video-banner-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(64px, 7vw, 108px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -3px;
  -webkit-text-stroke: 2px #9f000a;
  paint-order: stroke fill;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
}

.rs-video-one .rs-video-banner-copy p {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media only screen and (max-width: 1199px) {
  .rs-video-one .rs-video-content {
    min-height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .rs-video-one .rs-video-content {
    min-height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-video-one .rs-video-content {
    min-height: 350px;
  }

  .rs-video-one .rs-video-banner-title {
    font-size: 48px;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 1px;
  }

  .rs-video-one .rs-video-banner-copy p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .rs-video-one .rs-video-content {
    min-height: 300px;
  }

  .rs-video-one .rs-video-banner-title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1199px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 58px;
  }
}

@media only screen and (max-width: 575px) {
  .rs-counter-one .rs-counter-number,
  .rs-counter-one .prefix {
    font-size: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .rs-services-five .rs-services-item {
    height: auto;
    min-height: auto;
  }

  .rs-services-five .rs-services-title,
  .rs-services-five .rs-services-content .descrip {
    min-height: auto;
  }
}

/* Uniform banner canvas and outlined caption styling. */
.rs-banner-one .rs-banner-item-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
}

.rs-banner-one .rs-banner-bg-thumb {
  background-size: cover;
  background-position: center center;
}

.rs-banner-one .rs-banner-title {
  max-width: 900px;
  color: #fff;
  font-size: clamp(58px, 5.2vw, 88px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -2px;
  -webkit-text-stroke: 1.5px #9f000a;
  paint-order: stroke fill;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-item-wrapper {
    min-height: 560px;
  }

  .rs-banner-one .rs-banner-title {
    font-size: 52px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-item-wrapper {
    min-height: 500px;
  }

  .rs-banner-one .rs-banner-title {
    font-size: 38px;
    -webkit-text-stroke-width: 1px;
  }
}

.rs-banner-one .hero-side-social {
  gap: 20px;
  margin: 0;
  padding: 0;
  border: 0;
}

.rs-banner-one .hero-side-social a {
  color: var(--rs-text-primary);
  font-size: 19px;
  line-height: 1;
}

.rs-banner-one .hero-side-social a:hover {
  color: var(--rs-theme-red);
}

.rs-banner-one .hero-side-orange-tip {
  display: grid;
  flex: 0 0 90px;
  width: 90px;
  height: 64px;
  margin-inline-end: 12px;
  place-items: center;
  background: var(--rs-theme-orange);
  clip-path: polygon(0 0, 100% 0, 100% 55%, 50% 100%, 0 55%);
  color: #fff;
  transform: rotate(90deg);
}

.rs-banner-one .hero-side-orange-tip i {
  margin-top: -10px;
  font-size: 23px;
}

.rs-banner-one .rs-banner-shape img {
  filter: hue-rotate(330deg) saturate(1.8) contrast(1.08);
}

/* Keep the caption readable without covering the machine artwork. */
.rs-banner-one .rs-banner-title {
  max-width: 680px;
  font-size: 54px;
  line-height: 1.12;
}

.rs-banner-one .rs-banner-descrip {
  max-width: 560px;
}

@media only screen and (max-width: 1600px) {
  .rs-banner-one .rs-banner-title {
    max-width: 610px;
    font-size: 50px;
  }
}

@media only screen and (max-width: 1366px) {
  .rs-banner-one .rs-banner-title {
    max-width: 540px;
    font-size: 44px;
  }
}

@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-title {
    font-size: 34px;
  }
}

.rs-banner-one .rs-banner-navigation {
  inset-inline-end: 30px;
  top: auto;
  bottom: 30px;
  transform: none;
}

.rs-banner-one .rs-banner-top-copy {
  position: absolute;
  top: 90px;
  inset-inline-start: 125px;
  z-index: 5;
  width: min(760px, calc(100% - 190px));
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.rs-banner-one .swiper-slide-active .rs-banner-top-copy {
  opacity: 1;
  visibility: visible;
}

.rs-banner-one .rs-banner-top-copy h1,
.rs-banner-one .rs-banner-top-copy h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -1.5px;
}

.rs-banner-one .rs-banner-top-copy h1 span,
.rs-banner-one .rs-banner-top-copy h2 span {
  display: block;
}

.rs-banner-one .rs-banner-top-copy h1 span:first-child,
.rs-banner-one .rs-banner-top-copy h2 span:first-child {
  color: var(--rs-theme-red);
}

.rs-banner-one .rs-banner-top-copy h1 span:nth-child(2),
.rs-banner-one .rs-banner-top-copy h2 span:nth-child(2) {
  color: var(--rs-theme-yellow);
}

.rs-banner-one .rs-banner-top-copy h1 span:nth-child(3),
.rs-banner-one .rs-banner-top-copy h2 span:nth-child(3) {
  color: var(--rs-theme-red);
}

.rs-banner-one .rs-banner-top-copy p {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.75);
}

.rs-banner-one .rs-banner-trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  white-space: nowrap;
}

.rs-banner-one .rs-banner-trust-row .trust-logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 125px;
  width: 125px;
  height: 125px;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
}

.rs-banner-one .rs-banner-trust-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rs-banner-one .rs-banner-trust-row .trust-logo-iso {
  object-fit: cover;
  object-position: center;
  clip-path: circle(47% at 50% 50%);
}

@media only screen and (max-width: 991px) {
  .rs-banner-one .rs-banner-top-copy {
    top: 55px;
    inset-inline-start: 20px;
    width: calc(100% - 40px);
  }

  .rs-banner-one .rs-banner-top-copy h1,
  .rs-banner-one .rs-banner-top-copy h2 {
    font-size: 34px;
  }

  .rs-banner-one .rs-banner-top-copy p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .rs-banner-one .rs-banner-top-copy {
    top: 34px;
    inset-inline-start: 14px;
    width: calc(100% - 28px);
  }

  .rs-banner-one .rs-banner-top-copy h1,
  .rs-banner-one .rs-banner-top-copy h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .rs-banner-one .rs-banner-top-copy p {
    font-size: 14px;
    line-height: 1.5;
  }

  .rs-banner-one .rs-banner-trust-row {
    gap: 6px;
    margin-top: 16px;
    white-space: normal;
  }

  .rs-banner-one .rs-banner-trust-row .trust-logo-card {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
    padding: 4px;
  }
}

/* Match banner typography with the outlined video-banner heading. */
.rs-banner-one .rs-banner-title {
  max-width: 920px;
  color: #fff;
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -1.5px;
  -webkit-text-stroke: 2px #9f000a;
  paint-order: stroke fill;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
}

.rs-banner-one .rs-banner-content {
  margin-inline-start: -20px;
  max-width: 920px;
}

.rs-banner-one .rs-banner-title span {
  display: block;
  white-space: nowrap;
}

.rs-banner-one .rs-banner-title .banner-title-accent {
  color: var(--rs-theme-orange, #f32735);
  -webkit-text-stroke-color: #7c1018;
}

.rs-banner-one .rs-banner-title .banner-title-light {
  color: var(--rs-theme-yellow);
  -webkit-text-stroke-color: #8a6e00;
}

.rs-banner-one .rs-banner-descrip {
  max-width: 680px;
}

.rs-banner-one .rs-banner-descrip p {
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media only screen and (max-width: 1199px) {
  .rs-banner-one .rs-banner-content {
    margin-inline-start: 0;
  }

  .rs-banner-one .rs-banner-title {
    font-size: 43px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .rs-banner-one .rs-banner-content {
    margin-inline-start: 0;
  }

  .rs-banner-one .rs-banner-title {
    font-size: 38px;
    letter-spacing: -1px;
    -webkit-text-stroke-width: 1px;
  }

  .rs-banner-one .rs-banner-title span {
    white-space: normal;
  }

  .rs-banner-one .rs-banner-descrip p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .rs-banner-one .rs-banner-title {
    font-size: 32px;
  }
}

/* Custom image-backed footer inspired by the supplied reference. */
.mmw-footer {
  position: relative;
  overflow: hidden;
  padding: 85px 0 26px;
  color: #fff;
  background: #090b0e;
}

.mmw-footer-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.82;
  filter: grayscale(0.05) saturate(0.9) contrast(1.08);
}

.mmw-footer::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    110deg,
    rgba(5, 7, 10, 0.88),
    rgba(7, 9, 12, 0.68)
  );
}

.mmw-footer .container {
  position: relative;
  z-index: 1;
}

.mmw-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
  gap: 45px;
  padding: 0 10px 58px;
}

.mmw-footer-column h5 {
  margin-bottom: 22px;
  color: #f7c600;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 3px solid #e30613;
  padding-left: 10px;
  text-shadow: none;
}

.mmw-footer-column p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.75;
  text-shadow: none;
}

.mmw-footer-column ul {
  margin: 0;
  padding: 0;
}

.mmw-footer-column li {
  margin-bottom: 11px;
  list-style: none;
  font-size: 14px;
}

.mmw-footer-column a {
  color: rgba(255, 255, 255, 0.88);
  text-shadow: none;
}

.mmw-footer-column:not(.mmw-footer-about) > ul:not(.mmw-footer-hours) a {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.45;
}

.mmw-footer-column:not(.mmw-footer-about)
  > ul:not(.mmw-footer-hours)
  a::before {
  content: "\2713";
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid #e30613;
  border-radius: 50%;
  color: #f7c600;
  background: #e30613;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.mmw-footer-column a:hover {
  color: #f7c600;
  padding-left: 4px;
}

.mmw-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.mmw-footer-contact i {
  margin-top: 3px;
  color: #f7c600;
  font-size: 17px;
}

.mmw-footer-hours li {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

.mmw-footer-hours strong {
  color: #fff;
  font-size: 14px;
}

.mmw-useful-title {
  margin-top: 25px;
  margin-bottom: 14px !important;
}

.mmw-footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 92px;
  padding: 18px 28px;
  border-top: 2px solid #e30613;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mmw-footer-logo img {
  width: 185px;
  max-height: 72px;
  object-fit: contain;
}

.mmw-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.mmw-footer-social {
  display: flex;
  gap: 10px;
}

.mmw-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e30613;
  background: #e30613;
  color: #f7c600;
}

.mmw-footer-social a:hover {
  border-color: #f7c600;
  background: #f7c600;
  color: #e30613;
}

@media only screen and (max-width: 991px) {
  .mmw-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 575px) {
  .mmw-footer {
    padding-top: 65px;
  }

  .mmw-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 40px;
  }

  .mmw-footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    text-align: center;
  }
}

/* Company page: image collage, Why Choose and Mission/Vision */
.mmw-about-collage {
  position: relative;
  min-height: 540px;
  padding: 0 0 70px 55px;
}
.mmw-about-main {
  height: 470px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(15, 22, 32, 0.18);
}
.mmw-about-main img,
.mmw-about-small img,
.mmw-why-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mmw-about-small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48%;
  height: 230px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 19px;
  box-shadow: 0 18px 40px rgba(15, 22, 32, 0.2);
}
.mmw-about-badge {
  position: absolute;
  right: 20px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-radius: 14px;
  background: #e30613;
  color: #fff;
  box-shadow: 0 15px 35px rgba(227, 6, 19, 0.28);
}
.mmw-about-badge strong {
  font-size: 38px;
  line-height: 1;
}
.mmw-about-badge span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.mmw-about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 25px;
}
.mmw-about-points span {
  font-weight: 800;
}
.mmw-about-points i {
  margin-right: 7px;
  color: #e30613;
}
.mmw-why-section {
  background: linear-gradient(135deg, #fff 0%, #f4f5f7 100%);
}
.mmw-why-image {
  position: relative;
  height: 610px;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(15, 22, 32, 0.18);
}
.mmw-why-float {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 290px;
  padding: 18px 20px;
  border-radius: 13px;
  background: rgba(16, 19, 23, 0.92);
  color: #fff;
  backdrop-filter: blur(8px);
}
.mmw-why-float > i {
  color: #f7c600;
  font-size: 34px;
}
.mmw-why-float span {
  font-size: 13px;
  line-height: 1.4;
}
.mmw-why-float strong {
  display: block;
  font-size: 16px;
}
.mmw-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.mmw-choose-grid li {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 16px;
  border: 1px solid #e1e3e6;
  border-radius: 13px;
  background: #fff;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(15, 22, 32, 0.05);
  transition: 0.3s;
}
.mmw-choose-grid li:hover {
  transform: translateY(-4px);
  border-color: #e30613;
}
.mmw-choose-grid i {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  place-items: center;
  background: rgba(227, 6, 19, 0.1);
  color: #e30613;
  font-size: 18px;
}
.mmw-purpose-section {
  background: #f7f8fa;
}
.mmw-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.mmw-purpose-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 45px;
  border: 1px solid #e1e4e8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(15, 22, 32, 0.08);
}
.mmw-purpose-card:after {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 190px;
  height: 190px;
  border: 38px solid rgba(227, 6, 19, 0.06);
  border-radius: 50%;
  content: "";
}
.mmw-purpose-dark {
  border-color: #25292f;
  background: linear-gradient(145deg, #171a1f, #292e35);
  color: rgba(255, 255, 255, 0.78);
}
.mmw-purpose-dark h3,
.mmw-purpose-dark h4 {
  color: #fff;
}
.mmw-purpose-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
  border-radius: 19px;
  place-items: center;
  background: #e30613;
  color: #fff;
  font-size: 31px;
  box-shadow: 0 12px 30px rgba(227, 6, 19, 0.25);
}
.mmw-purpose-dark .mmw-purpose-icon {
  background: #f7c600;
  color: #171a1f;
}
.mmw-purpose-number {
  position: absolute;
  right: 28px;
  top: 20px;
  color: rgba(17, 20, 24, 0.08);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}
.mmw-purpose-dark .mmw-purpose-number {
  color: rgba(255, 255, 255, 0.07);
}
.mmw-purpose-card h3 {
  margin-bottom: 8px;
  font-size: 30px;
}
.mmw-purpose-card h4 {
  margin-bottom: 18px;
  font-size: 19px;
  line-height: 1.4;
}
.mmw-purpose-card p {
  position: relative;
  z-index: 1;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .mmw-about-collage {
    min-height: 500px;
  }
  .mmw-why-image {
    height: 480px;
  }
  .mmw-purpose-card {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .mmw-about-collage {
    min-height: 440px;
    padding-left: 25px;
  }
  .mmw-about-main {
    height: 390px;
  }
  .mmw-about-small {
    height: 180px;
  }
  .mmw-about-badge {
    right: 8px;
    padding: 15px;
  }
  .mmw-about-badge strong {
    font-size: 30px;
  }
  .mmw-choose-grid,
  .mmw-purpose-grid {
    grid-template-columns: 1fr;
  }
  .mmw-why-image {
    height: 420px;
  }
  .mmw-purpose-card {
    padding: 30px 24px;
  }
  .mmw-purpose-icon {
    width: 64px;
    height: 64px;
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .mmw-about-collage {
    min-height: 380px;
    padding: 0 0 55px 14px;
  }
  .mmw-about-main {
    height: 330px;
  }
  .mmw-about-small {
    width: 52%;
    height: 145px;
    border-width: 5px;
  }
  .mmw-about-badge span {
    display: none;
  }
  .mmw-why-image {
    height: 360px;
  }
  .mmw-why-float {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .mmw-choose-grid li {
    min-height: 74px;
  }
}

/* Scoped styling: company introduction only */
.mmw-about-profile {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px;
  background: linear-gradient(135deg, #fff 0%, #f7f8fa 100%);
}
.mmw-about-profile:before {
  position: absolute;
  top: -130px;
  left: -130px;
  width: 330px;
  height: 330px;
  border: 70px solid rgba(227, 6, 19, 0.035);
  border-radius: 50%;
  content: "";
}
.mmw-about-profile .row {
  position: relative;
  z-index: 1;
}
.mmw-about-profile .mmw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.mmw-about-profile .mmw-eyebrow:before {
  width: 28px;
  height: 3px;
  background: #e30613;
  content: "";
}
.mmw-about-profile .mmw-title {
  max-width: 590px;
}
.mmw-about-profile p {
  color: #555d66;
  line-height: 1.82;
}
.mmw-about-profile .mmw-lead {
  position: relative;
  padding-left: 19px;
  border-left: 3px solid #e30613;
  color: #24282e;
  font-size: 17px;
  font-weight: 600;
}
.mmw-about-profile .mmw-media {
  min-height: 590px;
  border-radius: 24px;
  box-shadow: 0 28px 65px rgba(19, 27, 38, 0.2);
}
.mmw-about-profile .mmw-media:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 11, 15, 0.38));
  content: "";
  pointer-events: none;
}
.mmw-about-profile .mmw-media img {
  transition: transform 0.7s ease;
}
.mmw-about-profile .mmw-media:hover img {
  transform: scale(1.035);
}
.mmw-about-profile .mmw-stat {
  z-index: 2;
  right: 24px;
  bottom: 24px;
  padding: 22px 27px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(227, 6, 19, 0.94);
  backdrop-filter: blur(8px);
}

@media (max-width: 767px) {
  .mmw-about-profile .mmw-media {
    min-height: 410px;
  }
  .mmw-about-profile .mmw-lead {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .mmw-about-profile .mmw-media {
    min-height: 340px;
  }
  .mmw-about-profile .mmw-stat {
    right: 12px;
    bottom: 12px;
    padding: 16px 18px;
  }
}

/* Stronger hierarchy for the main homepage words */
.home-page-main .rs-section-title,
.home-page-main .rs-banner-title,
.home-page-main .rs-feature-title,
.home-page-main .rs-services-title {
  font-weight: 800;
}
body:has(.rs-banner-area) main .rs-section-title,
body:has(.rs-banner-area) main .rs-banner-title,
body:has(.rs-banner-area) main .rs-feature-title,
body:has(.rs-banner-area) main .rs-services-title {
  font-weight: 800;
}

/* About introduction: compact two-image composition */
.mmw-about-profile .mmw-about-visual {
  position: relative;
  max-width: 570px;
  min-height: 500px;
  margin-left: auto;
  padding: 0 0 68px 48px;
}
.mmw-about-profile .mmw-about-primary {
  height: 420px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(18, 25, 35, 0.18);
}
.mmw-about-profile .mmw-about-primary img,
.mmw-about-profile .mmw-about-secondary img {
  width: 100%;
  height: 100%;
}
.mmw-about-profile .mmw-about-secondary {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 205px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(18, 25, 35, 0.2);
}
.mmw-about-profile .mmw-about-visual .mmw-stat {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 24px;
  padding: 18px 22px;
  border-radius: 13px;
  background: #e30613;
  color: #fff;
  box-shadow: 0 12px 30px rgba(227, 6, 19, 0.25);
}
.mmw-about-profile .mmw-about-visual .mmw-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}
.mmw-about-profile .mmw-about-visual .mmw-stat span {
  font-size: 13px;
  font-weight: 700;
}
.mmw-about-profile .mmw-about-primary img,
.mmw-about-profile .mmw-about-secondary img {
  transition: transform 0.55s ease;
}
.mmw-about-profile .mmw-about-visual:hover img {
  transform: scale(1.035);
}
@media (max-width: 991px) {
  .mmw-about-profile .mmw-about-visual {
    margin: 10px auto 0;
  }
}
@media (max-width: 575px) {
  .mmw-about-profile .mmw-about-visual {
    min-height: 410px;
    padding: 0 0 55px 24px;
  }
  .mmw-about-profile .mmw-about-primary {
    height: 350px;
  }
  .mmw-about-profile .mmw-about-secondary {
    width: 52%;
    height: 160px;
    border-width: 5px;
  }
  .mmw-about-profile .mmw-about-visual .mmw-stat {
    right: 8px;
    bottom: 12px;
    padding: 14px 16px;
  }
  .mmw-about-profile .mmw-about-visual .mmw-stat strong {
    font-size: 25px;
  }
}

/* Mission/Vision generated-image cards */
.mmw-mission-vision {
  padding: clamp(70px, 7vw, 105px) 0 clamp(90px, 9vw, 140px);
  background: linear-gradient(135deg, #eef3f8 0%, #f8f3f5 100%);
}
.mmw-mission-vision .mmw-purpose-card-v2 {
  display: block !important;
  overflow: visible;
  padding: 0 0 38px !important;
  border: 1px solid #e0e4e9 !important;
  border-radius: 20px !important;
  background: #fff !important;
  color: #4f5862 !important;
  box-shadow: 0 18px 48px rgba(20, 30, 45, 0.1) !important;
  transform: none;
}
.mmw-mission-vision .mmw-purpose-card-v2:before,
.mmw-mission-vision .mmw-purpose-card-v2:after {
  display: none;
}
.mmw-mission-vision .mmw-purpose-card-v2:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(20, 30, 45, 0.16) !important;
}
.mmw-purpose-visual {
  position: relative;
  height: 245px;
  overflow: hidden;
  border-radius: 19px 19px 0 0;
  background: #153a70;
}
.mmw-purpose-visual:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 12, 25, 0.2),
    rgba(5, 12, 25, 0.5)
  );
  content: "";
}
.mmw-purpose-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mmw-purpose-card-v2:hover .mmw-purpose-visual img {
  transform: scale(1.04);
}
.mmw-purpose-visual span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
  transform: translate(-50%, -50%);
}
.mmw-purpose-hex {
  position: relative;
  z-index: 3;
  display: grid;
  width: 92px;
  height: 100px;
  margin: -50px auto -10px;
  place-items: center;
  background: linear-gradient(145deg, #2877e5, #39a9ef);
  color: #fff;
  font-size: 34px;
  clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  filter: drop-shadow(0 10px 12px rgba(30, 91, 175, 0.3));
}
.mmw-purpose-hex:before {
  position: absolute;
  inset: 8px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  clip-path: inherit;
  content: "";
}
.mmw-purpose-hex i {
  position: relative;
  z-index: 1;
}
.mmw-vision-card .mmw-purpose-hex {
  background: linear-gradient(145deg, #1b9c83, #4bca76);
  filter: drop-shadow(0 10px 12px rgba(27, 156, 131, 0.3));
}
.mmw-purpose-content {
  padding: 30px 38px 0;
  text-align: center;
}
.mmw-mission-vision .mmw-purpose-content h3 {
  max-width: 570px;
  margin: 0 auto 20px;
  color: #1d252e !important;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.28;
}
.mmw-mission-vision .mmw-purpose-content p {
  color: #59636e !important;
  font-size: 16px;
  line-height: 1.8;
}
.mmw-mission-vision .mmw-purpose-content strong {
  color: #1f2933 !important;
  font-weight: 800;
}
.mmw-mission-vision .mmw-purpose-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mmw-purpose-visual {
    height: 220px;
  }
  .mmw-purpose-content {
    padding: 28px 28px 0;
  }
  .mmw-purpose-hex {
    width: 82px;
    height: 90px;
    margin-top: -45px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .mmw-mission-vision .row {
    --bs-gutter-y: 32px;
  }
  .mmw-purpose-visual {
    height: 230px;
  }
  .mmw-mission-vision .mmw-purpose-card-v2 {
    padding-bottom: 32px !important;
  }
  .mmw-purpose-content {
    padding: 27px 23px 0;
  }
  .mmw-mission-vision .mmw-purpose-content p {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .mmw-purpose-visual {
    height: 190px;
  }
  .mmw-purpose-visual span {
    font-size: 25px;
  }
  .mmw-purpose-hex {
    width: 72px;
    height: 80px;
    margin-top: -40px;
    font-size: 26px;
  }
  .mmw-purpose-content {
    padding: 25px 18px 0;
  }
  .mmw-mission-vision .mmw-purpose-content h3 {
    font-size: 23px;
  }
}

/* Contact page branches, generated visual and enquiry form */
.mmw-contact-locations {
  background: #f5f7f9;
}
.mmw-contact-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 45px;
  margin-bottom: 45px;
}
.mmw-contact-heading .mmw-title {
  margin-bottom: 0;
}
.mmw-contact-heading > p {
  margin: 0;
  padding-left: 22px;
  border-left: 3px solid #e30613;
  font-size: 17px;
  line-height: 1.75;
}
.mmw-branch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.mmw-branch-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 32px;
  border: 1px solid #e0e4e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 25, 35, 0.07);
  transition: 0.35s;
}
.mmw-branch-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227, 6, 19, 0.4);
  box-shadow: 0 20px 45px rgba(17, 25, 35, 0.12);
}
.mmw-unit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 15px;
  border-radius: 0 17px 0 12px;
  background: #171a1f;
  color: #f7c600;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}
.mmw-branch-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  border-radius: 14px;
  place-items: center;
  background: rgba(227, 6, 19, 0.1);
  color: #e30613;
  font-size: 23px;
}
.mmw-branch-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}
.mmw-branch-card p {
  margin: 0;
  color: #5b646e;
  line-height: 1.7;
}
.mmw-contact-connect {
  background: #fff;
}
.mmw-contact-photo {
  position: relative;
  height: 100%;
  min-height: 650px;
  overflow: hidden;
  border-radius: 23px;
  box-shadow: 0 24px 58px rgba(18, 26, 38, 0.18);
}
.mmw-contact-photo > img {
  width: 100%;
  height: 100%;
}
.mmw-quick-contact {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(14, 18, 23, 0.9);
  color: #fff;
  backdrop-filter: blur(8px);
}
.mmw-quick-contact > span {
  display: block;
  margin-bottom: 14px;
  color: #f7c600;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.mmw-quick-contact a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0 10px;
  align-items: center;
  margin-top: 10px;
  color: #fff;
}
.mmw-quick-contact a i {
  grid-row: 1/3;
  color: #f7c600;
}
.mmw-quick-contact a strong {
  font-size: 12px;
  text-transform: uppercase;
}
.mmw-contact-form {
  height: 100%;
  padding: 45px;
  border-radius: 23px;
  background: linear-gradient(145deg, #171a1f, #292e35);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 58px rgba(18, 26, 38, 0.18);
}
.mmw-contact-form h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
}
.mmw-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
}
.mmw-contact-form input,
.mmw-contact-form select,
.mmw-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #444b54;
  border-radius: 9px;
  background: #22262c;
  color: #fff;
  outline: 0;
}
.mmw-contact-form select {
  min-height: 54px;
  cursor: pointer;
}
.mmw-contact-form select option {
  background: #fff;
  color: #222;
}
.mmw-contact-form input:focus,
.mmw-contact-form select:focus,
.mmw-contact-form textarea:focus {
  border-color: #e30613;
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.14);
}
.mmw-contact-form textarea {
  min-height: 155px;
  resize: vertical;
}
.mmw-contact-form button {
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 9px;
  background: #e30613;
  color: #fff;
  font-weight: 800;
  transition: 0.3s;
}
.mmw-contact-form button:hover {
  background: #f7c600;
  color: #171a1f;
}
@media (max-width: 991px) {
  .mmw-contact-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mmw-contact-heading > p {
    padding-left: 17px;
  }
  .mmw-contact-photo {
    min-height: 540px;
  }
  .mmw-contact-form {
    padding: 38px;
  }
}
@media (max-width: 767px) {
  .mmw-branch-grid {
    grid-template-columns: 1fr;
  }
  .mmw-branch-card {
    min-height: auto;
  }
  .mmw-contact-photo {
    min-height: 480px;
  }
  .mmw-contact-form {
    padding: 32px 25px;
  }
}
@media (max-width: 480px) {
  .mmw-contact-photo {
    min-height: 430px;
  }
  .mmw-quick-contact {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
  }
  .mmw-contact-form {
    padding: 27px 20px;
  }
  .mmw-contact-form h2 {
    font-size: 32px;
  }
}

/* Contact page spacing and map */
.mmw-contact-locations {
  padding-top: clamp(70px, 7vw, 110px);
  padding-bottom: clamp(75px, 8vw, 120px);
}
.mmw-contact-connect {
  padding-top: clamp(75px, 8vw, 120px);
  padding-bottom: clamp(75px, 8vw, 120px);
}
.mmw-contact-map-section {
  padding: clamp(70px, 7vw, 105px) 0;
  background: #f4f6f8;
}
.mmw-contact-map-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 35px;
}
.mmw-contact-map-heading .mmw-title {
  margin-bottom: 0;
}
.mmw-contact-map-heading > p {
  max-width: 470px;
  margin: 0;
  padding-left: 18px;
  border-left: 3px solid #e30613;
  color: #535d68;
  line-height: 1.7;
}
.mmw-contact-map {
  height: 500px;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 22px;
  background: #ddd;
  box-shadow: 0 22px 55px rgba(17, 25, 35, 0.15);
}
.mmw-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 991px) {
  .mmw-contact-map-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .mmw-contact-map {
    height: 430px;
  }
}
@media (max-width: 575px) {
  .mmw-contact-locations,
  .mmw-contact-connect {
    padding-top: 60px;
    padding-bottom: 65px;
  }
  .mmw-contact-map-section {
    padding: 60px 0;
  }
  .mmw-contact-map {
    height: 360px;
    border-width: 5px;
    border-radius: 16px;
  }
}

/* Static Gallery and Video pages */
.mmw-gallery-showcase {
  background: #f5f7f9;
}
.mmw-gallery-heading,
.mmw-video-heading {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 45px;
  margin-bottom: 48px;
}
.mmw-gallery-heading .mmw-title,
.mmw-video-heading .mmw-title {
  margin-bottom: 0;
}
.mmw-gallery-heading > p,
.mmw-video-heading > p {
  margin: 0;
  padding-left: 21px;
  border-left: 3px solid #e30613;
  font-size: 17px;
  line-height: 1.75;
}
.mmw-static-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.mmw-gallery-item {
  display: block;
  overflow: hidden;
  border: 1px solid #e0e4e8;
  border-radius: 19px;
  background: #fff;
  color: #1d242c;
  box-shadow: 0 12px 36px rgba(17, 25, 35, 0.07);
  transition: 0.35s;
}
.mmw-gallery-item:hover {
  transform: translateY(-7px);
  border-color: rgba(227, 6, 19, 0.4);
  box-shadow: 0 24px 52px rgba(17, 25, 35, 0.14);
}
.mmw-gallery-image {
  position: relative;
  height: 370px;
  overflow: hidden;
  background: linear-gradient(135deg, #eceff2, #fff);
}
.mmw-gallery-image:after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  content: "";
}
.mmw-gallery-image img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform 0.55s ease;
}
.mmw-gallery-item:hover img {
  transform: scale(1.045);
}
.mmw-gallery-image span,
.mmw-video-player > span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 7px;
  background: #171a1f;
  color: #f7c600;
  font-size: 12px;
  font-weight: 900;
}
.mmw-gallery-image > i {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  place-items: center;
  background: #e30613;
  color: #fff;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.3s;
}
.mmw-gallery-item:hover .mmw-gallery-image > i {
  opacity: 1;
  transform: scale(1);
}
.mmw-gallery-copy,
.mmw-video-copy {
  padding: 23px 26px;
}
.mmw-gallery-copy small,
.mmw-video-copy small {
  display: block;
  margin-bottom: 7px;
  color: #e30613;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mmw-gallery-copy h3,
.mmw-video-copy h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.35;
}

.mmw-video-showcase {
  background:
    radial-gradient(circle at 90% 0, rgba(227, 6, 19, 0.13), transparent 28%),
    #101318;
  color: #fff;
}
.mmw-video-heading .mmw-title {
  color: #fff;
}
.mmw-video-heading > p {
  color: rgba(255, 255, 255, 0.73);
}
.mmw-static-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.mmw-video-item {
  overflow: hidden;
  border: 1px solid #363c44;
  border-radius: 18px;
  background: #1c2026;
  box-shadow: 0 15px 38px rgba(0, 0, 0, 0.25);
  transition: 0.35s;
}
.mmw-video-item:hover {
  transform: translateY(-7px);
  border-color: #e30613;
}
.mmw-video-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #000;
}
.mmw-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mmw-video-copy h3 {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .mmw-gallery-heading,
  .mmw-video-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mmw-gallery-heading > p,
  .mmw-video-heading > p {
    padding-left: 17px;
  }
  .mmw-gallery-image {
    height: 310px;
  }
  .mmw-static-videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mmw-media-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .mmw-static-gallery,
  .mmw-static-videos {
    grid-template-columns: 1fr;
  }
  .mmw-gallery-image {
    height: 330px;
  }
  .mmw-video-player {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .mmw-gallery-image {
    height: 270px;
  }
  .mmw-gallery-copy,
  .mmw-video-copy {
    padding: 20px;
  }
  .mmw-gallery-copy h3 {
    font-size: 19px;
  }
  .mmw-media-cta {
    padding: 42px 0;
  }
  .mmw-media-cta a {
    width: 100%;
    justify-content: center;
  }
}

/* Gallery/video heading, light theme and consistent spacing */
.mmw-gallery-showcase,
.mmw-video-showcase {
  padding-top: clamp(75px, 8vw, 120px);
  padding-bottom: clamp(80px, 8vw, 125px);
}
.mmw-video-showcase {
  background: #f5f7f9;
  color: #555d66;
}
.mmw-gallery-heading,
.mmw-video-heading {
  display: block;
  max-width: 790px;
  margin: 0 auto 50px;
}
.mmw-gallery-heading .rs-section-title,
.mmw-video-heading .rs-section-title {
  margin: 8px 0 16px;
  color: #20252b;
  font-weight: 800;
}
.mmw-gallery-heading > p,
.mmw-video-heading > p {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #59626d;
  font-size: 16px;
  line-height: 1.75;
}
.mmw-video-item {
  border-color: #e0e4e8;
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 25, 35, 0.09);
}
.mmw-video-copy h3 {
  color: #20252b;
}
.mmw-video-player {
  background: #e8ebef;
}

/* Contact form: make input, select and Nice Select visually identical */
.mmw-contact-form input,
.mmw-contact-form select,
.mmw-contact-form .nice-select {
  width: 100% !important;
  height: 54px !important;
  min-height: 54px;
  padding: 0 16px !important;
  border: 1px solid #444b54 !important;
  border-radius: 9px !important;
  background: #22262c !important;
  color: #fff !important;
  font-size: 15px;
  line-height: 52px !important;
  box-shadow: none !important;
}
.mmw-contact-form .nice-select {
  display: flex !important;
  align-items: center;
  float: none;
}
.mmw-contact-form .nice-select .current {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mmw-contact-form .nice-select:after {
  right: 18px;
  border-color: #fff;
}
.mmw-contact-form .nice-select .list {
  right: 0;
  left: 0;
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  color: #222;
}
.mmw-contact-form .nice-select .option {
  min-height: 42px;
  padding: 0 15px;
  color: #222;
  line-height: 42px;
}
.mmw-contact-form .nice-select .option:hover,
.mmw-contact-form .nice-select .option.focus,
.mmw-contact-form .nice-select .option.selected.focus {
  background: #f2f3f5;
  color: #e30613;
}
.mmw-contact-form input::placeholder,
.mmw-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.52);
  opacity: 1;
}
.mmw-contact-form input:focus,
.mmw-contact-form select:focus,
.mmw-contact-form .nice-select:focus,
.mmw-contact-form .nice-select.open {
  border-color: #e30613 !important;
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.14) !important;
}
@media (max-width: 575px) {
  .mmw-gallery-showcase,
  .mmw-video-showcase {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .mmw-gallery-heading,
  .mmw-video-heading {
    margin-bottom: 35px;
  }
}

/* Index Why Choose: one consistent icon system */
.home-page-main .rs-why-choose-one .rs-why-choose-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}
.home-page-main .rs-why-choose-one .rs-why-choose-icon {
  display: grid !important;
  flex: 0 0 82px;
  width: 82px !important;
  height: 82px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f7c600 !important;
  color: #fff !important;
}
.home-page-main .rs-why-choose-one .rs-why-choose-icon svg {
  display: block;
  width: 36px !important;
  height: 36px !important;
}
.home-page-main .rs-why-choose-one .rs-why-choose-icon svg path {
  fill: #fff !important;
  stroke: #fff;
}
.home-page-main .rs-why-choose-one .rs-why-choose-icon i {
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1;
}
.home-page-main .rs-why-choose-one .rs-why-choose-title {
  margin-bottom: 6px;
  color: #003b63;
  font-weight: 800;
}
.home-page-main .rs-why-choose-one .rs-why-choose-content p {
  margin: 0;
}

/* Index portfolio: real machine images */
.home-page-main .rs-portfolio-eight .rs-portfolio-item {
  overflow: hidden;
  background: #fff;
}
.home-page-main .rs-portfolio-eight .rs-portfolio-thumb {
  height: 420px;
  background: linear-gradient(135deg, #eef1f4, #fff);
}
.home-page-main .rs-portfolio-eight .rs-portfolio-thumb img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.home-page-main
  .rs-portfolio-eight
  .rs-portfolio-item:hover
  .rs-portfolio-thumb
  img {
  transform: scale(1.04);
}
.home-page-main .rs-portfolio-eight .rs-portfolio-title a {
  font-weight: 800;
}
@media (max-width: 991px) {
  .home-page-main .rs-portfolio-eight .rs-portfolio-thumb {
    height: 360px;
  }
}
@media (max-width: 575px) {
  .home-page-main .rs-why-choose-one .rs-why-choose-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
  }
  .home-page-main .rs-why-choose-one .rs-why-choose-icon {
    width: 64px !important;
    height: 64px !important;
  }
  .home-page-main .rs-why-choose-one .rs-why-choose-icon svg {
    width: 29px !important;
    height: 29px !important;
  }
  .home-page-main .rs-why-choose-one .rs-why-choose-icon i {
    font-size: 27px !important;
  }
  .home-page-main .rs-portfolio-eight .rs-portfolio-thumb {
    height: 310px;
  }
}

/* Static keyword emphasis across content pages */
main p strong,
main li strong,
main .descrip strong {
  color: #e30613;
  font-weight: 800;
}
.rs-section-subtitle,
.mmw-eyebrow,
.mmw-hero-kicker {
  font-weight: 800;
}
.mmw-gallery-copy small,
.mmw-video-copy small,
.mmw-unit {
  color: #e30613;
  font-weight: 800;
}
.rs-section-title,
.mmw-title,
.mmw-gallery-copy h3,
.mmw-video-copy h3,
.mmw-branch-card h3 {
  font-weight: 800;
}

/* Requested compact spacing for all Index content sections */
.home-page-main > section:not(.rs-banner-area) {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.home-page-main .rs-testimonial-one .rs-testimonial-avater-thumb {
  display: grid;
  width: 72px;
  height: 72px;
  overflow: hidden;
  padding: 7px;
  border: 2px solid #e30613;
  border-radius: 50%;
  place-items: center;
  background: #fff;
}
.home-page-main .rs-testimonial-one .rs-testimonial-avater-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-page-main .rs-testimonial-one .rs-testimonial-icon img {
  width: 82px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  .home-page-main .rs-testimonial-one .rs-testimonial-avater-thumb {
    width: 60px;
    height: 60px;
  }
}

/* Restore comfortable Index section spacing and heading gaps */
.home-page-main > section:not(.rs-banner-area) {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.home-page-main .section-title-space {
  margin-bottom: 45px !important;
}
.home-page-main .rs-section-title-wrapper .rs-section-title {
  margin-bottom: 0;
}

/* Home Why Choose: supplied content with related consistent icons */
.home-page-main .rs-why-choose-three .rs-why-choose-content-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home-page-main .rs-why-choose-three .rs-why-choose-content-inner {
  display: none;
}
.mmw-home-why-list {
  display: grid;
  gap: 14px;
}
.mmw-home-why-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 86px;
  padding: 10px 16px 10px 0;
  border-bottom: 1px solid rgba(20, 35, 50, 0.1);
}
.mmw-home-why-item > i {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  background: #f7c600;
  color: #fff;
  font-size: 30px;
}
.mmw-home-why-item h3 {
  margin: 0 0 5px;
  color: #003b63;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}
.mmw-home-why-item p {
  margin: 0;
  color: #58616b;
  line-height: 1.55;
}
@media (max-width: 991px) {
  .home-page-main > section:not(.rs-banner-area) {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .home-page-main .section-title-space {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 575px) {
  .home-page-main > section:not(.rs-banner-area) {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .mmw-home-why-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding-right: 0;
  }
  .mmw-home-why-item > i {
    width: 58px;
    height: 58px;
    font-size: 25px;
  }
  .mmw-home-why-item h3 {
    font-size: 17px;
  }
  .mmw-home-why-item p {
    font-size: 14px;
  }
}

/* Home portfolio: edge-to-edge images with a clean shine hover */
.home-page-main .rs-portfolio-eight {
  overflow: hidden;
}
.home-page-main .rs-portfolio-eight .rs-portfolio-slider-wrapper,
.home-page-main .rs-portfolio-eight .swiper,
.home-page-main .rs-portfolio-eight .swiper-slide {
  min-width: 0;
}
.home-page-main .rs-portfolio-eight .rs-portfolio-item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 28, 45, 0.1);
}
.home-page-main .rs-portfolio-eight .rs-portfolio-thumb {
  height: auto;
  aspect-ratio: 4 / 3;
  background: #e9edf1;
  overflow: hidden;
}
.home-page-main .rs-portfolio-eight .rs-portfolio-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  transition: transform 0.65s ease;
}
.home-page-main .rs-portfolio-eight .rs-portfolio-item:hover .rs-portfolio-thumb img {
  transform: scale(1.035);
}
/* Replace the old coloured overlay with a light sweep. */
.home-page-main .rs-portfolio-eight .rs-portfolio-thumb::before {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 45%;
  height: 180%;
  left: -85%;
  right: auto;
  bottom: -40%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 35%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.12) 65%, transparent 100%);
  transform: skewX(-18deg);
  transition: left 0.75s ease;
  pointer-events: none;
  z-index: 2;
}
.home-page-main .rs-portfolio-eight .rs-portfolio-item:hover .rs-portfolio-thumb::before {
  left: 145%;
  bottom: -40%;
  height: 180%;
  visibility: visible;
  opacity: 1;
}
/* Remove the previous red hover caption and arrow overlay. */
.home-page-main .rs-portfolio-eight .rs-portfolio-content,
.home-page-main .rs-portfolio-eight .rs-portfolio-btn {
  display: none;
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .home-page-main,
  .home-page-main section,
  .home-page-main .container,
  .home-page-main .container-fluid,
  .home-page-main .row,
  .home-page-main [class*="col-"] {
    min-width: 0;
    max-width: 100%;
  }
  .home-page-main .rs-portfolio-eight .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
  .home-page-main .rs-portfolio-eight .rs-portfolio-slider-wrapper {
    padding: 0;
  }
  .home-page-main .rs-portfolio-eight .rs-portfolio-thumb {
    aspect-ratio: 16 / 11;
  }
  .home-page-main .rs-portfolio-eight .rs-portfolio-pagination {
    margin-top: 28px;
  }
}

@media (hover: none) {
  .home-page-main .rs-portfolio-eight .rs-portfolio-item:hover .rs-portfolio-thumb img {
    transform: none;
  }
}

/* Responsive header: keep the menu toggle visible without overlaps */
@media (max-width: 1399px) {
  .rs-header-one .rs-header-inner {
    width: 100%;
    min-width: 0;
    padding: 0 20px;
    justify-content: space-between;
  }
  .rs-header-one .rs-header-left,
  .rs-header-one .rs-header-right {
    min-width: 0;
  }
  .rs-header-one .rs-header-menu {
    display: none !important;
  }
  .rs-header-one .rs-header-logo-wrapper {
    width: 190px;
    height: 78px;
    justify-content: flex-start;
  }
  .rs-header-one .rs-header-logo img {
    display: block;
    width: 175px;
    max-height: 68px;
    object-fit: contain;
  }
  .rs-header-one .rs-header-right {
    margin-left: auto;
    gap: 12px;
    flex: 0 0 auto;
  }
  .rs-header-one .rs-header-hamburger {
    display: block !important;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }
  .rs-header-one .rs-header-hamburger .sidebar-toggle,
  .rs-header-one .rs-header-hamburger .bar-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
  }
  .rs-header-one .rs-header-hamburger .bar-icon {
    position: relative;
    border-radius: 5px;
    background: #e30613;
    color: #fff;
  }
  .rs-header-one .rs-header-hamburger .bar-icon svg {
    display: none;
  }
  .rs-header-one .rs-header-hamburger .bar-icon::before {
    content: "\2630";
    font-size: 27px;
    line-height: 1;
    color: #fff;
  }
}

@media (max-width: 575px) {
  .rs-header-one .rs-header-inner {
    padding: 0 12px;
  }
  .rs-header-one .rs-header-logo-wrapper {
    width: 154px;
    height: 72px;
  }
  .rs-header-one .rs-header-logo img {
    width: 145px;
    max-height: 62px;
  }
  .rs-header-one .rs-header-right {
    gap: 8px;
  }
  .rs-header-one .rs-header-search-wrapper {
    display: none !important;
  }
  .rs-header-one .header-translate a {
    width: 42px;
    min-height: 42px;
    padding: 0;
  }
  .rs-header-one .header-translate span {
    display: none;
  }
}

@media (max-width: 374px) {
  .rs-header-one .rs-header-logo-wrapper {
    width: 138px;
  }
  .rs-header-one .rs-header-logo img {
    width: 132px;
  }
  .rs-header-one .header-translate {
    display: none;
  }
}

/* Why Choose: light readable background with a static company image */
.home-page-main .rs-why-choose-three {
  background: linear-gradient(135deg, #f7f8fa 0%, #eef2f5 64%, #ffffff 64%);
}
.home-page-main .rs-why-choose-three .rs-why-choose-bg-thumb {
  width: 64%;
  background:
    radial-gradient(circle at 12% 16%, rgba(227, 6, 19, 0.08), transparent 30%),
    linear-gradient(135deg, #f8f9fb, #edf1f4);
}
.home-page-main .rs-why-choose-three .rs-section-subtitle {
  color: #e30613;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
.home-page-main .rs-why-choose-three .rs-section-title {
  color: #111827;
}
.home-page-main .rs-why-choose-three .mmw-home-why-item {
  border-bottom-color: rgba(15, 35, 55, 0.12);
}
.home-page-main .rs-why-choose-three .mmw-why-choose-image {
  background-image: linear-gradient(rgba(0, 20, 35, 0.08), rgba(0, 20, 35, 0.08)), url("../img/why-choose-us.webp");
  background-position: center;
  background-size: cover;
}

/* Real machine thumbnails in the off-canvas gallery. */
.offcanvas-gallery-thumb img {
  display: block;
  width: 100%;
  height: 86px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .home-page-main .rs-why-choose-three {
    background: #f4f6f8;
  }
  .home-page-main .rs-why-choose-three .rs-why-choose-bg-thumb {
    width: 100%;
  }
  .home-page-main .rs-why-choose-three .mmw-why-choose-image {
    height: clamp(280px, 62vw, 430px);
    background-position: center;
  }
}

/* Final responsive spacing overrides for content pages and testimonials */
.home-page-main .rs-testimonial-one .rs-testimonial-item {
  min-height: 100%;
  padding: 32px !important;
}
.home-page-main .rs-testimonial-one .rs-testimonial-icon {
  display: grid;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 7px;
  border: 2px solid #e30613;
  border-radius: 50%;
  place-items: center;
  background: #fff;
}
.home-page-main .rs-testimonial-one .rs-testimonial-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.home-page-main .rs-counter-one {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
main:not(.home-page-main) > section:not(.mmw-hero) {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
main:not(.home-page-main) :is(h2, h3, h4, label, .mmw-title, .mmw-eyebrow, .rs-section-title, .rs-section-subtitle) {
  font-weight: 800;
}
main:not(.home-page-main) :is(p, li, address) strong {
  color: #e30613;
  font-weight: 800;
}
@media (max-width: 991px) {
  main:not(.home-page-main) > section:not(.mmw-hero) {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-item {
    padding: 26px !important;
  }
}
@media (max-width: 575px) {
  main:not(.home-page-main) > section:not(.mmw-hero) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-item {
    padding: 24px 20px !important;
  }
  .home-page-main .rs-testimonial-one .rs-testimonial-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }
  .home-page-main .rs-counter-one {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}
