.sec1st {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container1st {
  width: 90%;
  margin: 5rem 0;
}

.heading {
  color: #1C1C1C;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ulTitle {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
}

ul li {
  font-size: 20px;
  text-align: left;
  margin-bottom: 1rem;
}

#sidenav ul.navbar-nav li {
  margin-bottom: 0;
}

.sec2nd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.container2nd {
  width: 90%;
  margin: 4rem 0;
}

.ulPara {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.container2ndImage {
  width: 50%;
}

.sec3rd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container3rd {
  width: 90%;
  margin: 6rem 0;
}

.para {
  margin: 0;
  font-size: 20px;
  text-align: left;
}

.container3rd ul li {
  margin-bottom: 4px;
}

.container3ndImage {
  width: 100%;
}

.sec4th {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.container4th {
  width: 90%;
  margin: 6rem 0;
}

.textred {
  color: #e2001a;
}

.redBox {
  width: 65%;
  padding: 0px 1rem;
  background-color: #e2001a;
}

.container4thImg {
  margin-top: 1rem;
}

.btmBox {
  margin: 0;
  margin-top: -13rem;
}

.btmImg {
  width: 60%;
}

ul {
  list-style: none;
  margin-left: 0rem !important;
}


/* multi axis system start style */

.multiAxisSystem {
  min-height: 1129px;
  margin-top: 6.25rem;
  max-width: calc(1619px + 60px);
  width: 100%;
  margin-bottom: 0;
}

/* Main Tabs Section */

h4.systemTabHead {
  color: #1C1C1C;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 44px;
}

.custom-tabs-section {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 120px 0px;
  width: 100%;
}

.tabsSectionContainer {
  margin: 0 auto;
  max-width: calc(1680px + 60px);
  box-sizing: border-box;
}

/* Tab Navigation */
.custom-tabs-nav {
  display: flex;
  margin-bottom: 0;
  border-bottom: none;
}

.custom-tab-btn {
  border: 1px solid #dee2e6;
  border-bottom: none;
  padding: 12px 20px;
  font-weight: 500;
  color: #E2001A;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  background: #FFF;
  box-shadow: 0px -2px 14.9px 0px rgba(0, 0, 0, 0.13);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 350px;
  width: 100%;
  height: 79px;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: center;
}

.custom-tab-btn:hover {
  background: #e9ecef;
}

.custom-tab-btn.active {
  background: #E2001A;
  color: white;
  border-color: #E2001A;
}

/* Tab Content */
/* .custom-tabs-content {
  border: 1px solid #dee2e6;
  border-radius: 0 8px 8px 8px;
  background: white;
} */

.custom-tab-pane {
  display: none;
  padding: 0;
}

.custom-tab-pane.active {
  display: block;
}

/* Accordion Headers (Hidden on Desktop) */
.accordion-header {
  display: none;
  background: #e2001a;
  color: white;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin-bottom: 10px;
}

.accordion-number {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.accordion-toggle {
  font-weight: bold;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}

.accordion-toggle img {
  width: 24px;
}

/* Table Styles */
.table-responsive {
  overflow-x: auto;
}

.custom-system-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
}

.custom-system-table th {
  background: #E2001A;
  padding: 12px 8px;
  text-align: center;
  border: 1px solid #E2001A;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 28px;
  padding-bottom: 28px;
  width: 283px;
  min-width: 223px;
}

.custom-system-table td {
  border: 1px solid #dee2e6;
  vertical-align: middle;
  width: 283px;
  height: 180px;
  padding: 50px 42px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-system-table td strong {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  display: inline-block;
}

.custom-system-table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.custom-system-table tbody tr:hover {
  background: #e9ecef;
}

.custom-system-table tbody tr td:first-child,
.custom-system-table tbody tr td:last-child {
  background-color: #D9D9D9;
}

.connector-cell {
  text-align: center;
  position: relative;
  padding: 0 !important;
  background: #fff;
}

.connector-cell img {
  max-width: 100%;
  /* height: 40px; */
  margin: 0;
}

.component-cell {
  text-align: center;
}

.component-cell img {
  max-width: 60px;
  height: 50px;
}

.number-cell {
  text-align: center;
  font-weight: bold;
  color: #495057;
}


/* Mobile Styles */
@media (max-width: 767px) {
  .custom-tabs-nav {
    display: none;
  }

  .custom-tabs-content {
    border: none;
    border-radius: 0;
  }

  .custom-tab-pane {
    display: block;
    margin-bottom: 15px;
  }

  .accordion-header {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    justify-content: center;
    gap: 10px;
  }

  .accordion-content {
    display: none;
    padding: 0px;
  }

  .accordion-content.active {
    display: block;
  }

  .accordion-header.active .accordion-toggle {
    transform: rotate(0deg);
  }

  .custom-system-table {
    font-size: 12px;
  }

  .custom-system-table th,
  .custom-system-table td {
    padding: 18px 24px;
  }

  .component-cell img {
    max-width: 40px;
    height: 30px;
  }

  .featureContainer .featureLeftImage {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .custom-system-table {
    font-size: 10px;
  }

  .custom-system-table th,
  .custom-system-table td {
    padding: 6px 2px;
  }

  .connector-cell img {
    max-width: 25px;
    height: 25px;
  }

  .component-cell img {
    max-width: 35px;
    height: 25px;
  }
}

/* multi axis system section start*/
.multiAxisSystemCont {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 52px;
}

.multiAxisSystemBox {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 939px;
}

.multiAxisSystemImg {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.multiAxisSystemTxtCont {
  flex: 1;
  padding: 72px 0 0px;
  height: 939px;
}

.descriptionCont {
  margin-bottom: 80px;
}

.descriptionCont h4,
.productsCont h4 {
  color: #1C1C1C;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.descriptionCont h4 {
  margin-bottom: 16px;
}

.productsCont h4 {
  margin-bottom: 70px;
}

.descriptionCont p {
  max-width: 687px;
  color: #1C1C1C;
  font-size: 20px !important;
  font-style: normal;
  line-height: 180%;
  padding-right: 34px;
}


.productsBox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  justify-content: space-between;
}

.productsBoxImage {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 287px;
  height: 190px;
  flex: 1 1 calc(50% - 60px);
  box-sizing: border-box;
  justify-content: flex-end;
}

.productsBoxImage:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
}

.productsBoxImage img {
  max-width: 300px;
  object-fit: contain;
  width: 100%;
  /* height: 190px; */
}

.product-label {
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin-top: 26px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .multiAxisSystemCont {
    flex-direction: column;
    gap: 30px;
  }

  .heading {
    font-size: 2rem;
  }

  .descriptionCont h4,
  .productsCont h4 {
    font-size: 1.5rem;
  }

  .productsBox {
    gap: 20px;
    flex-wrap: nowrap;
  }

  .sec1st {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .container1st {
    padding: 0 15px;
  }

  .heading {
    font-size: 1.8rem;
  }

  .multiAxisSystemTxtCont {
    padding: 0 10px;
  }
}

section.multiAxisSystemSection {
  position: relative;
  min-height: 1229px;
  justify-content: flex-start;
}

section.multiAxisSystemSection::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 495px;
  background: #F3F3F3;
  z-index: -1;
}

span.redtxt {
  color: #E2001A;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p.tableplus img {
  width: 28px;
  height: 27px;
}

section.sec2nd.featureSection {
  background: url('../images/multi-axis/featureBack.webp') no-repeat center center;
  background-size: cover;
}

.featureList {
  list-style-type: disc;
  padding-left: 20px;
  margin-left: 25px !important;
  margin-bottom: 40px;
}

.featureList li {
  margin-bottom: 0;
  color: #1C1C1C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 43.2px */
}

.featureList li::marker {
  font-size: 30px;
  color: #000;
}

.featureSection .container2nd {
  max-width: calc(1636px + 60px);
  margin: 6rem 0;
  width: 100%;
}

section.featureSection p.ulPara {
  margin: 0;
  text-align: left;
  color: #1C1C1C;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 770px;
  width: 100%;
}

.featureContainer {
  display: flex;
  gap: 40px;
}

.featureContainer .featureLeftImage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



.featureContainer .featureLeftImage,
.featureContainer .featureRightImage {
  flex: 1 1 clamp(200px, 33%, 831px) !important;
}

.featureLeftImage .container2ndImage {
  width: 100% !important;
}

@media (max-width: 1480px) {
  .featureContainer {
    gap: 30px;
  }

  section.featureSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }


  .featureList li {
    font-size: 20px;
    line-height: 150%;
  }

  .featureList li::marker {
    font-size: 24px;
  }

  section.featureSection p.ulPara {
    font-size: 20px !important;
  }

  .ulTitle {
    font-size: 30px;
    line-height: 24px;
  }

  .heading {
    font-size: 32px;
  }

  .descriptionCont h4,
  .productsCont h4,
  h4.systemTabHead,
  .ulTitle {
    font-size: 28px;
  }

  section.multiAxisSystemSection,
  .container1st.multiAxisSystem {
    min-height: unset;
  }

  .multiAxisSystemTxtCont {
    padding: 30px 0 0px;
  }

  .container1st.multiAxisSystem {
    margin-top: 4.25rem ;
    margin-bottom: 1rem ;
  }
}

@media (max-width: 1024px) {
  .featureContainer {
    gap: 20px;
  }

  .multiAxisSystemCont {
    flex-direction: column;
  }

  .multiAxisSystemImg {
    width: 50%;
  }

  .descriptionCont {
    margin-bottom: 60px;
  }

  .productsBoxImage img {
    max-width: 200px;
  }

  .descriptionCont p {
    max-width: 100%;
    font-size: 14px !important;
    padding-right: 0;
  }

  .container1st.multiAxisSystem {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .featureLeftImage .container2ndImage {
    margin-right: -15%;
  }

  .multiAxisSystemCont {
    margin-top: 30px;
  }

  .heading {
    font-size: 32px;
  }

  .multiAxisSystemTxtCont {
    padding: 59px 0 0px;
  }

  .descriptionCont h4,
  .productsCont h4,
  h4.systemTabHead,
  .ulTitle {
    font-size: 28px;
  }

  .custom-tab-btn {
    font-size: 18px;
    padding: 16px !important;
    height: 56px;
    max-width: 200px;
  }

  .custom-system-table th {
    min-width: 200px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .custom-system-table td {
    padding: 16px;
  }

  .featureList li {
    font-size: 16px;
    line-height: 150%;
  }

  .featureList li::marker {
    font-size: 24px;
  }

}

@media (max-width: 768px) {
  section.featureSection .featureContainer {
    flex-direction: column-reverse !important;
    gap: 20px;
    margin-top: 1rem;
  }

  .featureLeftImage,
  .featureRightImage {
    width: 100%;
  }

  section.mulAxisCom {
    padding: 40px 60px !important;
  }

  button#featureEnquiryNow {
    width: 100%;
    padding: 7px;
    font-size: 16px;
  }

  .featureList li {
    font-size: 14px;
  }

  section.featureSection p.ulPara {
    font-size: 16px !important;
  }

  .ulTitle {
    font-size: 24px;
    line-height: 24px;
  }

  section.sec2nd.featureSection {
    background: url('../images/multi-axis/featureBackmb.webp') no-repeat !important;
    background-size: 100% 100% !important;
    background-position: left bottom;
    overflow: hidden;
  }

  h4.systemTabHead {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .multiAxisSystemTxtCont {
    padding: 10px 0 0px;
    width: 100%;
  }

  .descriptionCont {
    margin-bottom: 40px;
    text-align: center;
  }

  .productsCont h4 {
    margin-bottom: 30px;
  }

  .container1st.multiAxisSystem {
    margin-top: 0.5rem !important;
    margin-bottom: 0rem !important;
  }

  .multiAxisSystemBox.desk {
    display: none;
  }

  .multiAxisSystemBox.mob {
    height: auto;
  }

  .multiAxisSystemBox.mob img {
    margin-right: -15%;
  }


  section.multiAxisSystemSection {
    min-height: unset;
  }

  section.mulAxisCom {
    padding: 40px 30px 0 !important;
  }

  .multiAxisSystemImg {
    width: 70%;
    min-width: 320px;
  }
}

@media screen and (min-width: 767px) {
  .multiAxisSystemBox.mob {
    display: none;
  }
}

@media (max-width: 480px) {
  .featureContainer {
    gap: 10px;
  }

  .featureLeftImage,
  .featureRightImage {
    width: 100%;
  }

  section.mulAxisCom {
    padding: 40px 20px 0 !important;
  }

  .container1st.multiAxisSystem {
    padding: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .multiAxisSystemImg {
    min-width: 290px;
  }
}

section.mulAxisCom {
  padding-left: 30px;
  padding-right: 30px;
}

/* multi axis system section Ends*/