body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #040404;

  padding-top: 100px;
}

/* Prevent horizontal scrollbar */
body,
html {
  overflow-x: hidden;
}
/* Hide Google Translate Top Bar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Hide Powered By Google */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

/* Hide Google Branding */
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px !important;
}

/* Custom Translate Dropdown */
#google_translate_element select {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
}

/* Remove extra iframe space */
iframe.goog-te-banner-frame {
  display: none !important;
}
/* back to top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/* top bar */
.top-bar {
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 20px;
  flex-wrap: wrap;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  border-bottom: 1px solid #ddd;
}

.btn-quote {
  background-color: #ea303a;
  color: #ffffff;
  border: none;
}

.btn-quote:hover,
.btn-quote:focus {
  background-color: #ea303a;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(209, 26, 42, 0.25);
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #040404;
  background: #fff;
  padding-top: 100px;
}

/* Prevent horizontal scrollbar */
body,
html {
  overflow-x: hidden;
}

/* back to top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/* top bar */
.top-bar {
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  flex-wrap: wrap;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  border-bottom: 1px solid #ddd;
}

.btn-quote {
  background-color: #ea303a;
  color: #ffffff;
  border: none;
}

.btn-quote:hover,
.btn-quote:focus {
  background-color: #ea303a;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(209, 26, 42, 0.25);
}

.top-bar .social-icon {
  color: #ea303a;
  font-size: 18px;
  margin-right: 10px;
  transition: color 0.3s;
}

.top-bar .social-icon:hover {
  color: #555;
}

.top-bar .contact-info {
  color: #333;
  margin-left: 15px;
  font-size: 14px;
}

.topbar-right {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}

.top-bar .contact-info i {
  color: #ea303a;
  margin-right: 6px;
}

/* nabbar logo */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}

.fixed-top {
  position: fixed;
  top: 34px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
  height: auto;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  margin-left: 27px;
  color: #000;
}

.nav-link.active,
.nav-link.show {
  color: #fff;
  background-color: #d32f2f;
  border-radius: 8px solid;
}

@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1rem;
  }

  .navbar-brand img {
    max-height: 50px;
  }
}

.long-dropdown {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.long-dropdown::-webkit-scrollbar {
  width: 6px;
}

.long-dropdown::-webkit-scrollbar-thumb {
  background-color: #131212;
  border-radius: 3px;
}

.long-dropdown::-webkit-scrollbar-track {
  background: #f8f9fa;
}

.nav-item:active {
  color: #070606;
}

/* ===== MULTI-LEVEL DROPDOWN ===== */
.dropdown-submenu {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
  display: none;
  font-size: 13px;
  font-weight: bold;
}

.dropdown-submenu > .dropdown-menu.show {
  display: block;
}

/* Desktop: show submenu on hover */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 1rem;
    display: none;
  }

  .top-bar {
    display: none !important;
  }

  .fixed-top {
    position: fixed;
    top: -5px !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

/* ===== CAROUSEL CONTROLS ===== */
#mainCarousel .carousel-item img {
  width: 100%;
  /*height: 90vh;*/
  /* object-fit: cover;  */
}

/* Controls styling */
#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  z-index: 5;
}

#mainCarousel .carousel-control-prev {
  left: 1rem;
}

#mainCarousel .carousel-control-next {
  right: 1rem;
}

#mainCarousel .carousel-control-prev-icon,
#mainCarousel .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
  filter: invert(1) grayscale(1);
}

/* ===== Responsive Fix for iPhone / Small Devices ===== */
@media (max-width: 768px) {
  #mainCarousel .carousel-item img {
    object-fit: contain !important;
    height: 30vh !important;
  }

  .top-bar {
    display: none !important;
  }

  .fixed-top {
    position: fixed;
    top: -5px !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  #mainCarousel .carousel-control-prev,
  #mainCarousel .carousel-control-next {
    width: 2rem;
    height: 2rem;
  }

  #mainCarousel .carousel-control-prev-icon,
  #mainCarousel .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* âœ… Responsive adjustments */
@media (max-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    font-size: 11px;
    font-weight: bold;
  }

  .navbar-brand {
    font-size: 0.9rem;
  }
}

/*** Single Page Hero Header Start ***/
.pm-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #f3f3f3;
  color: #333;
  padding: 12px 5%;
  flex-wrap: wrap;
}

.pm-breadcrumb a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.pm-breadcrumb a:hover {
  color: #ea303a;
}

.pm-breadcrumb span {
  margin: 0 5px;
  color: #999;
}

/* ======= Hero Section ======= */
.pm-about-header {
  position: relative;
  background: url("../images/pageheader.avif") center/cover no-repeat;
  height: 40vh;
  /* â†“ reduced from 60vh */
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.pm-about-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.pm-about-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.pm-about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.pm-about-content h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: #ea303a;
  border-radius: 3px;
}

.pm-about-content p {
  font-size: 1.05rem;
  font-weight: 500;
  color: #f0f0f0;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

/* ======= Breadcrumb ======= */
.pm-breadcrumb {
  margin-top: 21px;
  background: #f6eded;
  padding: 12px 5%;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.pm-breadcrumb a {
  text-decoration: none;
  color: #ea303a;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pm-breadcrumb a:hover {
  color: #000;
}

.pm-breadcrumb span {
  margin: 0 6px;
  color: #888;
}

/* ======= Responsive Design ======= */
@media (max-width: 992px) {
  .pm-about-header {
    height: 35vh;
  }

  .pm-about-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .pm-about-header {
    height: 30vh;
  }

  .pm-about-content h2 {
    font-size: 1.7rem;
  }

  .pm-about-content p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .pm-about-header {
    height: 28vh;
  }

  .pm-about-content h2 {
    font-size: 1.4rem;
  }

  .pm-about-content p {
    font-size: 0.95rem;
  }
}

/*** Single Page Hero Header End ***/

/*** About Start ***/
/* ------------------------------
About Section
------------------------------ */
.about-image {
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
  transition: transform 0.3s;
}

.about-image img:hover {
  transform: scale(1.03);
}

/* Years of Experience Circle */
.experience-circle {
  position: absolute;
  bottom: -30px;
  right: 25px;
  width: 140px;
  height: 140px;
  background: #d32f2f;
  /* Dark Red */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.experience-circle:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.experience-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.experience-circle h5 {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
  margin-top: 5px;
}

.experience-circle h5 span {
  color: #ffc107;
  /* Optional highlight */
  font-weight: 800;
}

/* About Text */
.about-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.about-content h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 0 10px;
}

.about-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}

/* Button Styling */
.custom-btn {
  display: inline-block;
  background: #d32f2f;
  /* Dark Red */
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.custom-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* ------------------------------
Responsive Design
------------------------------ */
@media (max-width: 992px) {
  .experience-circle {
    width: 120px;
    height: 120px;
    bottom: -20px;
    right: 15px;
  }

  .experience-circle img {
    width: 50px;
    height: 50px;
  }

  .experience-circle h5 {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .row.align-items-center {
    flex-direction: column-reverse;
  }

  .experience-circle {
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
  }

  .about-content h2 {
    font-size: 1.8rem;
  }

  .about-content h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .experience-circle {
    width: 100px;
    height: 100px;
  }

  .experience-circle img {
    width: 40px;
    height: 40px;
  }

  .experience-circle h5 {
    font-size: 0.8rem;
  }

  .about-content h2 {
    font-size: 1.5rem;
  }

  .about-content p {
    font-size: 0.95rem;
  }
}

/*** About End ***/

/* our core values */
.core-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px;
  background: #fff;
}

/* Left Image */
.core-left {
  flex: 1;
  min-width: 300px;
}

.core-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Content */
.core-right {
  flex: 1;
  background: #e75c5c;
  color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.core-right h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}

.core-right h2 strong {
  font-weight: 700;
}

.core-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.core-right a {
  font-style: italic;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .core-section {
    flex-direction: column;
  }

  .core-right {
    padding: 30px 20px;
  }

  .core-right h2 {
    font-size: 22px;
  }

  .core-right p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .core-right {
    padding: 20px 15px;
  }

  .core-right h2 {
    font-size: 20px;
  }

  .core-right p,
  .core-right a {
    font-size: 14px;
  }
}

/* strength */
.strength-section {
  padding: 60px 20px;
  background: #fff;
}

.strength-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.strength-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.strength-box {
  text-align: center;
}

.strength-box img {
  height: 168px;
  border-radius: 4px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.strength-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.strength-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .strength-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .strength-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .strength-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strength-box h5 {
    font-size: 16px;
  }

  .strength-box p {
    font-size: 14px;
  }
}

/* Top Feature Section */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  padding: 40px 20px;
}

.feature-item img {
  width: 70px;
  margin-bottom: 10px;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
}

/* Dealership Section */
.dealership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.dealership-text {
  background: #444;
  color: #fff;
  padding: 40px;
}

.dealership-text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.dealership-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.dealership-text ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.dealership-text ul li::before {
  content: "Â»";
  position: absolute;
  left: 0;
  color: #fff;
}

.dealership-text .btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.dealership-text .btn:hover {
  background: #fff;
  color: #444;
}

.dealership-image {
  background: url("../images/becomeourpartner.jpeg") center center / cover no-repeat;
}

/* Responsive */
@media (max-width: 992px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .dealership {
    grid-template-columns: 1fr;
  }

  .dealership-image {
    min-height: 250px;
  }
}

@media (max-width: 576px) {
  .features {
    grid-template-columns: 1fr;
  }
}

.partners-section {
  text-align: center;
  padding: 40px 20px;
}

.partners-section h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}

.partners-section h2 strong {
  font-weight: 700;
}

/* Swiper Slider */
.swiper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-height: 70px;
  max-width: 150px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.05);
}

/* Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #d32f2f;
  /* red */
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .swiper-slide img {
    max-width: 100px;
    max-height: 50px;
  }
}

/* faq */
.accordion-body {
  padding: 20px;
}

.accordion-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.accordion-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.accordion-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #d32f2f;
  background-color: #f5f7fa;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #d32f2f;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .accordion-text {
    text-align: center;
    margin-bottom: 15px;
  }
}

/*** Footer Start ***/
.footer {
  background: #0b0b0b !important;
  position: relative;
  color: #ddd;
  padding: 60px 0 30px;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.95)
  );
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 2px solid #ea303a;
  display: inline-block;
  padding-bottom: 4px;
}

.footer p,
.footer a {
  font-size: 14px;
  color: #bbb;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}

.footer a i {
  color: #ea303a;
  margin-right: 8px;
  font-size: 13px;
  transition: transform 0.3s ease;
}

.footer a:hover i {
  transform: rotate(15deg) scale(1.2);
}

.footer a:hover {
  color: #ea303a;
  transform: translateX(5px);
}

/* Hover underline animation */
.footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #ea303a;
  transition: width 0.3s ease;
}

.footer a:hover::after {
  width: 100%;
}

/* Contact icons */
.footer .contact-info i {
  color: #ea303a;
  margin-right: 10px;
}

/* Social media icon group */
.social-media-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.social-media-icons .social-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ea303a;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ea303a;
  font-size: 15px;
  transition: all 0.3s ease;
}

.social-media-icons .social-icon:hover {
  background: #ea303a;
  color: #fff;
  transform: translateY(-3px);
}

.office-addresses {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}

.office-addresses .office-icon {
  font-size: 28px;
  color: #d32f2f;
  /* dark red */
  margin-bottom: 10px;
}

.office-addresses h4 {
  color: #d32f2f;
  /* dark red heading */
  font-weight: 700;
  margin-bottom: 15px;
}

.office-addresses p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

/* =============================
   RESPONSIVE DESIGN (JUSTIFIED)
   ============================= */
@media (max-width: 991px) {
  .footer {
    padding: 40px 15px;
    text-align: left;
  }

  .footer .container {
    text-align: left;
  }

  .footer h5 {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }

  .footer p,
  .footer a {
    display: block;
    margin: 5px 0;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .footer {
    padding: 30px 10px 20px;
  }

  .footer h5 {
    font-size: 14px;
  }

  .footer p,
  .footer a {
    font-size: 13px;
  }
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 15px;
  font-size: 13px;
  color: #888;
  text-align: left;
}

/* Fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer .col {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.footer .col:nth-child(1) {
  animation-delay: 0.2s;
}

.footer .col:nth-child(2) {
  animation-delay: 0.4s;
}

.footer .col:nth-child(3) {
  animation-delay: 0.6s;
}

.footer .col:nth-child(4) {
  animation-delay: 0.8s;
}

.footer .col:nth-child(5) {
  animation-delay: 1s;
}

/* counter */
.mobile-counter {
  display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
  .mobile-counter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    gap: 10px;
  }

  .mobile-counter .counter-box {
    flex: 1;
  }

  .mobile-counter h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #222;
  }

  .mobile-counter p {
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 0;
    color: #222;
  }
}

.machine-section {
  margin-top: 80px;
}

/* Machine list */
#machine-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#machine-list > ul > li {
  flex: 1 1 48%;
  position: relative;
  overflow: hidden;
}

/* Bottom color bars */
#machine-list > ul > li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  content: "";
  transition: height 0.4s ease;
}

#machine-list > ul > li:nth-child(1):before {
  background: #ee3037;
}

#machine-list > ul > li:nth-child(2):before {
  background: #000;
}

#machine-list > ul > li:nth-child(3):before {
  background: #01aef0;
}

.machine-img img {
  width: 100%;
  display: block;
}

.machine-info {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 15px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 90%
  );
  transition: all 0.4s ease;
}

.machine-title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}

.machine-title b {
  font-size: 36px;
}

.machine-links {
  display: none;
  margin-top: 10px;
}

.machine-links a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}

/* Hover effects */
#machine-list > ul > li:hover:before {
  height: 100%;
  opacity: 0.9;
}

#machine-list > ul > li:hover .machine-info {
  background: transparent;
  color: #fff;
}

#machine-list > ul > li:hover .machine-links {
  display: block;
}

/* Events */
#event-list {
  margin-top: 60px;
}

#event-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#event-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.event-heading {
  font-size: 26px;
  margin-bottom: 20px;
}

.event-title a {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.event-details {
  font-size: 15px;
  color: #363636;
}

/* Responsive */
@media (max-width: 991px) {
  #machine-list > ul > li {
    flex: 1 1 100%;
  }

  #event-list li {
    width: 100%;
  }
}

/* Event + Map Wrapper */
.event-map-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 60px;
}

/* Events (left side) */
#event-list {
  flex: 1 1 55%;
}

#event-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#event-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.event-heading {
  font-size: 26px;
  margin-bottom: 20px;
}

.event-title a {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.event-details {
  font-size: 15px;
  color: #363636;
}

/* Map (right side) */
#index-map {
  flex: 1 1 45%;
}

#index-map img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .event-map-wrap {
    flex-direction: column;
  }

  #event-list li {
    width: 100%;
  }

  #index-map {
    margin-top: 20px;
  }
}

/* Event + Map Wrapper */
.event-map-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 60px;
}

/* Events (left side) */
#event-list {
  flex: 1 1 55%;
}

#event-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#event-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.event-heading {
  font-size: 26px;
  margin-bottom: 20px;
}

.event-title a {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.event-details {
  font-size: 15px;
  color: #363636;
}

/* Map (right side) */
#index-map {
  flex: 1 1 45%;
}

#index-map img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .event-map-wrap {
    flex-direction: column;
  }

  #event-list li {
    width: 100%;
  }

  #index-map {
    margin-top: 20px;
  }
}

/* Machine images */
.machine-img img {
  width: 100%;
  height: 250px;
  /* Fixed height */
  object-fit: cover;
  /* Crop image to fit */
  display: block;
}

/* Event images */
.event-img img {
  width: 100%;
  height: 200px;
  /* Fixed height */
  object-fit: cover;
  /* Keeps uniform size */
  display: block;
}

/* Machine images */
.machine-img img {
  width: 100%;
  height: 250px;
  /* Fixed height */
  object-fit: cover;
  /* Crop image to fit */
  display: block;
}

/* Event images */
.event-img img {
  width: 100%;
  height: 200px;
  /* Fixed height */
  object-fit: cover;
  /* Keeps uniform size */
  display: block;
}

.installation-section {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  max-width: 1322px;
  margin: auto;
}

.installation-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ee3037;
}

/* Slider wrapper */
.installation-slider {
  overflow: hidden;
  position: relative;
}

/* Track */
.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Each product */
.installation-box {
  flex: 0 0 calc(33.333% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  text-align: left;
  transition: transform 0.3s ease;
}

.installation-box:hover {
  transform: translateY(-5px);
}

.installation-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.installation-content {
  padding: 15px 20px;
}

.installation-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #000;
}

.installation-content p {
  font-size: 14px;
  color: #333;
  margin: 4px 0;
  line-height: 1.4;
}

/* Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ee3037;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s;
  z-index: 5;
}

.slider-btn:hover {
  background: #ee3037;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .installation-box {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .installation-box {
    flex: 0 0 100%;
  }

  .slider-btn.prev {
    left: 5px;
  }

  .slider-btn.next {
    right: 5px;
  }
}

/* about us */
.experience-badge {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #ee3037;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 10px;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-image img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.intro-box {
  background: #ee3037;
  padding: 15px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: beige;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.intro-box i {
  font-size: 1.5rem;
  color: white;
}

.intro-heading {
  color: #ee3037;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .experience-badge {
    writing-mode: horizontal-tb;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
}

/* mission and vision */
.mission-vision-section {
  overflow: hidden;
}

.mission-vision-card {
  background-color: var(--card-bg);
  border-radius: var(--card-border-radius);
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mission-vision-card .card-icon {
  transition: transform 0.3s ease-out;
}

.mission-vision-card .card-title {
  font-weight: 600;
  color: #090a0b;
}

.mission-vision-card .card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
}

.mission-card {
  border-top: 5px solid #ee3037;
}

.vision-card {
  border-top: 5px solid #ee3037;
}

.mission-vision-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px var(--card-hover-shadow);
  border-color: var(--primary-color);
}

.mission-vision-card:hover .card-icon {
  transform: scale(1.1) rotate(-5deg);
}

@media (max-width: 991.98px) {
  .mission-vision-card {
    padding: 1.5rem !important;
    text-align: left;
  }

  .mission-vision-section .display-6 {
    font-size: 2rem;
  }

  .mission-vision-card .card-icon {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .mission-vision-section .display-6 {
    font-size: 1.8rem;
  }

  .mission-vision-card .card-title {
    font-size: 1.3rem;
  }

  .mission-vision-card .card-icon i {
    font-size: 2.5em;
  }

  .mission-vision-card {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .mission-vision-card {
    padding: 1.25rem !important;
  }

  .mission-vision-section .display-6 {
    font-size: 1.6rem;
  }

  .mission-vision-card .card-title {
    font-size: 1.2rem;
  }
}

/* privacy terms and condition and discalimer */
.privacy-section {
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px 30px;
  background: #fffaf5;
  border: 1px solid #ffe4cc;
  border-radius: 12px;
  line-height: 1.8;
  color: #222;
  font-family: "Segoe UI", sans-serif;
}

.privacy-section h2,
.privacy-section h3,
.privacy-section h4,
.privacy-section h5,
.privacy-section h6 {
  color: #ea303a;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 25px 0 15px;
  padding-bottom: 6px;
  /* border-bottom: 2px solid #ff7f00; */
}

.privacy-section p {
  margin-bottom: 16px;
  font-size: 1rem;
}

.privacy-section a {
  color: #ea303a;
  text-decoration: none;
}

.privacy-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-section {
    padding: 25px 20px;
    margin: 20px;
  }

  .privacy-section h2,
  .privacy-section h3,
  .privacy-section h4,
  .privacy-section h5,
  .privacy-section h6 {
    font-size: 1.2rem;
  }
}

:root {
  --primary-color: #e9bc51;
  --secondary-color: #222;
  --bg-color: #fff;
  --card-bg: #f9f9f9;
  --text-color: #555;
  --icon-color: #e9bc51;
  --social-color: #555;
  --social-hover: #e9bc51;
}

/* Main Section */
.contact-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ---------- First Row: Addresses ---------- */
.contact-addresses {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.address-box {
  flex: 1 1 300px;
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.address-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.address-box h4 {
  font-size: 18px;
  color: #e31837;
  margin-bottom: 12px;
}

.address-box p {
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.6;
  margin: 6px 0;
}

/* ---------- Second Row: Call, Email, Social ---------- */
.contact-info-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.info-box {
  flex: 1 1 250px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--card-bg);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.info-icon {
  font-size: 28px;
  color: var(--icon-color);
  width: 40px;
  text-align: center;
  flex-shrink: 0;
}

.info-text h4 {
  font-size: 16px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.info-text p {
  font-size: 14px;
  color: var(--text-color);
  margin: 0;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 5px;
}

.social-icons a {
  color: var(--social-color);
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--social-hover);
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .contact-addresses,
  .contact-info-row {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .info-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-icon {
    margin-bottom: 8px;
  }
}

/* ===== MAP ===== */
.map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* ===== CONTACT + NEWSLETTER ===== */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 50px;
}

.contact-form {
  flex: 1;
  min-width: 350px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
  font-size: 22px;
  color: #111;
  margin-bottom: 10px;
}

.contact-form p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.contact-form button {
  background: #e31837;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: white;
  padding: 10px 20px;
  border-radius: 8px;
}

.social-icons a {
  color: #e31837;
  font-size: 24px;
  transition: transform 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.contact-form button:hover {
  background: #e31837;
}

/* ===== NEWSLETTER BOX ===== */
.newsletter-box {
  flex: 1;
  min-width: 350px;
  background: #0a0f1b;
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}

.newsletter-box .newsletter-img {
  width: 319px;
  margin-bottom: 20px;
}

.newsletter-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.newsletter-box p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 20px;
}

.newsletter-box input {
  width: 80%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}

.newsletter-box button {
  background: #e31837;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-box button:hover {
  background: #b5122b;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .info-section {
    padding: 100px 20px 40px;
  }

  .contact-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .newsletter-box input {
    width: 100%;
  }
}

/* ===== Profile Section ===== */
.about-section {
  background: linear-gradient(180deg, #fff, #f6f8fc);
  padding: 60px 0;
}

.profile-card img {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 449px;
}

.profile-text {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.profile-text h5 {
  font-weight: 700;
  font-size: 15px;
  color: #e31837;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.profile-text strong {
  color: #000;
}

/* ===== Feature Badges ===== */
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: default;
  min-width: 220px;
  text-align: center;
}

/* âœ… Green Cards */
.feature-card.positive .icon {
  color: #2e7d32;
  background: #e8f5e9;
  border-radius: 50%;
  padding: 4px 6px;
}

/* âŒ Red Cards */
.feature-card.negative .icon {
  color: #e31837;
  background: #fdecea;
  border-radius: 50%;
  padding: 4px 6px;
}

/* ðŸ”¥ Hover Animation */
.feature-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* ðŸ“± Responsive Design */
@media (max-width: 768px) {
  .feature-card {
    width: 100%;
    justify-content: center;
  }
}

/* ===== Content & Testimonial Boxes ===== */
.content-section {
  padding-bottom: 50px;
}

.content-box,
.testimonial-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.content-box h5 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.content-box span {
  color: #e31837;
}

.testimonial-box h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.testimonial-quote {
  font-style: italic;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 600;
  color: #e31837;
  margin-top: 10px;
  font-size: 14px;
}

/* ===== Testimonial Arrows ===== */
.testimonial-controls {
  text-align: center;
  margin-top: 15px;
}

.testimonial-controls button {
  background: #e31837;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  font-size: 16px;
  transition: 0.3s ease;
}

.testimonial-controls button:hover {
  background: #003e9c;
  transform: scale(1.1);
}

/* ===== Global Presence ===== */
.global-map-img {
  width: 100%;
  max-width: 1211px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .testimonial-box,
  .content-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .flag-item {
    width: 60px;
  }

  .testimonial-controls button {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* gallery page */
.pg-gallery-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #1e1e1e;
  position: relative;
}

.pg-gallery-heading {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}
.pg-gallery-track {
  display: flex !important;
  gap: 20px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
}

.pg-gallery-track::-webkit-scrollbar {
  display: none !important;
}

.pg-card {
  flex: 0 0 280px !important;
}
.pg-gallery-heading span {
  color: #ea303a;
}

.pg-gallery-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1300px;
  margin: auto;
}

.pg-gallery-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.pg-card {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 10px;
}

.pg-card-inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.pg-card-inner:hover {
  transform: scale(1.05);
}

.pg-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.pg-card-title {
  background: #ea303a;
  color: #fff;
  font-size: 14px!important;
  font-weight: bold;
  padding: 15px;
}

.pg-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ea303a;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.pg-gallery-btn:hover {
  background: #c82029;
}

.pg-gallery-prev {
  left: 10px;
}

.pg-gallery-next {
  right: 10px;
}

.pg-gallery-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pg-gallery-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.pg-gallery-dot.active {
  background: #ea303a;
}

/* Responsive */
@media (max-width: 992px) {
  .pg-card {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 768px) {
  .pg-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .pg-card {
    flex: 0 0 100%;
  }
}

/* Popup Overlay */
#popup {
  backdrop-filter: blur(3px);
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup Container */
.popup-container {
  position: relative;
  background: #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 12px;
  max-width: 700px;
  width: 90%;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
  /* allow wrapping on smaller screens */
}

/* Close Icon */
.close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

/* Left Side (Image) */
.popup-left img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}

/* Right Side (Text) */
.popup-right h1 {
  margin-bottom: 10px;
  color: #900404;
}

.popup-right p {
  margin: 6px 0;
  font-size: 15px;
  color: #444;
}

/* Responsive Styles */

/* Tablets */
@media (max-width: 768px) {
  .popup-container {
    flex-direction: column;
    padding: 15px;
  }

  .popup-left img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .popup-right h1 {
    text-align: center;
  }

  .popup-right p {
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .popup-container {
    padding: 10px;
    gap: 10px;
  }

  .popup-left img {
    max-width: 100%;
  }

  .popup-right h1 {
    font-size: 18px;
  }

  .popup-right p {
    font-size: 14px;
  }

  .close-icon {
    font-size: 18px;
    top: 10px;
    right: 10px;
  }
}

.top-bar .contact-info {
  color: #333;
  margin-left: 15px;
  font-size: 14px;
}

.topbar-right {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
}

.top-bar .contact-info i {
  color: #ea303a;
  margin-right: 6px;
}

/* nabbar logo */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}

.fixed-top {
  position: fixed;
  top: 34px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
  height: auto;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  margin-left: 27px;
  color: #000;
}

.nav-link.active,
.nav-link.show {
  color: #fff;
  background-color: #d32f2f;
  border-radius: 8px solid;
}

@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1rem;
  }

  .navbar-brand img {
    max-height: 50px;
  }
}

.long-dropdown {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.long-dropdown::-webkit-scrollbar {
  width: 6px;
}

.long-dropdown::-webkit-scrollbar-thumb {
  background-color: #131212;
  border-radius: 3px;
}

.long-dropdown::-webkit-scrollbar-track {
  background: #f8f9fa;
}

.nav-item:active {
  color: #070606;
}

/* ===== MULTI-LEVEL DROPDOWN ===== */
.dropdown-submenu {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
  display: none;
  font-size: 13px;
  font-weight: bold;
}

.dropdown-submenu > .dropdown-menu.show {
  display: block;
}

/* Desktop: show submenu on hover */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    margin-left: 1rem;
    display: none;
  }

  .top-bar {
    display: none !important;
  }

  .fixed-top {
    position: fixed;
    top: -5px !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}

/* ===== CAROUSEL CONTROLS ===== */
#mainCarousel .carousel-item img {
  width: 100%;
  height: 90vh;
  /* object-fit: cover;  */
}

/* Controls styling */
#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  z-index: 5;
}

#mainCarousel .carousel-control-prev {
  left: 1rem;
}

#mainCarousel .carousel-control-next {
  right: 1rem;
}

#mainCarousel .carousel-control-prev-icon,
#mainCarousel .carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-size: 100% 100%;
  filter: invert(1) grayscale(1);
}

/* ===== Responsive Fix for iPhone / Small Devices ===== */
@media (max-width: 768px) {
  #mainCarousel .carousel-item img {
    object-fit: contain !important;
    height: 30vh !important;
  }

  .top-bar {
    display: none !important;
  }

  .fixed-top {
    position: fixed;
    top: -5px !important;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  #mainCarousel .carousel-control-prev,
  #mainCarousel .carousel-control-next {
    width: 2rem;
    height: 2rem;
  }

  #mainCarousel .carousel-control-prev-icon,
  #mainCarousel .carousel-control-next-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* âœ… Responsive adjustments */
@media (max-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    font-size: 11px;
    font-weight: bold;
  }

  .navbar-brand {
    font-size: 0.9rem;
  }
}

/*** Single Page Hero Header Start ***/
.pm-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #f3f3f3;
  color: #333;
  padding: 12px 5%;
  flex-wrap: wrap;
}

.pm-breadcrumb a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.pm-breadcrumb a:hover {
  color: #ea303a;
}

.pm-breadcrumb span {
  margin: 0 5px;
  color: #999;
}

/* ======= Hero Section ======= */
.pm-about-header {
  position: relative;
  background: url("../images/pageheader.avif") center/cover no-repeat;
  height: 40vh;
  /* â†“ reduced from 60vh */
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.pm-about-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.pm-about-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.pm-about-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.pm-about-content h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: #ea303a;
  border-radius: 3px;
}

.pm-about-content p {
  font-size: 1.05rem;
  font-weight: 500;
  color: #f0f0f0;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

/* ======= Breadcrumb ======= */
.pm-breadcrumb {
  margin-top: 21px;
  background: #f6eded;
  padding: 12px 5%;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.pm-breadcrumb a {
  text-decoration: none;
  color: #ea303a;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pm-breadcrumb a:hover {
  color: #000;
}

.pm-breadcrumb span {
  margin: 0 6px;
  color: #888;
}

/* ======= Responsive Design ======= */
@media (max-width: 992px) {
  .pm-about-header {
    height: 35vh;
  }

  .pm-about-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .pm-about-header {
    height: 30vh;
  }

  .pm-about-content h2 {
    font-size: 1.7rem;
  }

  .pm-about-content p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .pm-about-header {
    height: 28vh;
  }

  .pm-about-content h2 {
    font-size: 1.4rem;
  }

  .pm-about-content p {
    font-size: 0.95rem;
  }
}

/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .container .section-about-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.about .container .section-about-title::before {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/*** About End ***/

/*** Packages Start ***/
:root {
  --main-red: #dc3545;
}

.product-carousel .product-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow:
    rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.product-carousel .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.product-carousel .product-card img {
  width: 100%;

  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #ddd;
  margin-bottom: 15px;
}

.product-carousel .product-card h5 {
  color: var(--main-red);
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 48px;
}

.product-carousel .product-card p {
  font-size: 15px;
  color: #555;
  flex-grow: 1;
}

/* Dots */
.owl-dots {
  margin-top: 15px;
  text-align: center;
}

.owl-dots .owl-dot span {
  background: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
}

.owl-dots .owl-dot.active span {
  background: var(--main-red);
}

/* Carousel Navigation */
.carousel-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  /* let clicks pass except buttons */
  z-index: 10;
}

.carousel-nav button {
  background: rgba(0, 0, 0, 0.6);
  /* semi-transparent */
  color: #fff;
  border: none;
  font-size: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.carousel-nav button:hover {
  background: #e30613;
  /* red hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-nav button {
    font-size: 22px;
    width: 36px;
    height: 36px;
  }

  .index-section1-r {
    display: none;
  }
}

@media (max-width: 480px) {
  .carousel-nav button {
    font-size: 18px;
    width: 32px;
    height: 32px;
  }
}

/*** Packages End ***/

/* our core values */
.core-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px;
  background: #fff;
}

/* Left Image */
.core-left {
  flex: 1;
  min-width: 300px;
}

.core-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Right Content */
.core-right {
  flex: 1;
  background: #e75c5c;
  color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.core-right h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}

.core-right h2 strong {
  font-weight: 700;
}

.core-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.core-right a {
  font-style: italic;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px) {
  .core-section {
    flex-direction: column;
  }

  .core-right {
    padding: 30px 20px;
  }

  .core-right h2 {
    font-size: 22px;
  }

  .core-right p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .core-right {
    padding: 20px 15px;
  }

  .core-right h2 {
    font-size: 20px;
  }

  .core-right p,
  .core-right a {
    font-size: 14px;
  }
}

/* strength */
.strength-section {
  padding: 60px 20px;
  background: #fff;
}

.strength-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.strength-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.strength-box {
  text-align: center;
}

.strength-box img {
  height: 168px;
  border-radius: 4px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.strength-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.strength-box p {
  font-size: 15px;
  color: #555;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .strength-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .strength-section h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .strength-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strength-box h5 {
    font-size: 16px;
  }

  .strength-box p {
    font-size: 14px;
  }
}

/* Top Feature Section */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  padding: 40px 20px;
}

.feature-item img {
  width: 70px;
  margin-bottom: 10px;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
}

/* Dealership Section */
.dealership {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.dealership-text {
  background: #444;
  color: #fff;
  padding: 40px;
}

.dealership-text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.dealership-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.dealership-text ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.dealership-text ul li::before {
  content: "Â»";
  position: absolute;
  left: 0;
  color: #fff;
}

.dealership-text .btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.dealership-text .btn:hover {
  background: #fff;
  color: #444;
}

/* Responsive */
@media (max-width: 992px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }

  .dealership {
    grid-template-columns: 1fr;
  }

  .dealership-image {
    min-height: 250px;
  }
}

@media (max-width: 576px) {
  .features {
    grid-template-columns: 1fr;
  }
}

.partners-section {
  text-align: center;
  padding: 40px 20px;
}

.partners-section h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
}

.partners-section h2 strong {
  font-weight: 700;
}

/* Swiper Slider */
.swiper {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-height: 70px;
  max-width: 150px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.swiper-slide img:hover {
  transform: scale(1.05);
}

/* Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #d32f2f;
  /* red */
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .swiper-slide img {
    max-width: 100px;
    max-height: 50px;
  }
}

/* faq */
.accordion-body {
  padding: 20px;
}

.accordion-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.accordion-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.accordion-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #d32f2f;
  background-color: #f5f7fa;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #d32f2f;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .accordion-text {
    text-align: center;
    margin-bottom: 15px;
  }
}

/*** Footer Start ***/
.footer {
  background: #0b0b0b url("../images/footerbg.avif") no-repeat center/cover;
  position: relative;
  color: #ddd;
  padding: 60px 0 30px;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.95)
  );
}

.footer .container {
  position: relative;
  z-index: 2;
}

.footer h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 2px solid #ea303a;
  display: inline-block;
  padding-bottom: 4px;
}

.footer p,
.footer a {
  font-size: 14px;
  color: #bbb;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.4s ease;
}

.footer a i {
  color: #ea303a;
  margin-right: 8px;
  font-size: 13px;
  transition: transform 0.3s ease;
}

.footer a:hover i {
  transform: rotate(15deg) scale(1.2);
}

.footer a:hover {
  color: #ea303a;
  transform: translateX(5px);
}

/* Hover underline animation */
.footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #ea303a;
  transition: width 0.3s ease;
}

.footer a:hover::after {
  width: 100%;
}

.footer a:hover {
  color: #ea303a;
  transform: translateX(5px);
}
/*========================
 Modern Footer Social CSS
========================*/

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Social Link */

.footer-social a {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eef2f7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: 0.5s ease;
  overflow: hidden;

  box-shadow:
    rgba(50, 50, 93, 0.15) 0px 8px 20px -5px,
    rgba(0, 0, 0, 0.08) 0px 4px 10px -6px;
}

/* Animated Border */

.footer-social a::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, #d32f2f, #e4405f, #ff0000, #d32f2f);

  background-size: 300% 300%;
  border-radius: 20px;
  z-index: 0;
  opacity: 0;
  transition: 0.5s ease;
  animation: socialBorder 4s linear infinite;
}

/* Inner Layer */

.footer-social a::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  border-radius: 16px;
  z-index: 1;
}

/* Icon */

.footer-social a i {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #d32f2f;
  transition: 0.4s ease;
}

/* Hover */

.footer-social a:hover i {
  color: #d90429;
  transform: rotate(360deg);
}

/* Animation */

@keyframes socialBorder {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Responsive */

@media (max-width: 576px) {
  .footer-social {
    gap: 12px;
  }

  .footer-social a {
    width: 45px;
    height: 45px;
    border-radius: 14px;
  }

  .footer-social a i {
    font-size: 17px;
  }
}
/* Contact icons */
.footer .contact-info i {
  color: #ea303a;
  margin-right: 10px;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #888;
}

/* Fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer .col {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

.footer .col:nth-child(1) {
  animation-delay: 0.2s;
}

.footer .col:nth-child(2) {
  animation-delay: 0.4s;
}

.footer .col:nth-child(3) {
  animation-delay: 0.6s;
}

.footer .col:nth-child(4) {
  animation-delay: 0.8s;
}

.footer .col:nth-child(5) {
  animation-delay: 1s;
}

@media (max-width: 992px) {
  .footer h5 {
    margin-top: 30px;
  }
}

/* counter */
.mobile-counter {
  display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
  .mobile-counter {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
    gap: 10px;
  }

  .mobile-counter .counter-box {
    flex: 1;
  }

  .mobile-counter h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #222;
  }

  .mobile-counter p {
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0 0;
    color: #222;
  }
}

.machine-section {
  margin-top: 80px;
}

/* Machine list */
#machine-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

#machine-list > ul > li {
  flex: 1 1 48%;
  position: relative;
  overflow: hidden;
}

/* Bottom color bars */
#machine-list > ul > li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  width: 100%;
  content: "";
  transition: height 0.4s ease;
}

#machine-list > ul > li:nth-child(1):before {
  background: #ee3037;
}

#machine-list > ul > li:nth-child(2):before {
  background: #000;
}

#machine-list > ul > li:nth-child(3):before {
  background: #01aef0;
}

.machine-img img {
  width: 100%;
  display: block;
}

.machine-info {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 15px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 90%
  );
  transition: all 0.4s ease;
}

.machine-title {
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}

.machine-title b {
  font-size: 36px;
}

.machine-links {
  display: none;
  margin-top: 10px;
}

.machine-links a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
}

/* Hover effects */
#machine-list > ul > li:hover:before {
  height: 100%;
  opacity: 0.9;
}

#machine-list > ul > li:hover .machine-info {
  background: transparent;
  color: #fff;
}

#machine-list > ul > li:hover .machine-links {
  display: block;
}

/* Events */
#event-list {
  margin-top: 60px;
}

#event-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#event-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.event-heading {
  font-size: 26px;
  margin-bottom: 20px;
}

.event-title a {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.event-details {
  font-size: 15px;
  color: #363636;
}

/* Responsive */
@media (max-width: 991px) {
  #machine-list > ul > li {
    flex: 1 1 100%;
  }

  #event-list li {
    width: 100%;
  }
}

/* Event + Map Wrapper */
.event-map-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 60px;
}

/* Events (left side) */
#event-list {
  flex: 1 1 55%;
}

#event-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#event-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.event-heading {
  font-size: 26px;
  margin-bottom: 20px;
}

.event-title a {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.event-details {
  font-size: 15px;
  color: #363636;
}

/* Map (right side) */
#index-map {
  flex: 1 1 45%;
}

#index-map img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .event-map-wrap {
    flex-direction: column;
  }

  #event-list li {
    width: 100%;
  }

  #index-map {
    margin-top: 20px;
  }
}

/* Event + Map Wrapper */
.event-map-wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 60px;
}

/* Events (left side) */
#event-list {
  flex: 1 1 55%;
}

#event-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#event-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.event-heading {
  font-size: 26px;
  margin-bottom: 20px;
}

.event-title a {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.event-details {
  font-size: 15px;
  color: #363636;
}

/* Map (right side) */
#index-map {
  flex: 1 1 45%;
}

#index-map img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .event-map-wrap {
    flex-direction: column;
  }

  #event-list li {
    width: 100%;
  }

  #index-map {
    margin-top: 20px;
  }
}

/* Machine images */
.machine-img img {
  width: 100%;
  height: 250px;
  /* Fixed height */
  object-fit: cover;
  /* Crop image to fit */
  display: block;
}

/* Event images */
.event-img img {
  width: 100%;
  height: 200px;
  /* Fixed height */
  object-fit: cover;
  /* Keeps uniform size */
  display: block;
}

/* Machine images */
.machine-img img {
  width: 100%;
  height: 250px;
  /* Fixed height */
  object-fit: cover;
  /* Crop image to fit */
  display: block;
}

/* Event images */
.event-img img {
  width: 100%;
  height: 200px;
  /* Fixed height */
  object-fit: cover;
  /* Keeps uniform size */
  display: block;
}

.installation-section {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  max-width: 1322px;
  margin: auto;
}

.installation-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ee3037;
}

/* Slider wrapper */
.installation-slider {
  overflow: hidden;
  position: relative;
}

/* Track */
.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Each product */
.installation-box {
  flex: 0 0 calc(33.333% - 20px);
  margin: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  text-align: left;
  transition: transform 0.3s ease;
}

.installation-box:hover {
  transform: translateY(-5px);
}

.installation-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.installation-content {
  padding: 15px 20px;
}

.installation-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #000;
}

.installation-content p {
  font-size: 14px;
  color: #333;
  margin: 4px 0;
  line-height: 1.4;
}

/* Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ee3037;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s;
  z-index: 5;
}

.slider-btn:hover {
  background: #ee3037;
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .installation-box {
    flex: 0 0 calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .installation-box {
    flex: 0 0 100%;
  }

  .slider-btn.prev {
    left: 5px;
  }

  .slider-btn.next {
    right: 5px;
  }
}

/* about us */
.experience-badge {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: #ee3037;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 10px;
  font-size: 14px;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-image img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.intro-box {
  background: #ee3037;
  padding: 15px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: beige;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.intro-box i {
  font-size: 1.5rem;
  color: white;
}

.intro-heading {
  color: #ee3037;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .experience-badge {
    writing-mode: horizontal-tb;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
}

/* mission and vision */
.mission-vision-section {
  overflow: hidden;
}

.mission-vision-card {
  background-color: var(--card-bg);
  border-radius: var(--card-border-radius);
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  border: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mission-vision-card .card-icon {
  transition: transform 0.3s ease-out;
}

.mission-vision-card .card-title {
  font-weight: 600;
  color: #090a0b;
}

.mission-vision-card .card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
}

.mission-card {
  border-top: 5px solid #ee3037;
}

.vision-card {
  border-top: 5px solid #ee3037;
}

.mission-vision-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px var(--card-hover-shadow);
  border-color: var(--primary-color);
}

.mission-vision-card:hover .card-icon {
  transform: scale(1.1) rotate(-5deg);
}

@media (max-width: 991.98px) {
  .mission-vision-card {
    padding: 1.5rem !important;
    text-align: left;
  }

  .mission-vision-section .display-6 {
    font-size: 2rem;
  }

  .mission-vision-card .card-icon {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .mission-vision-section .display-6 {
    font-size: 1.8rem;
  }

  .mission-vision-card .card-title {
    font-size: 1.3rem;
  }

  .mission-vision-card .card-icon i {
    font-size: 2.5em;
  }

  .mission-vision-card {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .mission-vision-card {
    padding: 1.25rem !important;
  }

  .mission-vision-section .display-6 {
    font-size: 1.6rem;
  }

  .mission-vision-card .card-title {
    font-size: 1.2rem;
  }
}

/* privacy terms and condition and discalimer */
.privacy-section {
  max-width: 1000px;
  margin: 50px auto;
  padding: 40px 30px;
  background: #fffaf5;
  border: 1px solid #ffe4cc;
  border-radius: 12px;
  line-height: 1.8;
  color: #222;
  font-family: "Segoe UI", sans-serif;
}

.privacy-section h2,
.privacy-section h3,
.privacy-section h4,
.privacy-section h5,
.privacy-section h6 {
  color: #ea303a;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 25px 0 15px;
  padding-bottom: 6px;
  /* border-bottom: 2px solid #ff7f00; */
}

.privacy-section p {
  margin-bottom: 16px;
  font-size: 1rem;
}

.privacy-section a {
  color: #ea303a;
  text-decoration: none;
}

.privacy-section a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-section {
    padding: 25px 20px;
    margin: 20px;
  }

  .privacy-section h2,
  .privacy-section h3,
  .privacy-section h4,
  .privacy-section h5,
  .privacy-section h6 {
    font-size: 1.2rem;
  }
}

/* ===== INFO BOXES ===== */
.info-section {
  background: #f8f8f8;
  padding: 120px 50px 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.info-box {
  background: #fff;
  width: 220px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: 0.3s;
}

.info-box:hover {
  transform: translateY(-5px);
}

.info-icon {
  width: 60px;
  height: 60px;
  background: #e31837;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  margin: 0 auto 15px;
}

.info-box h4 {
  margin-bottom: 8px;
  color: #e31837;
  font-size: 18px;
}

.info-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* ===== MAP ===== */
.map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* ===== CONTACT + NEWSLETTER ===== */
.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 60px 50px;
}

.contact-form {
  flex: 1;
  min-width: 350px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
  font-size: 22px;
  color: #111;
  margin-bottom: 10px;
}

.contact-form p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form textarea {
  resize: none;
  height: 80px;
}

.contact-form button {
  background: #e31837;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  text-transform: uppercase;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: white;
  padding: 10px 20px;
  border-radius: 8px;
}

.social-icons a {
  color: #e31837;
  font-size: 24px;
  transition: transform 0.3s;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.contact-form button:hover {
  background: #e31837;
}

/* ===== NEWSLETTER BOX ===== */
.newsletter-box {
  flex: 1;
  min-width: 350px;
  background: #0a0f1b;
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
}

.newsletter-box .newsletter-img {
  width: 319px;
  margin-bottom: 20px;
}

.newsletter-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.newsletter-box p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 20px;
}

.newsletter-box input {
  width: 80%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}

.newsletter-box button {
  background: #e31837;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-box button:hover {
  background: #b5122b;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .info-section {
    padding: 100px 20px 40px;
  }

  .contact-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .newsletter-box input {
    width: 100%;
  }
}

/* ===== Profile Section ===== */
.about-section {
  background: linear-gradient(180deg, #fff, #f6f8fc);
  padding: 60px 0;
}

.profile-card img {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 449px;
}

.profile-text {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.profile-text h5 {
  font-weight: 700;
  font-size: 15px;
  color: #e31837;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.profile-text strong {
  color: #000;
}

/* ===== Feature Badges ===== */
.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: default;
  min-width: 220px;
  text-align: center;
}

/* âœ… Green Cards */
.feature-card.positive .icon {
  color: #2e7d32;
  background: #e8f5e9;
  border-radius: 50%;
  padding: 4px 6px;
}

/* âŒ Red Cards */
.feature-card.negative .icon {
  color: #e31837;
  background: #fdecea;
  border-radius: 50%;
  padding: 4px 6px;
}

/* ðŸ”¥ Hover Animation */
.feature-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* ðŸ“± Responsive Design */
@media (max-width: 768px) {
  .feature-card {
    width: 100%;
    justify-content: center;
  }
}

/* ===== Content & Testimonial Boxes ===== */
.content-section {
  padding-bottom: 50px;
}

.content-box,
.testimonial-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.content-box h5 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.content-box span {
  color: #e31837;
}

.testimonial-box h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.testimonial-quote {
  font-style: italic;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 600;
  color: #e31837;
  margin-top: 10px;
  font-size: 14px;
}

/* ===== Testimonial Arrows ===== */
.testimonial-controls {
  text-align: center;
  margin-top: 15px;
}

.testimonial-controls button {
  background: #e31837;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: 0 5px;
  font-size: 16px;
  transition: 0.3s ease;
}

.testimonial-controls button:hover {
  background: #003e9c;
  transform: scale(1.1);
}

/* ===== Global Presence ===== */
.global-map-img {
  width: 100%;
  max-width: 1211px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .testimonial-box,
  .content-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .flag-item {
    width: 60px;
  }

  .testimonial-controls button {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* gallery page */
.pg-gallery-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #1e1e1e;
  position: relative;
}

.pg-gallery-heading {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.pg-gallery-heading span {
  color: #ea303a;
}

.pg-gallery-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1300px;
  margin: auto;
}

.pg-gallery-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.pg-card {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 10px;
}

.pg-card-inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.pg-card-inner:hover {
  transform: scale(1.05);
}

.pg-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.pg-card-title {
  background: #ea303a;
  color: #fff;
  font-size: 14px!important;
  font-weight: bold;
  padding: 15px;
}

.pg-gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ea303a;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.pg-gallery-btn:hover {
  background: #c82029;
}

.pg-gallery-prev {
  left: 10px;
}

.pg-gallery-next {
  right: 10px;
}

.pg-gallery-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pg-gallery-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #aaa;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.pg-gallery-dot.active {
  background: #ea303a;
}

/* Responsive */
@media (max-width: 992px) {
  .pg-card {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 768px) {
  .pg-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .pg-card {
    flex: 0 0 100%;
  }
}

/* main products section */
.products {
  padding: 60px 20px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.products h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #111 !important;
  margin-bottom: 20px !important;
}

.section-desc {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #0f0d0d !important;
  margin-bottom: 35px !important;
  max-width: 1000px !important;
}

.carousel {
  margin: 0 -10px !important;
}

.carousel.carousel-static-center {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

.carousel-cell {
  width: 100% !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
}

.carousel.carousel-static-center .carousel-cell {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .carousel-cell {
    width: 50% !important;
  }

  .carousel.carousel-static-center .carousel-cell {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .carousel-cell {
    width: 33.33% !important;
  }

  .carousel.carousel-static-center .carousel-cell {
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
}

@media (min-width: 1200px) {
  .carousel-cell {
    width: 25% !important;
  }

  .carousel.carousel-static-center .carousel-cell {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}

a {
  text-decoration: none !important;
}
.product-card {
  border: 1px solid #ddd !important;
  background: #fff !important;
  height: 520px !important;

  display: flex !important;
  flex-direction: column !important;

  transition: 0.3s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;

  overflow: hidden !important;
  border-radius: 14px !important;
}

.product-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12) !important;
}

/* IMAGE HD FIX */

.product-card img {
  width: 100% !important;
  height: 220px !important;

  object-fit: contain !important;
  object-position: center !important;

  background: #f7f7f7 !important;
  display: block !important;

  padding: 10px !important;

  image-rendering: auto !important;
  filter: none !important;

  transition: 0.4s ease !important;
}

.product-card:hover img {
  transform: scale(1.05) !important;
}

/* CONTENT */
.btn-center-wrap {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 20px !important;
}

.btn-center-wrap .ultracut-btn {
  margin: 0 auto !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.product-card-content {
  padding: 14px !important;
  flex-grow: 1 !important;

  overflow: hidden !important;

  display: flex !important;
  flex-direction: column !important;
}

.product-card-content h3 {
  font-size: 22px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  color: #000 !important;

  margin-bottom: 18px !important;
  position: relative !important;
}

.product-card-content h3::before {
  content: "" !important;
  position: absolute !important;

  left: 0 !important;
  bottom: -6px !important;

  width: 40px !important;
  height: 3px !important;

  background: #ff3b30 !important;
}

.product-card-content p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #555 !important;
}
/* BUTTON */

.flickity-button {
  background: #b71c1c !important;
  border-radius: 50% !important;
  width: 50px !important;
  color: #fff !important;
  height: 50px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.flickity-button:hover {
  background: #b71c1c !important;
  color: #fff !important;
}

.flickity-button:focus {
  outline: none !important;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 27%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .flickity-button-icon {
  width: 45% !important;
  height: 45% !important;
}

/* MOBILE */

@media (max-width: 767px) {
  .products {
    padding: 40px 15px !important;
  }

  .products h2 {
    font-size: 26px !important;
  }

  .section-desc {
    font-size: 15px !important;
  }

  .product-card {
    height: auto !important;
  }

  .product-card-content {
    padding: 15px !important;
  }

  .product-card-content h3 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

.product-card-content p {
  font-size: 15px !important;
  line-height: 1.7 !important;
}

  .flickity-button {
    width: 42px !important;
    height: 42px !important;
  }
}

/* products pages */
/* =========================================
   ULTRACUT MACHINE SECTION - HD IMAGE FIX
========================================= */

.ultracut-machine-section {
  width: 100% !important;
  padding: 100px 20px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  position: relative !important;
}

.ultracut-machine-container {
  max-width: 1300px !important;
  margin: auto !important;
  display: grid !important;
  grid-template-columns: 470px 1fr !important;
  gap: 55px !important;
  align-items: start !important;
}

/* LEFT SIDE */

.ultracut-machine-left {
  position: sticky !important;
  top: 20px !important;
  width: 100% !important;
}

/* IMAGE WRAPPER */

.ultracut-image-wrapper {
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
}

.ultracut-image-wrapper::before {
  display: none !important;
}

/* HD IMAGE - NO BLUR */

.ultracut-image-wrapper img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;

  filter: none !important;
  backdrop-filter: none !important;
  opacity: 1 !important;

  transform: none !important;
  scale: 1 !important;

  image-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;

  box-shadow: none !important;
}

/* REMOVE BLUR EFFECT */

.ultracut-machine-section *,
.ultracut-image-wrapper *,
.ultracut-machine-left * {
  filter: none !important;
  backdrop-filter: none !important;
}

/* TAG */

.ultracut-machine-tag {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  z-index: 5 !important;
}

.ultracut-machine-tag span {
  display: inline-block !important;
  background: #ff2b2b !important;
  color: #ffffff !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
}

/* BUTTONS */

.ultracut-action-buttons {
  display: flex !important;
  gap: 16px !important;
  margin-top: 28px !important;
  width: 100% !important;
}

.ultracut-btn {
  flex: 1 !important;
  border: none !important;
  text-decoration: none !important;
  padding: 16px 20px !important;
  border-radius: 18px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  transition: 0.4s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.ultracut-btn i {
  margin-right: 8px !important;
}

.ultracut-quote-btn {
  background: #ff2b2b !important;
  color: #ffffff !important;
}

.ultracut-video-btn {
  background: #111111 !important;
  color: #ffffff !important;
}

.ultracut-btn:hover {
  transform: translateY(-4px) !important;
  color: #ffffff !important;
}

/* FEATURES */

.ultracut-feature-wrapper {
  margin-top: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}
.ultracut-image-wrapper {
  overflow: hidden !important;
  padding: 12px !important;
}

/* Unique Image Shape */
.ultracut-image-wrapper img {
  width: 100% !important;
  height: auto !important;

  border: 2px solid #d32f2f !important;

  /* New Stylish Shape */
  border-radius: 50px 0px 50px 0px !important;

  transition: all 0.5s ease !important;
}

/* Amazing Hover Effect */
.ultracut-image-wrapper img:hover {
  transform: scale(1.04) !important;

  border-color: #d32f2f !important;

  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.3),
    0 0 25px rgba(218, 13, 13, 0.5) !important;

  filter: brightness(1.08) !important;
}
.ultracut-feature-card {
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 22px !important;
  display: flex !important;
  gap: 18px !important;
  align-items: flex-start !important;
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04) !important;
  transition: 0.4s ease !important;
}

.ultracut-feature-card:hover {
  transform: translateX(6px) !important;
}

.ultracut-feature-icon {
  min-width: 58px !important;
  height: 58px !important;
  background: #ff2b2b !important;
  border-radius: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ultracut-feature-icon i {
  color: #ffffff !important;
  font-size: 22px !important;
}

.ultracut-feature-content h4 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.ultracut-feature-content p {
  margin: 0 !important;
  color: #666666 !important;
  line-height: 1.8 !important;
  font-size: 14px !important;
}

/* RIGHT SIDE */

.ultracut-heading-area {
  margin-bottom: 35px !important;
}

.ultracut-small-title {
  display: inline-block !important;
  background: rgba(255, 43, 43, 0.08) !important;
  color: #ff2b2b !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-bottom: 22px !important;
}

.ultracut-heading-area h2 {
  font-size: 42px !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

.ultracut-heading-area p {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 1.9 !important;
  margin: 0 !important;
}

/* TABLE */

.ultracut-table-wrapper {
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04) !important;
}

.ultracut-spec-table {
  width: 100% !important;
  border-collapse: collapse !important;
}

.ultracut-spec-table tr:nth-child(even) {
  background: #fff6f6 !important;
}

.ultracut-spec-table th {
  width: 35% !important;
  background: #2f2f2f !important;
  color: #ffffff !important;
  padding: 22px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  vertical-align: middle !important;
}

.ultracut-spec-table td {
  padding: 22px !important;
  color: #444444 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  vertical-align: middle !important;
}

/* RESPONSIVE */

@media only screen and (max-width: 1200px) {
  .ultracut-machine-container {
    grid-template-columns: 1fr !important;
    gap: 45px !important;
  }

  .ultracut-machine-left {
    position: relative !important;
    top: 0 !important;
  }

  .ultracut-heading-area h2 {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 768px) {
  .ultracut-machine-section {
    padding: 60px 15px !important;
  }

  .ultracut-machine-container {
    display: block !important;
  }

  .ultracut-machine-left,
  .ultracut-machine-right {
    width: 100% !important;
  }

  .ultracut-image-wrapper {
    border-radius: 18px !important;
    margin-bottom: 20px !important;
  }

  .ultracut-image-wrapper img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 16px !important;
  }

  .ultracut-heading-area {
    margin-top: 20px !important;
  }

  .ultracut-heading-area h2 {
    font-size: 34px !important;
    line-height: 1.25 !important;
  }

  .ultracut-heading-area p {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .ultracut-action-buttons {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .ultracut-btn {
    width: 100% !important;
    padding: 15px 18px !important;
  }

  .ultracut-feature-card {
    padding: 18px !important;
  }

  .ultracut-table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    border-radius: 20px !important;
  }

  .ultracut-spec-table {
    min-width: 650px !important;
  }

  .ultracut-spec-table th,
  .ultracut-spec-table td {
    padding: 15px !important;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 480px) {
  .ultracut-machine-section {
    padding: 45px 10px !important;
  }

  .ultracut-image-wrapper {
    border-radius: 14px !important;
  }

  .ultracut-image-wrapper img {
    border-radius: 12px !important;
  }

  .ultracut-machine-tag {
    top: 10px !important;
    left: 10px !important;
  }

  .ultracut-machine-tag span {
    font-size: 10px !important;
    padding: 6px 12px !important;
  }

  .ultracut-small-title {
    font-size: 11px !important;
    padding: 8px 14px !important;
  }

  .ultracut-heading-area h2 {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .ultracut-heading-area p {
    font-size: 14px !important;
  }

  .ultracut-feature-card {
    flex-direction: column !important;
    gap: 14px !important;
  }

  .ultracut-feature-icon {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
  }

  .ultracut-feature-content h4 {
    font-size: 16px !important;
  }

  .ultracut-feature-content p {
    font-size: 13px !important;
  }

  .ultracut-btn {
    padding: 14px 16px !important;
    font-size: 14px !important;
  }
}

/* Mohindra clean header and home sections */
body {
  padding-top: 112px !important;
  background: #f5f7fa;
}

.top-bar {
  min-height: 38px !important;
  padding: 5px clamp(12px, 2vw, 28px) !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: #ffffff !important;
  background: #111827 !important;
  border-bottom: 0 !important;
}

.top-bar i {
  color: #ff4b45 !important;
}

.topbar-info,
.topbar-contact {
  min-width: 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.topbar-info {
  flex: 1 1 auto !important;
}

.topbar-contact {
  flex: 0 1 auto !important;
}

.topbar-right {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.navbar.fixed-top {
  top: 38px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

.navbar .container-fluid {
  gap: 12px !important;
  padding-left: clamp(12px, 2vw, 28px) !important;
  padding-right: clamp(12px, 2vw, 28px) !important;
}

.navbar-brand {
  max-width: 300px !important;
  overflow: hidden !important;
  color: #111827 !important;
  font-size: clamp(0.9rem, 1vw, 1.1rem) !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.navbar-brand img {
  max-height: 58px !important;
}

.navbar-collapse {
  gap: 10px !important;
}

.navbar-nav {
  align-items: center !important;
}

.nav-link {
  margin-left: 4px !important;
  padding: 9px 10px !important;
  color: #111827 !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.nav-link:hover {
  color: #d32f2f !important;
  background: #fff1f1 !important;
}

.nav-link.active,
.nav-link.show,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffffff !important;
  background: #d32f2f !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff !important;
  background: #d32f2f !important;
}

.header-actions {
  flex: 0 0 auto !important;
  margin-left: 6px !important;
  display: flex !important;
  align-items: center !important;
}

.product-search-form {
  width: min(22vw, 250px) !important;
  min-width: 190px !important;
  margin: 0 !important;
}

.product-search-box {
  position: relative !important;
  width: 100% !important;
}

.product-search-input {
  width: 100% !important;
  height: 38px !important;
  padding: 8px 42px 8px 14px !important;
  color: #111827 !important;
  background: #ffffff !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  outline: none !important;
}

.product-search-input:focus {
  border-color: #d32f2f !important;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.12) !important;
}

.product-search-btn {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: #111827 !important;
  border: 0 !important;
  border-radius: 50% !important;
}

.product-search-btn:hover {
  background: #d32f2f !important;
}

.product-search-suggestions {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1200 !important;
  display: none !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border: 1px solid #e1e6ed !important;
  border-radius: 8px !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16) !important;
}

.product-search-suggestions.show {
  display: block !important;
}

.product-search-suggestion,
.product-search-empty {
  display: block !important;
  width: 100% !important;
  padding: 10px 13px !important;
  color: #111827 !important;
  background: #ffffff !important;
  border-bottom: 1px solid #edf0f4 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

.product-search-suggestion:hover,
.product-search-suggestion.is-highlighted {
  color: #ffffff !important;
  background: #d32f2f !important;
}

.product-search-empty {
  color: #6b7280 !important;
}

.topbar-right .translate-wrap {
  width: 228px !important;
  min-width: 228px !important;
  height: 34px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

.topbar-right .translate-icon {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: #d32f2f !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

.topbar-right #google_translate_element {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

.topbar-right .goog-te-gadget {
  width: 100% !important;
  color: transparent !important;
  font-size: 0 !important;
}

.topbar-right .goog-te-gadget span,
.topbar-right .goog-logo-link {
  display: none !important;
}

.topbar-right #google_translate_element select {
  width: 100% !important;
  height: 30px !important;
  max-width: none !important;
  padding: 4px 8px !important;
  color: #111827 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  outline: none !important;
  cursor: pointer !important;
}

.mmw-home {
  overflow: hidden;
  color: #111827;
  background: #f5f7fa;
}

.mmw-home h1,
.mmw-home h2,
.mmw-home h3,
.mmw-home h4,
.mmw-home h5,
.mmw-home p {
  letter-spacing: 0;
}

.mmw-wide-container {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 clamp(14px, 2.6vw, 42px);
}

.mmw-kicker,
.mmw-about-head span,
.mmw-values-head span,
.mmw-faq-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.mmw-about-head,
.mmw-values-head,
.mmw-faq-head {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.mmw-about-head h2,
.mmw-values-head h2,
.mmw-faq-head h2,
.mmw-global-content h2,
.mmw-strength-head h2,
.mmw-intel-head h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 850;
  line-height: 1.15;
  font-size: 30px;
}

.mmw-about-head p,
.mmw-values-head p,
.mmw-faq-head p,
.mmw-global-content p,
.mmw-strength-head p,
.mmw-intel-head p {
  margin: 0;
  color: #4b5563;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.7;
}

.mmw-home .mobile-counter {
  display: none !important;
}

.mmw-global-section {
  padding: clamp(34px, 5vw, 72px) 0;
 background: #f5f7fa;
}

.mmw-global-layout {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.mmw-global-content {
  padding: clamp(20px, 3vw, 34px);

}

.mmw-global-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.mmw-global-stats div {
  padding: 14px 12px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 7px;
}

.mmw-global-stats strong {
  display: block;
  color: #d32f2f;
  font-size: clamp(22px, 2.8vw, 34px);
  line-height: 1;
}

.mmw-global-stats span {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mmw-global-map {
  padding: clamp(10px, 1.8vw, 20px);
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-global-map img {
  width: 100%;
  min-height: 280px;
  display: block;
  object-fit: contain;
}

.mmw-about-section {
  padding: clamp(42px, 6vw, 84px) 0;
  background: #fff;
}

.mmw-about-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
}

.mmw-about-media {
  position: relative;
  min-height: 100%;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-about-media > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.mmw-experience-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #d32f2f;
  border: 6px solid #ffffff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.mmw-experience-badge img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.mmw-about-content {
  padding: clamp(24px, 4vw, 44px);
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-left: 5px solid #d32f2f;
  border-radius: 8px;
}

.mmw-about-content h1 {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.15;
}

.mmw-about-content p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0 10px;
}

.mmw-about-grid div {
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e1e6ed;
  border-radius: 7px;
}

.mmw-about-grid strong {
  display: block;
  margin-bottom: 5px;
  color: #d32f2f;
  font-size: 15px;
}

.mmw-about-grid span {
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.mmw-category-section > h2,
.mmw-category-section .section-desc {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.mmw-category-section > h2 {
  color: #111827 !important;
  font-size: clamp(28px, 3vw, 44px) !important;
}

.mmw-values-section {
  padding: clamp(18px, 6vw, -16px) 0;
  background: #fff;
}

.mmw-values-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(430px, 1.12fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
}

.mmw-values-media img {
  width: 100%;
  height: 100%;

  display: block;

  border-radius: 8px;
}

.mmw-values-content {
  padding: clamp(24px, 4vw, 44px);
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-values-content h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 850;
}

.mmw-values-content > p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-values-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.mmw-values-list article {
  padding: 15px;
  background: #f8fafc;
  border: 1px solid #e1e6ed;
  border-radius: 7px;
}

.mmw-values-list h3 {
  margin: 0 0 7px;
  color: #d32f2f;
  font-size: 16px;
  font-weight: 850;
}

.mmw-values-list p {
  margin: 0;
  color: #4b5563;
  font-size: 13.5px;
  line-height: 1.6;
}

.mmw-strength-section {

  background: #f5f7fa;
}

.mmw-strength-panel {
  padding: clamp(24px, 4vw, 44px);

}

.mmw-strength-head {
  max-width: 860px;
  margin: 0 auto 26px;
  text-align: center;
}

.mmw-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mmw-strength-card {
  position: relative;
  min-height: 260px;
  padding: 22px 18px 20px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-strength-number {
  position: absolute;
  top: 14px;
  right: 14px;
  color: #cbd5e1;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.mmw-strength-card img {
  width: 72px;
  height: 72px;
  margin: 0 0 18px;
  padding: 8px;
  object-fit: contain;
  background: #f8fafc;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  box-shadow: none !important;
}

.mmw-strength-card h5 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.3;
}

.mmw-strength-card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.mmw-intel-section {
  padding: clamp(42px, 5vw, 70px) 0;
  background: #f5f7fa;
  border-top: 1px solid #e1e6ed;
  border-bottom: 1px solid #e1e6ed;
}

.mmw-intel-head {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.mmw-intel-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-intel-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.mmw-intel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mmw-intel-card {
  min-height: 170px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-left: 4px solid #d32f2f;
  border-radius: 8px;
}

.mmw-intel-card img {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.mmw-intel-card h5 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.3;
}

.mmw-intel-card p {
  margin: 0;
  color: #4b5563;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.55;
}

.mmw-faq-section {
  padding: clamp(42px, 6vw, 84px) 0;
  background: #ffffff;
}

.mmw-faq-section .accordion {
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

.mmw-faq-section .accordion-item {
  border-color: #e1e6ed;
}

.mmw-faq-section .accordion-button {
  padding: 18px 20px;
  color: #111827;
  font-weight: 800;
}

.mmw-faq-section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: #d32f2f;
}

.mmw-faq-section img {
  width: 100%;
  max-height: 430px;
  object-fit: cover;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.global-partner-wrapper {
    width: 100%;
    padding: 90px 6%;
    background:
        linear-gradient(135deg, #071c3d 0%, #0d2d63 100%);
    position: relative;
    overflow: hidden;
}

.global-partner-wrapper::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.global-partner-wrapper::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border: 2px dashed rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    bottom: -100px;
    right: -90px;
}

.global-partner-container {
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}

.global-partner-image-side {
    flex: 1;
    position: relative;
}

.global-partner-image-box {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    transition: 0.5s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.global-partner-image-box:hover {
    transform: rotate(0deg) scale(1.02);
}

.global-partner-image-box img {
    width: 100%;
    display: block;
    border-radius: 35px;
    transition: 0.5s ease;
}

.global-partner-image-box:hover img {
    transform: scale(1.08);
}

.global-partner-content-side {
    flex: 1;
    color: #fff;
}

.global-partner-tagline {
    display: inline-block;
    background: #fff;
    color: #d32f2f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.global-partner-heading {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 22px;
    font-weight: 800;
}

.global-partner-divider {
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #f4b400, #fff);
    border-radius: 20px;
    margin-bottom: 28px;
}

.global-partner-description {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 35px;
    text-align: justify;
}

.global-partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    background: #f4b400;
    color: #071c3d;
    text-decoration: none;
    font-weight: 700;
    border-radius: 60px;
    transition: 0.4s ease;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.global-partner-btn:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.18);
}

@media (max-width: 1100px) {
    .global-partner-container {
        gap: 45px;
    }

    .global-partner-heading {
        font-size: 42px;
    }
}

@media (max-width: 991px) {

    .global-partner-container {
        flex-direction: column;
    }

    .global-partner-image-side,
    .global-partner-content-side {
        width: 100%;
    }

    .global-partner-heading {
        font-size: 38px;
    }

    .global-partner-description {
        text-align: left;
    }
}

@media (max-width: 768px) {

    .global-partner-wrapper {
        padding: 70px 5%;
    }
    .topbar-right{
      display: none;
    }

    .global-partner-heading {
        font-size: 30px;
    }

    .global-partner-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .global-partner-btn {
        width: 100%;
    }

    .global-partner-image-box {
        border-radius: 25px;
    }

    .global-partner-image-box img {
        border-radius: 25px;
    }
}

@media (max-width: 480px) {

    .global-partner-heading {
        font-size: 26px;
    }

    .global-partner-tagline {
        font-size: 12px;
        padding: 8px 14px;
    }
}
@media (max-width: 1320px) {
  .navbar-brand {
    max-width: 240px !important;
  }

  .nav-link {
    padding: 8px 7px !important;
    font-size: 12px !important;
  }

  .product-search-form {
    width: 190px !important;
    min-width: 180px !important;
  }
}

@media (max-width: 1199.98px) {
  .mmw-global-layout,
  .mmw-about-layout,
  .mmw-values-layout {
    grid-template-columns: 1fr;
  }

  .mmw-intel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmw-category-section .carousel-cell {
    width: 42%;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 112px !important;
  }

  .top-bar {
    min-height: 42px !important;
    justify-content: center !important;
  }

  .topbar-info,
  .topbar-contact {
    display: none !important;
  }

  .topbar-right {
    width: 100% !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }

  .topbar-right .translate-wrap {
    width: min(100%, 260px) !important;
    min-width: 0 !important;
  }

  .navbar.fixed-top {
    top: 42px !important;
  }

  .navbar-brand {
    max-width: calc(100vw - 96px) !important;
  }

  .navbar-brand img {
    max-height: 48px !important;
  }

  .navbar-nav {
    align-items: stretch !important;
    width: 100% !important;
  }

  .nav-link {
    margin-left: 0 !important;
  }

  .header-actions {
    width: 100% !important;
    margin: 12px 0 0 !important;
  }

  .product-search-form {
    width: 100% !important;
    min-width: 0 !important;
  }

  .mmw-strength-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {
  body {
    padding-top: 108px !important;
  }

  .top-bar {
    min-height: 40px !important;
  }

  .navbar.fixed-top {
    top: 40px !important;
  }

  .mmw-wide-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mmw-home .mobile-counter {
    width: calc(100% - 20px) !important;
    margin: 12px auto 20px !important;
    padding: 12px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    background: #ffffff !important;
    border: 1px solid #e1e6ed !important;
    border-radius: 8px !important;
  }

  .mmw-home .counter-box {
    padding: 14px 12px !important;
    text-align: center !important;
    background: #f8fafc !important;
    border: 1px solid #e1e6ed !important;
    border-radius: 7px !important;
  }

  .mmw-home .counter-box h2 {
    margin: 0 !important;
    color: #d32f2f !important;
    font-size: 30px !important;
    font-weight: 850 !important;
  }

  .mmw-home .counter-box p {
    margin: 4px 0 0 !important;
    color: #111827 !important;
    font-weight: 800 !important;
  }

  .mmw-global-stats,
  .mmw-about-grid,
  .mmw-values-list,
  .mmw-intel-grid {
    grid-template-columns: 1fr;
  }

  .mmw-about-media > img,
  .mmw-values-media img,
  .mmw-partner-media {
    min-height: 280px;
  }

  .mmw-about-content {
    border-left: 1px solid #e1e6ed;
    border-top: 5px solid #d32f2f;
  }

  .mmw-category-section .carousel-cell {
    width: 86%;
    min-width: 0;
  }

  .mmw-intel-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mmw-intel-icon {
    margin: 0 auto;
  }

  .mmw-intel-card {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    font-size: 0.82rem !important;
  }

  .mmw-experience-badge {
    right: 14px;
    bottom: 14px;
    width: 98px;
    height: 98px;
    font-size: 20px;
  }

  .mmw-experience-badge img {
    width: 34px;
    height: 34px;
  }
}

/* Requested profile, gallery, blog and home media refinements */
.pm-about-content h1,
.pm-about-content h2 {
  color: #ffffff;
  font-weight: 800;
  line-height: 1.15;
}

.mmw-values-section {
  padding: clamp(42px, 6vw, 84px) 0 !important;
}

.mmw-values-media {
  min-height: 100%;
}

.mmw-values-carousel,
.mmw-values-carousel .carousel-inner,
.mmw-values-carousel .carousel-item {
  height: 100%;
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
}

.mmw-values-carousel img {
  width: 100%;
  height: 100%;

  display: block;

}

.mmw-values-carousel .carousel-control-prev,
.mmw-values-carousel .carousel-control-next {
  width: 46px;
  height: 46px;
  top: auto;
  bottom: 18px;
  opacity: 1;
  background: #d32f2f;
  border-radius: 50%;
}

.mmw-values-carousel .carousel-control-prev {
  left: 18px;
}

.mmw-values-carousel .carousel-control-next {
  left: 72px;
  right: auto;
}

.mmw-partner-media {
  min-height: 430px !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 34px);
  background: #ffffff !important;
}

.mmw-partner-media img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: contain;
}

.cp-profile-section {
  padding: clamp(42px, 6vw, 86px) 0;
  background: #f5f7fa;
}

.cp-profile-container {
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 clamp(14px, 2.6vw, 42px);
}

.cp-profile-hero,
.cp-profile-detail-grid,
.cp-global-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
}

.cp-profile-media {
  position: relative;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.cp-profile-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.cp-profile-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 132px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border: 6px solid #ffffff;
  border-radius: 50%;
  text-align: center;
}

.cp-profile-badge strong {
  font-size: 34px;
  line-height: 1;
}

.cp-profile-badge span {
  width: 90px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.cp-profile-content,
.cp-profile-detail,
.cp-testimonial-box,
.cp-global-section {
  padding: clamp(24px, 4vw, 44px);
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.cp-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.cp-profile-content h2,
.cp-profile-detail h2,
.cp-global-section h2,
.cp-testimonial-box h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.16;
  font-size: 25px;
}

.cp-profile-content p,
.cp-profile-detail p,
.cp-global-section p,
.cp-testimonial-box p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.cp-founder-note {
  margin-top: 20px;
  padding: 16px;
  background: #fff1f1;
  border-left: 4px solid #d32f2f;
  border-radius: 7px;
}

.cp-founder-note strong,
.cp-founder-note span {
  display: block;
}

.cp-founder-note span {
  margin-top: 4px;
  color: #4b5563;
}

.cp-profile-stats,
.cp-profile-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.cp-profile-stats article,
.cp-profile-feature-grid article {
  padding: 20px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.cp-profile-stats strong {
  display: block;
  color: #d32f2f;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.cp-profile-stats span {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-weight: 800;
}

.cp-profile-feature-grid i {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 8px;
}

.cp-profile-feature-grid h3 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  font-weight: 850;
}

.cp-profile-feature-grid p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.cp-testimonial-box {
  background: #111827;
}

.cp-testimonial-box h3,
.cp-testimonial-box p {
  color: #ffffff;
}

.cp-testimonial-box .testimonial-author {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 800;
}

.testimonial-controls button {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  color: #ffffff;
  background: #d32f2f;
  border: 0;
  border-radius: 50%;
}

.cp-global-section {
  margin-top: 26px;
  align-items: center;
}

.cp-global-section img {
  width: 100%;
  display: block;
  object-fit: contain;
}

.cp-product-gallery-section {
  background: #111827 !important;
}

.cp-product-gallery-section .pg-card-inner {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.cp-product-gallery-section .pg-card img {
  object-fit: contain;
  background: #ffffff;
  padding: 12px;
}

.mmw-blog-hero .pm-about-content {
  max-width: 960px;
}

.mmw-blogs-page,
.mmw-blog-detail-page {
  background: #f5f7fa;
}

.mmw-blog-list-section,
.mmw-blog-detail-page {
  padding: clamp(42px, 6vw, 84px) 0;
}

.mmw-blog-container,
.mmw-blog-detail-container {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 clamp(14px, 2.6vw, 42px);
}

.mmw-blog-section-head {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.mmw-blog-section-head span,
.mmw-blog-detail-head span,
.mmw-blog-cta span {
  display: inline-block;
  margin-bottom: 8px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mmw-blog-section-head h1,
.mmw-blog-detail-head h2,
.mmw-blog-cta h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.15;
}

.mmw-blog-section-head p,
.mmw-blog-cta p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.mmw-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mmw-blog-card,
.mmw-blog-detail-card,
.mmw-blog-empty,
.mmw-blog-cta {
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  overflow: hidden;
}

.mmw-blog-card-media img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.mmw-blog-card-body {
  padding: 22px;
}

.mmw-blog-date {
  display: inline-block;
  margin-bottom: 10px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 800;
}

.mmw-blog-card h2 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.35;
}

.mmw-blog-card h2 a {
  color: #111827;
  text-decoration: none;
}

.mmw-blog-card p {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.mmw-blog-readmore,
.mmw-blog-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.mmw-blog-detail-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.mmw-blog-detail-card {
  padding: clamp(22px, 4vw, 44px);
}

.mmw-blog-detail-images {
  display: grid;
  gap: 14px;
  margin: 20px 0;
}

.mmw-blog-detail-images img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 8px;
}

.mmw-blog-content {
  color: #374151;
  font-size: 16px;
  line-height: 1.8;
}

.mmw-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.mmw-blog-content h1,
.mmw-blog-content h2,
.mmw-blog-content h3 {
  color: #111827;
  font-weight: 850;
}

.mmw-blog-cta {
  position: sticky;
  top: 130px;
  padding: 24px;
}

.mmw-blog-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .cp-profile-stats,
  .cp-profile-feature-grid,
  .mmw-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mmw-blog-detail-container {
    grid-template-columns: 1fr;
  }

  .mmw-blog-cta {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .cp-profile-hero,
  .cp-profile-detail-grid,
  .cp-global-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mmw-values-carousel,
  .mmw-values-carousel .carousel-inner,
  .mmw-values-carousel .carousel-item,
  .mmw-values-carousel img,
  .mmw-partner-media,
  .cp-profile-media img {
    min-height: 280px !important;
  }

  .cp-profile-stats,
  .cp-profile-feature-grid,
  .mmw-blog-grid {
    grid-template-columns: 1fr;
  }

  .cp-profile-badge {
    width: 104px;
    height: 104px;
    right: 16px;
    bottom: 16px;
  }

  .cp-profile-badge strong {
    font-size: 28px;
  }

  .mmw-blog-card-media img {
    height: 210px;
  }
}

/* Contact page redesign */
.mmw-contact-hero .pm-about-content > p:not(.mmw-contact-hero-text) {
  display: none;
}

.mmw-contact-overview {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(42px, 6vw, 84px) 0 !important;
  display: block !important;
  background: #f5f7fa !important;
}

.mmw-contact-container {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 clamp(14px, 2.6vw, 42px);
}

.mmw-contact-head {
  max-width: 900px;
  margin: 0 auto 28px;
  text-align: center;
}

.mmw-contact-head span,
.mmw-contact-form-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mmw-contact-head h1,
.mmw-contact-form-head h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 850;
  line-height: 1.15;
}

.mmw-contact-head p,
.mmw-contact-form-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}

.mmw-contact-overview .contact-info-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px !important;
  margin-bottom: 18px;
}

.mmw-contact-overview .info-box {
  min-height: 132px;
  display: flex !important;
  align-items: center;
  gap: 16px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
  box-shadow: none !important;
}

.mmw-contact-overview .info-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 8px;
  font-size: 20px;
}

.mmw-contact-overview .info-text h4 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 18px;
  font-weight: 850;
}

.mmw-contact-overview .info-text p {
  margin: 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-word;
}

.mmw-contact-overview .social-icons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px;
}

.mmw-contact-overview .social-icons a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111827;
  background: #f8fafc;
  border: 1px solid #e1e6ed;
  border-radius: 7px;
  text-decoration: none;
}

.mmw-contact-overview .social-icons a:hover {
  color: #ffffff;
  background: #d32f2f;
  border-color: #d32f2f;
}

.mmw-contact-overview .contact-addresses {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px !important;
}

.mmw-contact-overview .address-box {
  margin: 0 !important;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-top: 4px solid #d32f2f;
  border-radius: 8px;
  box-shadow: none !important;
}

.mmw-office-title {
  margin: 0 0 10px;
  color: #d32f2f;
  font-size: 19px;
  font-weight: 850;
}

.mmw-contact-overview .address-box p {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 14.5px;
  line-height: 1.65;
}

.mmw-contact-form-section {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(42px, 6vw, 84px) clamp(14px, 2.6vw, 42px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 24px !important;
  align-items: stretch;
  background: #ffffff !important;
}

.mmw-contact-form-head {
  grid-column: 1 / -1;
  max-width: 880px;
  margin: 0 auto 4px;
  text-align: center;
}

.mmw-contact-form-section .contact-form,
.mmw-contact-form-section .newsletter-box {
  min-width: 0 !important;
  width: 100%;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 42px) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.mmw-contact-form-section .contact-form {
  background: #f8fafc !important;
  border: 1px solid #e1e6ed;
}

.mmw-contact-form-section .contact-form h3 {
  margin: 0 0 10px;
  color: #111827;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 850;
}

.mmw-contact-form-section .contact-form p {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.7;
}

.mmw-contact-form-section .contact-form input,
.mmw-contact-form-section .contact-form select,
.mmw-contact-form-section .contact-form textarea {
  min-height: 46px;
  padding: 11px 13px !important;
  color: #111827;
  background: #ffffff;
  border: 1px solid #d8dde6 !important;
  border-radius: 7px !important;
  box-shadow: none !important;
}

.mmw-contact-form-section .contact-form textarea {
  min-height: 120px;
}

.mmw-contact-form-section .contact-form input:focus,
.mmw-contact-form-section .contact-form select:focus,
.mmw-contact-form-section .contact-form textarea:focus {
  border-color: #d32f2f !important;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.12) !important;
}

.mmw-contact-form-section .contact-form button[type="submit"] {
  min-height: 48px;
  background: #d32f2f !important;
  border: 0 !important;
  border-radius: 7px !important;
  font-weight: 850;
}

.mmw-contact-form-section .newsletter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background: #111827 !important;
}

.mmw-contact-form-section .newsletter-img {
  width: min(100%, 420px) !important;
  max-height: 300px;
  margin: 0 auto 22px !important;
  display: block;
  object-fit: contain;
}

.mmw-contact-form-section .newsletter-box h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 850;
  line-height: 1.18;
}

.mmw-contact-form-section .newsletter-box p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.mmw-contact-form-section .newsletter-box .ultracut-btn {
  width: auto !important;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #d32f2f !important;
  border-radius: 7px !important;
}

.mmw-contact-map-section {
  padding: 0 clamp(14px, 2.6vw, 42px) clamp(42px, 6vw, 84px);
  background: #ffffff;
}

.mmw-contact-map-section iframe {
  width: min(100%, 1360px) !important;
  height: clamp(320px, 42vw, 520px) !important;
  margin: 0 auto;
  display: block;
  border: 1px solid #e1e6ed !important;
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .mmw-contact-overview .contact-info-row,
  .mmw-contact-overview .contact-addresses,
  .mmw-contact-form-section {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  .mmw-contact-overview .info-box {
    align-items: flex-start;
    padding: 18px;
  }

  .mmw-contact-form-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Contact overview refreshed cards */
.mmw-contact-dashboard {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: 22px;
  align-items: stretch;
}

.mmw-contact-direct-card,
.mmw-office-panel {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
}

.mmw-contact-direct-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background: #111827;
}

.mmw-office-panel {
  background: #ffffff;
  border: 1px solid #e1e6ed;
}

.mmw-contact-label {
  display: inline-block;
  margin-bottom: 9px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mmw-contact-direct-card .mmw-contact-label {
  color: #ff6b61;
}

.mmw-contact-direct-card h2,
.mmw-office-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(25px, 2.7vw, 38px);
  font-weight: 850;
  line-height: 1.15;
}

.mmw-contact-direct-card h2 {
  color: #ffffff;
}

.mmw-office-panel h2 {
  color: #111827;
}

.mmw-contact-direct-card > p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.75;
}

.mmw-contact-method-list {
  display: grid;
  gap: 12px;
}

.mmw-contact-method {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  text-decoration: none;
}

.mmw-contact-method:hover {
  color: #ffffff;
  background: rgba(211, 47, 47, 0.34);
}

.mmw-contact-method i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 7px;
}

.mmw-contact-method strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.mmw-contact-method span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
}

.mmw-contact-social-block {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.mmw-contact-social-block > strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 15px;
}

.mmw-contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mmw-contact-socials a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  text-decoration: none;
}

.mmw-contact-socials a:hover {
  background: #d32f2f;
  border-color: #d32f2f;
}

.mmw-office-grid {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.mmw-office-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e1e6ed;
  border-left: 4px solid #d32f2f;
  border-radius: 8px;
}

.mmw-office-card i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 7px;
}

.mmw-office-card h3 {
  margin: 0 0 7px;
  color: #111827;
  font-size: 18px;
  font-weight: 850;
}

.mmw-office-card p {
  margin: 0 0 6px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .mmw-contact-dashboard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .mmw-contact-direct-card,
  .mmw-office-panel {
    padding: 20px;
  }

  .mmw-contact-method,
  .mmw-office-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .mmw-contact-method i,
  .mmw-office-card i {
    width: 40px;
    height: 40px;
  }
}

/* Career page redesign */
.mmw-career-page {
  background: #f5f7fa;
}

.mmw-career-container {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 0 clamp(14px, 2.6vw, 42px);
}

.mmw-career-intro-section,
.mmw-career-roles-section,
.mmw-career-apply-section {
  padding: clamp(42px, 6vw, 84px) 0;
}

.mmw-career-intro-section,
.mmw-career-apply-section {
  background: #ffffff;
}

.mmw-career-roles-section {
  background: #f5f7fa;
}

.mmw-career-intro-grid,
.mmw-career-apply-grid {
  display: grid;
  grid-template-columns: minmax(340px, 1.03fr) minmax(360px, 0.97fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}

.mmw-career-content,
.mmw-career-form-card,
.mmw-career-contact-card {
  padding: clamp(24px, 4vw, 44px);
  border-radius: 8px;
}

.mmw-career-content,
.mmw-career-form-card {
  background: #ffffff;
  border: 1px solid #e1e6ed;
}

.mmw-career-kicker,
.mmw-career-section-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #d32f2f;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.mmw-career-content h1,
.mmw-career-section-head h2,
.mmw-career-contact-card h2,
.mmw-career-form-card h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 30px;
  font-weight: 850;
  line-height: 1.15;
}

.mmw-career-content p,
.mmw-career-section-head p,
.mmw-career-contact-card p,
.mmw-career-form-card p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-career-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.mmw-career-stats article {
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-career-stats strong {
  display: block;
  color: #d32f2f;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
}

.mmw-career-stats span {
  display: block;
  margin-top: 7px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.mmw-career-media {
  min-height: 100%;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-career-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  border-radius: 6px;
}

.mmw-career-section-head {
  max-width: 880px;
  margin: 0 auto 28px;
  text-align: center;
}

.mmw-career-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mmw-career-role-grid article {
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e1e6ed;
  border-radius: 8px;
}

.mmw-career-role-grid i {
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 8px;
  font-size: 20px;
}

.mmw-career-role-grid h3 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 18px;
  font-weight: 850;
}

.mmw-career-role-grid p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.65;
}

.mmw-career-contact-card {
  color: #ffffff;
  background: #111827;
}

.mmw-career-contact-card .mmw-career-kicker {
  color: #ff6b61;
}

.mmw-career-contact-card h2 {
  color: #ffffff;
}

.mmw-career-contact-card p {
  color: rgba(255, 255, 255, 0.82);
}

.mmw-career-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.mmw-career-contact-list a,
.mmw-career-contact-list div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  text-decoration: none;
}

.mmw-career-contact-list i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 7px;
}

.mmw-career-contact-list strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 14px;
}

.mmw-career-contact-list span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
}

.mmw-career-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mmw-career-form-card .form-group {
  margin-bottom: 14px;
}

.mmw-career-form-card label {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
}

.mmw-career-form-card input,
.mmw-career-form-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  color: #111827;
  background: #ffffff;
  border: 1px solid #d8dde6;
  border-radius: 7px;
  font-size: 14px;
  outline: none;
}

.mmw-career-form-card textarea {
  min-height: 120px;
  resize: vertical;
}

.mmw-career-form-card input:focus,
.mmw-career-form-card textarea:focus {
  border-color: #d32f2f;
  box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.12);
}

.mmw-career-form-card button[type="submit"] {
  width: 100%;
  min-height: 48px;
  color: #ffffff;
  background: #d32f2f;
  border: 0;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 850;
}

.mmw-career-response .success,
.mmw-career-response .error {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 7px;
  text-align: center;
  font-weight: 800;
}

.mmw-career-response .success {
  color: #166534;
  background: #dcfce7;
}

.mmw-career-response .error {
  color: #991b1b;
  background: #fee2e2;
}

@media (max-width: 1199.98px) {
  .mmw-career-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .mmw-career-intro-grid,
  .mmw-career-apply-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mmw-career-stats,
  .mmw-career-role-grid,
  .mmw-career-form-grid {
    grid-template-columns: 1fr;
  }

  .mmw-career-media img {
    min-height: 280px;
  }
}

@media (max-width: 480px) {
  .mmw-career-content,
  .mmw-career-form-card,
  .mmw-career-contact-card,
  .mmw-career-role-grid article {
    padding: 20px;
  }
}

/* Sitemap page tree */
.mmw-sitemap-hero {
  background: linear-gradient(120deg, rgba(17, 24, 39, 0.9), rgba(211, 47, 47, 0.82)), url("../images/banner-2.png") center/cover no-repeat;
}

.mmw-sitemap-page {
  background: #f5f7fb;
}

.mmw-sitemap-section {
  padding: 58px 0 70px;
}

.mmw-sitemap-container {
  width: min(100% - 32px, 1320px);
  margin: 0 auto;
}

.mmw-sitemap-head {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.mmw-sitemap-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 7px 14px;
  color: #d32f2f;
  background: #fff0f0;
  border: 1px solid rgba(211, 47, 47, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mmw-sitemap-head h1 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
}

.mmw-sitemap-head p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.75;
}

.mmw-sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.mmw-sitemap-card {
  overflow: hidden;
  padding: 28px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.mmw-sitemap-card h2 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 20px;
  color: #111827;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.25;
}

.mmw-sitemap-card h2 i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #d32f2f;
  border-radius: 9px;
  font-size: 17px;
}

.mmw-sitemap-products-card {
  padding: 30px;
}

.mmw-sitemap-tree,
.mmw-sitemap-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mmw-sitemap-tree {
  display: grid;
  gap: 10px;
}

.mmw-sitemap-tree ul {
  position: relative;
  margin: 10px 0 4px 18px;
  padding-left: 22px;
}

.mmw-sitemap-tree ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 13px;
  width: 1px;
  background: #cbd5e1;
}

.mmw-sitemap-tree li {
  position: relative;
  min-width: 0;
}

.mmw-sitemap-tree ul li::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 18px;
  width: 17px;
  height: 1px;
  background: #cbd5e1;
}

.mmw-sitemap-tree a,
.mmw-sitemap-tree span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  color: #1f2937;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  word-break: break-word;
}

.mmw-sitemap-tree a::before,
.mmw-sitemap-tree span::before {
  content: "\f0c1";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d32f2f;
  background: #fff1f1;
  border-radius: 7px;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
}

.mmw-sitemap-tree a:hover {
  color: #ffffff;
  background: #d32f2f;
  border-color: #d32f2f;
  transform: translateY(-2px);
}

.mmw-sitemap-tree a:hover::before {
  color: #d32f2f;
  background: #ffffff;
}

.mmw-sitemap-parent-link {
  color: #ffffff !important;
  background: #111827 !important;
  border-color: #111827 !important;
  font-size: 15px !important;
}

.mmw-sitemap-parent-link::before {
  content: "\f013" !important;
  color: #ffffff !important;
  background: #d32f2f !important;
}

.mmw-sitemap-parent-link:hover {
  background: #d32f2f !important;
  border-color: #d32f2f !important;
}

.mmw-sitemap-product-tree {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.mmw-sitemap-product-tree > li {
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.mmw-sitemap-product-tree > li > ul a {
  background: #ffffff;
}

@media (max-width: 1199.98px) {
  .mmw-sitemap-product-tree {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mmw-sitemap-section {
    padding: 38px 0 48px;
  }

  .mmw-sitemap-container {
    width: min(100% - 22px, 1320px);
  }

  .mmw-sitemap-grid,
  .mmw-sitemap-product-tree {
    grid-template-columns: 1fr;
  }

  .mmw-sitemap-card,
  .mmw-sitemap-products-card {
    padding: 20px;
    border-radius: 8px;
  }

  .mmw-sitemap-card h2 {
    align-items: flex-start;
  }

  .mmw-sitemap-tree ul {
    margin-left: 10px;
    padding-left: 17px;
  }

  .mmw-sitemap-tree ul li::before {
    left: -17px;
    width: 12px;
  }

  .mmw-sitemap-tree a,
  .mmw-sitemap-tree span {
    padding: 10px;
    font-size: 13px;
  }

  .mmw-sitemap-product-tree > li {
    padding: 12px;
  }
}


