*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
/* Prevent horizontal & vertical jump */
html,
body {
  overflow-x: hidden;
}

/* Lock body scroll when navbar is open */
body.nav-open {
  overflow: hidden;
}

/* font-family: "Poppins", sans-serif; */
.mian_hero_wrapper {
  max-width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main-hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(1.6);
  z-index: -1;
  animation: heroImgZoomOut 3s ease-in-out forwards;
   animation-play-state: paused; /* ⛔ pause initially */
}
@keyframes heroImgZoomOut {
  from {
    transform: scale(1.6);
  }
  to {
    transform: scale(1);
  }
}

/* nan-top */
.top_contact_bar {
  width: 100%;
  height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  border-bottom: 0.3px solid #bdbdbd;
}
.top_contact_left {
  display: flex;
  gap: 46px;
}
.top_number,
.top_email {
  display: flex;
  align-items: center;
  gap: 7px;
}
.top_number img,
.top_email img {
  max-width: 100%;
  height: auto;
}
.top_number p,
.top_email p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.social_icon_wrapper img {
  max-width: 100%;
  height: auto;
}
.social_icon_wrapper {
  display: flex;
  gap: 9px;
}
.navbar {
  /* padding-right: 60px; */
  padding-top: 20px;
}
.nav-link :hover {
  color: #921a1d !important;
}
.active {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d !important;
}
/* Default nav link */
.navbar-nav .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 41px;

  color: #ffffff;
  transition: color 0.3s ease;
}

/* Hover */
.navbar-nav .nav-link:hover {
  color: #921a1d !important;
}

/* Active link (Bootstrap adds .active) */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link[aria-current="page"] {
  color: #921a1d !important;
  font-weight: 600;
}
.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #921a1d;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}
.top_enq_button button {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 180px;
  height: 44px;
  background: #921a1d;
  border-radius: 5px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.main_hero_text_content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
}
.main_hero_text_content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 20px;
}
.hero_button {
  width: 180px;
  height: 44px;
  border-radius: 5px;
  border: none;
  background: #921a1d;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 20px;
}
.main_hero_left {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.company_function_wrapper {
  width: 100%;
  height: 275px;
  position: relative;
}
.main_hero_right {
  width: 85%;

  display: flex;
  align-items: center;
  justify-content: end;
}
.manufacturing_box,
.switch_gear_trading {
  max-width: 227px;
  width: 100%;
  height: 227px;
  background: #ece9e9;
  z-index: 10;
  border-radius: 10px;
  backdrop-filter: blur(10.199999809265137px);
  cursor: pointer;
}
.company_function_wrapper {
  display: flex;
  gap: 19px;
  justify-content: center;
}
.bottom_box {
  width: 100%;
  position: absolute;
  height: 108px;
  background: #921a1d;
  bottom: 0;
  z-index: 0;
}
.manufacturing_box img,
.switch_gear_trading img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.text_content {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.text_content img {
  max-width: 9.2px;
  height: auto;
}
.text_content span {
  width: 20px;
  height: 20px;
  background: #921a1d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_content h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.mainAboutinner {
  height: 745px;
}
.aboutContent {
  max-width: 100%;
  height: auto;
  background: #f2f2f2;
  background-image: url("../assets/bgImages/mainAbout-img.png");
  padding-top: 65px;
  padding-left: 61px;
  padding-bottom: 58px;
}
.aboutContent .subText {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.aboutContent .mainText {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 16px;
}
.aboutContent .paragraph {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  max-width: 80%;
  margin-bottom: 9px;
}
.aboutContent button {
  width: 180px;
  height: 44px;
  background: #921a1d;
  border: none;
  border-radius: 5px;
  margin-top: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.aboutContentRight {
  position: relative;
  padding-top: 24px;
}
.glob_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.aboutContentRight p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 150px;
}
.aboutContentRight p span {
  font-weight: 500;
  color: #921a1d;
}
.mianPageAbout {
  position: relative;
}
.ImgTopWrapper {
  max-width: 45%;
  width: 100%;
  height: 402px;
  background-image: url("../assets/bgImages/about_top_img.png");
  background-position: center;
  background-size: contain;
}
.ImgTopWrapper {
  position: absolute;
  right: 0;
  top: 343px;
  display: flex;
  align-items: end;
  padding-left: 20px;
  padding-bottom: 10px;
}
.ImgTopWrapper p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
}
.ImgTopWrapper p span {
  color: #921a1d;
}
.global_partners_section {
  padding-top: 78px;
}
.global_partners_titles h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.global_partners_titles h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
.globalPartnerWrapper {
  max-width: 203px;
  width: 100%;
  height: 203px;
  border-radius: 3px;
  border: 0.5px solid #921a1d;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.globalPartnerWrapper img {
  max-width: 100%;
  height: auto;
}
.globalPartnersRow-1 {
  margin-top: 41px;
}
.globalPartnersRow-2 {
  margin-top: 20px;
}
.partnerCompany h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin-top: 5px;
}
.partnerCompany p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #5b5b5b;
  margin-top: 2px;
}
.growing_company_section {
  max-width: 100%;
  height: auto;
  background: #921a1d;
  margin-top: 53px;
  padding-top: 46px;
  padding-bottom: 78px;
}
.growing_company_title h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.status_icon img {
  filter: invert(25%) sepia(78%) saturate(6200%) hue-rotate(345deg)
    brightness(92%);
}
.status_icon {
  display: flex;
  justify-content: center;
}
.status_wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin-top: 11px;
}
.status_wrapper h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 11px;
}
.growing_company_row {
  margin-top: 52px;
}
.product_category_section {
  padding-top: 78px;
  padding-bottom: 61px;
}
.product_category_titles h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.product_category_titles h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
/* HEADER */
.product_category_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

/* CONTROLS */
.carouselControls {
  display: flex;
  gap: 12px;
}

.carouselArrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #921a1d;
  background: transparent;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #e7e7e7;
}

.carouselArrow:hover {
  background: #921a1d;
  color: #fff;
  border-color: #921a1d;
}
.carouselArrow img {
  max-width: 100%;
  height: auto;
}

/* VIEWPORT */
.categoryCarousel {
  width: 100%;
  overflow-x: hidden; /* DO NOT BREAK ALIGNMENT */
  overflow-y: visible; /* allow card lift */
  padding-top: 25px; /* space for hover top */
  padding-bottom: 30px; /* space for hover bottom */
}

/* TRACK */
.categoryTrack {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
}

/* CARD */
.carouselCard {
  min-width: calc(25% - 18px); /* 4 cards */
  height: 310px;
  border: 0.7px solid #5e5e5e;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .carouselCard {
    min-width: calc(50% - 12px); /* 2 cards */
  }
}

@media (max-width: 575px) {
  .carouselCard {
    min-width: 46.5%; /* 1 card */
  }
}
.carouselImg img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.carouselImg {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.categoryName h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 5px;
}
.manufcturing_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.manufcturing_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
.manufacturing_section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.manufacturing_process_wrapper {
  max-width: 100%;
  height: 234px;
}
.manufacturing_process_wrapper img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.manufacturingName {
  width: 100%;
  height: 28px;
  background: #921a1d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.manufacturingName h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.manufacturingRow-1 {
  margin-top: 51px;
}
.manufacturingRow-2 {
  margin-top: 40px;
}
.product_range_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.product_range_section {
  padding: 70px 0;
}
.product_range_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
.productRangeBox {
  max-width: 307px;
  height: 292px;
  border-radius: 5px;
  border: 0.5px solid #000000;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 11px 11px 0px 11px;
  cursor: pointer;

  /* Animation setup */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.manufcturing_title{
  display: flex;
  justify-content: space-between;
}
/* Hover effect */
.productRangeBox:hover {
  transform: translateY(-4px); /* move up slightly */
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
}

.productRangeBox img {
  width: 100% !important;
  height: 180px;
  border-radius: 5px;
  object-fit: cover;
}

.productRangeBox h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
  margin-top: 9px;
}
.productRangeBox p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 9px;
}
.product_rangeRow-1 {
  margin-top: 40px;
}
.product_rangeRow-2,
.product_rangeRow-3 {
  margin-top: 29px;
}
.product_used_section {
  max-width: 100%;
  height: auto;
  background: #921a1d;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 95px;
}
.product_used_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.product_used_wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.product_used_wrapper h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 9px;
}
.product_used_Row {
  margin-top: 90px;
}
.whyChoose_section {
  padding-top: 110px;
  margin-bottom: 59px;
}
.whyChoose_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.whyChoose_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
.whyChoose_point_wrapper {
  max-width: 170px;
  width: 100%;
  height: 170px;
  background: #921a1d08;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whyChoose_icon img {
  max-width: 100%;
  height: auto;
}
.whyChoose_icon h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
}
.whyChoose_row {
  margin-top: 42px;
}
.contact_form_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.contact_form_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 41px;
}
.mainContactForm {
  padding-top: 59px;
  padding-bottom: 112px;
}
.form-control {
  max-width: 100%;
  height: 56px;
  border-radius: 3px;
  border: 0.4px solid #921a1d;
}
.form-control_message {
  height: 129px;
}
/* Remove focus outline & shadow */
.form-control:focus,
.form-select:focus,
textarea:focus,
button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0.4px solid #921a1d;
}

/* Remove focus ring added by Bootstrap */
.btn:focus-visible,
.form-control:focus-visible {
  outline: none !important;
}
.form-control::placeholder,
textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #6d6d6d;
}
.contact_form_button {
  width: 100%;
  height: 56px;
  background: #921a1d;
  border-radius: 3px;
  border: 0.4px solid #921a1d;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
/* Default arrow */
.text_content span img {
  transition: transform 0.3s ease;
  opacity: 1;
}

/* Hover effect */
.manufacturing_box:hover .text_content span img,
.switch_gear_trading:hover .text_content span img {
  transform: rotate(45deg); /* opposite direction */
  animation: arrowBlinkOnce 1s ease-in-out 1;
}

/* One-time blink */
@keyframes arrowBlinkOnce {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.carouselCard {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
}

.carouselCard:hover {
  transform: translateY(-12px);
  z-index: 5;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}
.product_used_wrapper {
  transition: transform 0.8s ease;
  will-change: transform;
}

/* movement classes (applied only when section shows) */
.move-down {
  transform: translateY(25px);
}

.move-up {
  transform: translateY(-25px);
}

/* ABOUT-PAGE-STYLING */
.innerPage_hero_wrapper {
  max-width: 100%;
  height: 100vh;
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 80px;
}
.innerPage-link {
  color: #000000 !important ;
}
.hero_section_left h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.hero_section_left h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 44px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 10px;
}
.hero_section_left p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 16px;
}
.innerPageHerobtn {
  width: 180px;
  height: 44px;
  border-radius: 5px;
  background: #921a1d;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 27px;
}
.innerPage_hero_leftWrapper {
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
}
.hero_section_left {
  margin-left: 60px;
}
.hero_section_right img {
  max-width: 100%;
  height: auto;
}
.innerPage_hero_rightWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_section_right {
  margin-right: 60px;
}
.aboutPage_about_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.aboutPage_about_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 41px;
}
.aboutPage_about_right p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 9px;
}
.aboutPage_about_right {
  padding-left: 58px;
}
.aboutPage_about_section {
  padding-top: 68px;
  padding-bottom: 74px;
}
.mission_wrapper,
.vision_wrapper {
  width: 100%;
  height: 322px;
  background: #921a1d;
  margin-top: 65px;
  padding: 84px 40px;
}
.mission-vision-img img {
  width: 100%;
  height: auto;
}
.mission-vision_section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.mission_wrapper h3,
.vision_wrapper h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
}
.mission_wrapper p,
.vision_wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 10px;
}
.core_value_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.core_value_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 39px;
}
.core_value_section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.core_value_left img {
  max-width: 100%;
  height: auto;
}
.core_value_point {
  max-width: 407px;
  width: 100%;
  height: 57px;
  background: #f3f3f3;
  border-radius: 5px;
  /* margin: auto; */
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.right_align-box {
  margin-left: 112px;
}
.core_value_right {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers all points as a group */
}
.core_value_point img {
  max-width: 100%;
  height: auto;
}
.core_value_point h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.core_value_right {
  margin-top: 20px;
}
.whyChoose_section_about {
  padding-top: 59px;
  padding-bottom: 136px;
}

/* CAREER_PAGE_STYLING */
.career_about-section {
  padding-top: 71px;
  padding-bottom: 116px;
}
.career_about_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.career_about_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 55px;
}
.career_about_point img {
  max-width: 100%;
  height: auto;
}
.career_about_point {
  display: flex;
  align-items: start;
  gap: 19px;
}
.career_about_point_wrapper h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.career_about_point_wrapper p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 9px;
}
.aboutPage_contact {
  max-width: 100%;
  height: 112px;
  background: #921a1d;
  margin-top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 108px;
}
.about_email_wrapper img {
  max-width: 100%;
  height: auto;
}
.about_email_wrapper span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-left: 21px;
}
.about_email_wrapper span a {
  font-weight: 600;
  color: #ffffff;
}
.breakTagSM {
  display: none;
}
.about_bottom-img img {
  max-width: 100%;
  height: auto;
  margin-top: 54px;
}
/* SWITCH_GEAR_SYLING */
.innerPageMain_hero_wrapper {
  max-width: 100%;
  height: 100vh;
  background-image: url("../assets/bgImages/switch-gear-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
}
.innerMainPage_hero h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.innerMainPage_hero h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 44px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 11px;
}
.innerMainPage_hero p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #ffffff;
}
.innerMainPage_hero {
  margin-left: 60px;
}
.innerMian {
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
}
.mainInnerPagebtn {
  width: 180px;
  height: 44px;
  background: #921a1d;
  border: none;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 26px;
}
.switchgear_about_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.switchgear_about_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
.switchgear_about_title_section p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000000;
}
.switchgear_about_title_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breakeTagXL {
  display: block;
}
.switchgear_about_section {
  padding-top: 37px;
  padding-bottom: 65px;
}
.switch-gear_about_points {
  max-width: 394px;
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
  border: 0.3px solid #6e6e6e;
  padding: 34px 22px 40px 30px;
}
.gear_about_points img {
  max-width: 100%;
  height: auto;
}
.switch-gear_about_points h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 8px;
}
.switch-gear_about_points p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.switchgear_about_title_section {
  margin-bottom: 58px;
}
.switch-gear_Row-2 {
  margin-top: 32px;
}
.expertise_include_section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.expert_box {
  max-width: 315px;
  height: 247px;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  background: #dfdcdc;
  position: relative;
}
.expert_box img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.expert_box_title {
  width: 100%;
  height: 32px;
  background: #921a1d;
  position: absolute;
  bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expert_box_title h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.expert_row-2 {
  margin-top: 20px;
}

/* TRADING_PAGE_STYLING */
.innerPageSecond_hero_wrapper {
  max-width: 100%;
  height: 100vh;
  background-image: url("../assets/bgImages/trading-hero-bg.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding-top: 30px;
}
.trading_page_about_section {
  padding-top: 65px;
  padding-bottom: 128px;
}
.trading_page_about_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.trading_page_about_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
  margin-bottom: 64px;
}
.trading_manufacturing_box {
  max-width: 385px;
  height: auto;
}
.trading_manufacturing_box img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.trading_manufacturing_box_text {
  max-width: 385px;
  width: 100%;
  height: 39px;
  background: #921a1d;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.trading_manufacturing_box_text h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.trading_manufacturing_Row-2 {
  margin-top: 42px;
}
.keyPartnersSection {
  padding-bottom: 81px;
}
.keyPartners_title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #921a1d;
}
.keyPartners_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-top: 9px;
}
.contactPage_contact_section {
  padding-top: 67px;
  padding-bottom: 88px;
}
.contactPage_contact_title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 28px;
}
.contactPage_form_container {
  max-width: 100%;
  height: auto;
  background: #f3f3f3;
  padding-top: 66px;
  padding-bottom: 71px;
}
.form_main {
  max-width: 557px;
  height: 55px;
  background: #ffffff;
  border: none;
  padding: 5;
  border-radius: 5px;
  margin: auto;
}
.form_main-message {
  max-width: 557px;
  border: none;
  height: 182px;
  border-radius: 5px;
  margin: auto;
}
/* Remove focus styles for inputs */
.form_main:focus,
.form_main-message:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Also remove browser focus ring */
.form_main:focus-visible,
.form_main-message:focus-visible {
  outline: none !important;
  border-color: transparent !important;
}
.mainFormBtn {
  max-width: 557px;
  width: 100%;
  background: #921a1d;
  border: none;
  height: 55px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}
.contact_details_wrapper {
  padding-left: 72px;
}
.contact_details_wrapper .title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000000;
}
.contact_details_wrapper .title p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: justify;
  color: #111111;
  margin-top: 24px;
  margin-bottom: 30px;
}
.contact_number_details_TopBox {
  max-width: 100%;
  height: 91px;
  border: 0.5px solid #a9a9a9;
  backdrop-filter: blur(1px);
  margin-bottom: 33px;
}

.contact_social_media_line h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.contact_social_media_line {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}
/* REMOVE red/blue wrapper around hamburger icon */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  border: none !important;
}
.breakeTagSM {
  display: none;
}
.footer_container {
  max-width: 100%;
  height: 350px;
  background: #921a1d;
}
.social_media_icons_wrapper {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.social_media_icon {
  width: 34px;
  height: 34px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer_logo img {
  max-width: 100%;
  height: auto;
}
.footer_logo_wrapper {
  padding-left: 67px;
  padding-top: 43px;
}
.quik_link_wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.quik_link_wrapper ul,
.footer_address_wrapper ul {
  list-style: none;
  padding: 0;
  margin-top: 39px;
}
.quik_link_wrapper ul li a,
.footer_address_wrapper ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #ffffff;
}
.quik_link_wrapper ul li {
  margin-bottom: 14px;
}
.quik_link_wrapper,
.footer_address_wrapper {
  margin-top: 60px;
}
.footer_address_wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.footer_address_wrapper ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 22px;

}

.components-section {
  padding: 80px 0;
}

.category_page_container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}

/* LEFT */
.small-title {
  font-family: "Poppins", sans-serif;
  color: #921a1d;
  font-size: 32px;
  font-weight: 700;
}

.desc {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  margin-top: 9px;
}

.sub-title {
  font-family: "Poppins", sans-serif;

  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000000;
}

.subcategory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.subcategory ul {
  list-style: none;
}

.subcategory li {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  color: #555;
  position: relative;
  padding-left: 18px;
}

.subcategory li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #921a1d;
  font-size: 30px;
  line-height: 1;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 50px 0 50px 0;
}

.partner-title {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .container {
    grid-template-columns: 1fr;
  }

  .image-box {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .main-title {
    font-size: 32px;
  }

  .subcategory {
    grid-template-columns: 1fr;
  }

  .brands {
    justify-content: center;
  }
}
.partner-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  color: #000000;
}
/* Change loader color */
.swal2-loader {
  border-color: #ffffff transparent #ffffff transparent !important;
}

.brands img {
  max-width: 80px;
  height: auto;
}
p a {
  color: inherit;
  text-decoration: none;
}
.contact_number_details_TopBox img {
  max-width: 100%;
  height: auto;
}
.contact_number_details_TopBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.contact_number_details_TopBox p{
   font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
 
}
.static_whatsapp_icon img{
  max-width: 90%;
  height: auto;
}
.static_whatsapp_icon{
 position: fixed;
 right: 50px;
 bottom:54px;
   cursor: pointer;
  z-index: 999;
  
}
.categoryCarousel {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.categoryCarousel::-webkit-scrollbar {
  display: none; /* optional */
}

.footer_logo img{
  max-width: 200px;
  height: 50px;
}
/* =========================
   PAGE LOADER
========================= */
#page-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-content {
  text-align: center;
}

.loader-logo {
  max-width: 220px;
  margin-bottom: 20px;
}

/* BOUNCING DOTS */
.loader-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.loader-dots span {
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.loader-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loader-dots span:nth-child(2) {
  animation-delay: -0.16s;
}

/* ANIMATION */
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.loader-content img{
  width:200px;
  height: auto;
}