/* Quote request box */
:root {
  --vicon-red: #d6292f;
  --vicon-red-dark: #b91b22;
  --theme-bg: #efefef;
  --field-bg: #fff;
  --border: #151515;
  --text: #1d1d1d;
  --muted: #666;
}

/* support & resources start */
#softwaresupport {
  background: #f6f6f6;
}

.supp_resources_box {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 40px;
  padding: 24px 40px;
  background: #f6f6f6;
  box-sizing: border-box;
}

.supp_resources_box *,
.supp_resources_box *::before,
.supp_resources_box *::after {
  box-sizing: border-box;
}

.supp_resources_box>.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* .supp_resources_box .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin: 0;
} */

.supp_resources_box .cell_1_2 {
  width: auto;
  /* min-width: 0; */
  padding: 0 40px;
}

.supp_resources_box .full-height {
  display: grid;
  grid-template-columns: minmax(130px, 38%) minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 28px;
  min-height: 225px;
  padding: 20px 28px 16px;
  border: 2px solid #151515;
  border-radius: 28px;
  background: #fff;
}

.supp_resources_box .img_cont {
  grid-column: 1;
  grid-row: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.supp_resources_box .img_cont img {
  display: block;
  width: 100%;
  max-width: 165px;
  max-height: 165px;
  margin: 0 auto;
  object-fit: contain;
}

.supp_resources_box h2 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 10px;
  padding: 0;
  color: #050505;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(27px, 2.15vw, 36px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.supp_resources_box h2 p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.supp_resources_box .description_content {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 0;
}

.supp_resources_box .description_content p {
  margin: 0;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.supp_resources_box .btn.btn-custom {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  align-self: end;
  min-width: 0;
  height: auto;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #d62b47;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: uppercase;
}

.supp_resources_box .btn.btn-custom:hover,
.supp_resources_box .btn.btn-custom:focus {
  border: 0;
  background: transparent;
  color: #aa1e37;
  text-decoration: underline;
}

/* support & resources end */
#requestcontact,
#requestquote{

}
.quote-request-page {
  width: 100%;
  max-width: 1920px;
  min-height: 700px;
  margin: 10px auto 24px;
  padding: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: #000 url("../images/quote_req.png") center center / cover no-repeat;
  overflow: hidden;
}

.quote-request-page * {
  box-sizing: border-box;
}

.quote-request-shell {
  width: 100%;
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: transparent;
}

.quote-visual-panel {
  position: relative;
  min-height: 700px;
  background: transparent;
}

.quote-visual-overlay {
  display: none;
}

.quote-visual-copy {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 30px 22px 24px;
  color: #fff;
}

.quote-visual-copy h1 {
  margin: 0 0 3px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.quote-visual-copy h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  padding-bottom: 15px;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 70px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.quote-visual-copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 168px;
  height: 3px;
  background: #d62b47;
}

.quote-visual-copy p {
  max-width: 100%;
  margin: 0;
  font-size: 30px;
  line-height: 1.36;
  color: #fff;
}

.quote-machine-mark {
  display: none;
}

.quote-machine-mark span {
  display: none;
}

.quote-form-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 26px;
  border: 0;
  background: transparent;
}

.quote-form {
  width: 100%;
  max-width: 515px;
  padding: 22px 18px 17px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
}

.quote-form-header {
  max-width: 390px;
  margin: 0 0 13px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
  text-align: left;
}

.quote-field {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 9px;
}

.quote-field label {
  padding-left: 2px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.quote-field input[type="text"],
.quote-field input[type="email"],
.quote-field input[type="tel"],
.quote-field textarea {
  width: 100%;
  min-height: 38px;
  border: 2px solid var(--border);
  background: #fff;
  border-radius: 7px;
  padding: 7px 10px;
  font-size: 13px;
  color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-field textarea {
  min-height: 98px;
  resize: vertical;
}

.quote-field input:focus,
.quote-field textarea:focus {
  outline: none;
  border-color: #d62b47;
  box-shadow: 0 0 0 2px rgba(214, 43, 71, 0.14);
}

/* Tom Select multiselect styling */
.quote-field .ts-control {
  border: 2px solid var(--border) !important;
  background: #fff !important;
  border-radius: 7px !important;
  min-height: 38px !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
  color: var(--text) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-field .ts-control:focus {
  outline: none;
  border-color: #d62b47 !important;
  box-shadow: 0 0 0 2px rgba(214, 43, 71, 0.14) !important;
}

.quote-field .ts-control.focus {
  border-color: #d62b47 !important;
  box-shadow: 0 0 0 2px rgba(214, 43, 71, 0.14) !important;
}

.quote-field .ts-wrapper.multi.has-items .ts-control {
  padding: 5px 7px !important;
}

.quote-field .ts-wrapper.multi .ts-control>div {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 1px 1px 1px 0;
}

.quote-field .ts-wrapper.multi .ts-control .item {
  background: linear-gradient(180deg, var(--vicon-red) 0%, var(--vicon-red-dark) 100%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 3px !important;
  padding: 3px 8px !important;
  font-size: 12px !important;
  font-weight: 600;
}

.quote-field .ts-wrapper.multi .ts-control .item .remove {
  color: rgba(255, 255, 255, 0.9) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
  margin-left: 6px !important;
  padding-left: 6px !important;
  background: transparent !important;
  font-weight: 700 !important;
}

.quote-field .ts-wrapper.multi .ts-control .item .remove:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.quote-field .ts-wrapper.multi .ts-control .item.selected {
  background: linear-gradient(180deg, var(--vicon-red) 0%, var(--vicon-red-dark) 100%) !important;
}

.quote-field .ts-wrapper .ts-dropdown-content {
  border: 1px solid var(--border) !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important;
  background: #fff !important;
}

.quote-field .ts-dropdown-content .ts-option {
  padding: 8px 10px !important;
  font-size: 13px !important;
  color: var(--text) !important;
  background: #fff !important;
}

.quote-field .ts-dropdown-content .ts-option.selected {
  background: rgba(214, 41, 47, 0.08) !important;
  color: var(--text) !important;
}

.quote-field .ts-dropdown-content .ts-option:hover {
  background: rgba(214, 41, 47, 0.15) !important;
  color: var(--text) !important;
}

.quote-field .ts-wrapper.single .ts-control::after {
  border-top-color: var(--vicon-red) !important;
}

.quote-field .ts-input {
  color: var(--text) !important;
  font-size: 13px !important;
}

.quote-submit-btn {
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  margin-top: 3px;
  padding: 7px 18px;
  border-radius: 6px;
  background: #d62b47;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.quote-submit-btn:hover {
  background: #bb2039;
  transform: translateY(-1px);
  box-shadow: none;
}

.quote-submit-btn .icon {
  margin: 0;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.quote-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  color: #171717;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.quote-note .note-icon {
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex: 0 0 auto;
}

/* Thank You Page */
.quote-thank-you-page {
  background: var(--theme-bg);
  padding: 40px 20px;
  min-height: 400px;
  text-align: center;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
}

.quote-thank-you-page * {
  box-sizing: border-box;
}

.quote-thank-you-content {
  max-width: 600px;
  margin: 0 auto;
}

.quote-thank-you-content h1 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 800;
  color: var(--vicon-red);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.quote-thank-you-content p {
  margin: 12px 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

/* Responsive Design */
@media (max-width: 900px) {
  .quote-request-page {
    width: 100%;
    min-height: 0;
    margin: 0;
    background: #000;
  }

  .quote-request-shell {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .quote-visual-panel {
    min-height: 430px;
    background: #000 url("../images/quote_req.png") left center / cover no-repeat;
  }

  .quote-form-panel {
    padding: 24px 16px 32px;
    border: 0;
    background: #000;
  }

  .quote-visual-copy {
    padding: 28px 24px;
  }

  .quote-visual-copy h2 {
    font-size: clamp(32px, 8vw, 42px);
    letter-spacing: 0;
  }

  .quote-submit-btn {
    font-size: 21px;
    padding: 8px 18px;
  }
}

@media (max-width: 560px) {
  .quote-visual-panel {
    min-height: 390px;
    background-position: 31% center;
  }

  .quote-visual-copy {
    padding: 22px 18px;
  }

  .quote-visual-copy h1 {
    font-size: 22px;
  }

  .quote-visual-copy h2 {
    margin-bottom: 16px;
    padding-bottom: 12px;
    font-size: 34px;
  }

  .quote-visual-copy p {
    max-width: 320px;
    font-size: 15px;
  }

  .quote-form-panel {
    padding: 18px 10px 26px;
  }

  .quote-form {
    padding: 20px 14px 16px;
    border-radius: 22px;
  }
}

/* explore machinery start */
.explore-machinery {
  display: grid;
  grid-template-columns: minmax(340px, 43%) minmax(0, 1fr);
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  margin: 0 auto 0;
  padding: 44px 0;
  background: #000;
  box-sizing: border-box;
  overflow: hidden;
}

.explore-machinery *,
.explore-machinery *::before,
.explore-machinery *::after {
  box-sizing: border-box;
}

.explore-machinery__image {
  align-self: stretch;
  min-height: 340px;
  background: #000 url("../images/explore_machinery.png") left center no-repeat;
}

.explore-machinery__content {
  max-width: 900px;
  padding: 0 7%;
  color: #fff;
  text-align: center;
}

.explore-machinery__content h2 {
  margin: 0 0 7px;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(27px, 2.2vw, 38px);
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
}

.explore-machinery__content p {
  max-width: 850px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 23px);
  line-height: 1.35;
  font-weight: 400;
}

.explore-machinery__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  min-height: 40px;
  padding: 10px 30px;
  border: 0;
  border-radius: 10px;
  background: #d62b47;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.explore-machinery__button:hover,
.explore-machinery__button:focus {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 900px) {
  .explore-machinery {
    grid-template-columns: 40% minmax(0, 1fr);
    min-height: 230px;
    padding: 32px 0;
  }

  .explore-machinery__content {
    padding: 0 28px;
  }

  .explore-machinery__button {
    min-width: 0;
    width: min(100%, 330px);
  }
}

@media (max-width: 650px) {
  .explore-machinery {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 0 28px;
  }

  .explore-machinery__image {
    min-height: 230px;
    background-position: left 66%;
    background-size: 155% auto;
  }

  .explore-machinery__content {
    padding: 25px 18px 0;
  }

  .explore-machinery__content h2 {
    font-size: 28px;
  }

  .explore-machinery__content p {
    font-size: 15px;
  }
}

/* explore machinery end */

#requestcontact .two-cols-setup.engineered_boxes,
#requestquote .two-cols-setup.engineered_boxes {
  background: #fff;
}

#requestcontact .engineered-performance .regular_box_content h2 p,
#requestquote .engineered-performance .regular_box_content h2 p,
.imagefirst .engineered-performance .regular_box_content h2 p {
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
}

#requestcontact .engineered-performance .regular_box_content h2:before,
#requestquote .engineered-performance .regular_box_content h2:before,
.imagefirst .engineered-performance .regular_box_content h2:before {
  width: 200%;
  transform: translateX(-50%);
}

#requestcontact .two-cols-setup.engineered_boxes .full-height,
#requestquote .two-cols-setup.engineered_boxes .full-height,
.imagefirst .two-cols-setup.engineered_boxes .full-height {
  display: block;
  text-align: center;
}

#requestcontact .two-cols-setup.engineered_boxes .description_content,
#requestquote .two-cols-setup.engineered_boxes .description_content,
.imagefirst .two-cols-setup.engineered_boxes .description_content {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

#requestcontact .engineered_boxes .img_cont,
#requestquote .engineered_boxes .img_cont,
.imagefirst .engineered_boxes .img_cont {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  margin: 0 auto;
  ;
}

section#requestcontact>div,
section>div.quote_bg {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}






/* Quote request process */
.process_boxes {
  /* width: calc(100% - 32px); */
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 15px 44px 15px;
  background: #f6f6f6;
  box-sizing: border-box;
}



.process_boxes *,
.process_boxes *::before,
.process_boxes *::after {
  box-sizing: border-box;
}

.process_boxes__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.process_boxes__title {
  margin: 0 0 16px;
  color: #d62b47;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  width: 100%;
  position: relative;
}

.process_boxes__title::before {
  content: "";
  background: #000000;
  display: inline-block;
  height: 3px;
  margin: 0 1.25rem;
  vertical-align: middle;
  width: 200%;
  position: absolute;
  left: 0;
  transform: translateX(-59%);
  top: 50%;
}

.process_boxes__title::after {
  content: "";
  background: #000000;
  display: inline-block;
  height: 3px;
  margin: 0 1.25rem;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  right: 0;
  transform: translateX(59%);
  top: 50%;
}

.process_boxes__title span {
  background: #f6f6f6;
  z-index: 236;
  position: relative;
  padding: 0 15px;
}

.process_steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
  padding-right: 40px;
}

.process_step {
  position: relative;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.process_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -42px;
  width: 36px;
  height: 24px;
  background: url("../images/black_arrow.png") center / contain no-repeat;
}

.process_step:not(:last-child)::before {
  display: none;
}

.process_step__visual {
  position: relative;
  width: 150px;
  height: 78px;
  margin: 0 auto 6px;
}

.process_step__number {
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d62b47;
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.process_step__icon {
  position: absolute;
  top: 0;
  left: 54px;
  width: 78px;
  height: 78px;
  object-fit: contain;
  fill: none;
  stroke: #696969;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.process_step h3 {
  margin: 0 0 3px;
  color: #111;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.process_step p {
  max-width: 250px;
  margin: 0 auto;
  color: #222;
  font-family: "Inter", Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1.35;
  font-weight: 400;
  padding-top: 8px;
}

@media (max-width: 900px) {
  .process_boxes {
    width: 100%;
    padding: 18px 20px 24px;
  }

  .process_steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 40px;
  }

  .process_step::before,
  .process_step::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .process_boxes {
    padding: 18px 16px 26px;
  }

  .process_boxes__title {
    gap: 12px;
    font-size: 20px;
  }

  .process_steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process_step:not(:last-child) {
    padding-bottom: 60px;
  }

  .process_step:not(:last-child)::after {
    display: block;
    top: auto;
    right: 50%;
    bottom: 0;
    width: 36px;
    height: 24px;
    transform: translateX(50%) rotate(90deg);
  }
}

/* software options start */
#softwarevicon {
  background-color: #f6f6f6;
}

.software_options {
  width: 100%;
  max-width: 1920px;
  margin: 12px auto 34px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.software_options *,
.software_options *::before,
.software_options *::after {
  box-sizing: border-box;
}

.software_options>.flex_container {
  align-items: stretch;
  width: 100%;
  padding: 9px;
  border: 2px solid #151515;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.software_options .cell_1_3 {
  width: auto;
  padding: 0;
}

.software_options .cell_2_3 {
  width: auto;
  padding: 0 0 60px 0;
}

.software_options .cell_1_3 .full-height,
.software_options .cell_1_3 .full-height>a,
.software_options .cell_1_3 .img_cont {
  display: block;
  width: 100%;
  height: 100%;
}

.software_options .cell_1_3 .img_cont {
  overflow: hidden;
  border-radius: 5px;
}

.software_options .cell_1_3 .img_cont img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9 !important;
}

.software_options .cell_2_3 .full-height {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 6px 28px 0;
  text-align: center;
}

.software_options .cell_2_3 .full-height>a {

  text-decoration: underline;
}

.software_options h2 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 11px;
  color: #050505;
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(27px, 2.1vw, 38px);
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.software_options h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 255px;
  height: 3px;
  background: #d62b47;
  transform: translateX(-50%);
}

.software_options h2 p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.software_options .description_content {
  margin: 0 auto 18px;
}

.software_options .description_content p {
  margin: 0;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}

.software_options .btn.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 255px;
  min-height: 40px;
  margin: 0 auto;
  padding: 9px 45px;
  border: 0;
  border-radius: 10px;
  background: #d62b47;
  color: #fff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
  position: absolute;
  bottom: 25px;
}

.software_options .btn.btn-custom:hover,
.software_options .btn.btn-custom:focus {
  background: #b8203a;
  color: #fff;
}











.optional_modules_head,
.optional_modules {
  max-width: 100%;
}

.optional_modules_head .flex_container,
.optional_modules .flex_container {
  max-width: 1920px !important;
  margin: 0 auto;
}

.optional_modules .flex_container {
  padding: 0 60px;
  ;
}


.optional_modules_head {
  padding-bottom: 40px;

}

.optional_modules_head h2 p {
  color: #ffffff;
  font-size: 45px;
  font-family: 'Oswald', sans-serif;
  padding: 0 12px;
  display: inline-block;
  background-color: #000;
  position: relative;
  z-index: 2;
}

.optional_modules_head h2 {
  position: relative;
  text-align: center;

}

.optional_modules_head h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 40px;
  ;
  width: 300%;
  height: 3px;
  background: #ffffff;
  transform: translateX(-50%);
  z-index: 1;
}

.optional_modules_head .description_content {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 72px;
}

.optional_modules_head .description_content P {
  color: #ffffff;
  font-size: 30px;
  font-family: 'Inter', sans-serif;
}

.optional_modules {
  padding-bottom: 40px;
}

.optional_modules .cell_1_4 {
  padding: 12px;
}

.optional_modules .cell_1_4 .full-height {
  background: #ffffff;
  padding: 25px;
  border-radius: 25px;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
  border: 3px solid #000000;
}

.optional_modules h2 img {
  width: 60px;
  height: auto;
}

.optional_modules h2 p {
  display: inline-block;
  vertical-align: top;
  color: var(--vicon-red);
  font-size: 4rem;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
}

.optional_modules .btn.btn-custom {
  background: transparent;
  padding: 0;
  color: var(--vicon-red);
  min-width: 0;
  font-family: 'Oswald';
  margin: 0 auto;
  display: block;
  text-decoration: underline;
  font-size: 24px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}





.about_categ_machines {
  background: #bbbcbe;
  max-width: 100%;
  padding: 40px 15px;
}

.about_categ_machines .flex_container {
  max-width: 1920px;
  margin: 0 auto;
}

.about_categ_machines .cell_1_4 {
  padding: 10px;
}

.about_categ_machines .cell_1_4 .full-height {
  background: #ffffff;
  padding: 15px;
  border: 3px solid #000000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 93px;
  position: relative;
}

.about_categ_machines h2 {
  position: relative;
}

.about_categ_machines h2 p {
  margin: 0;
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about_categ_machines h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 35%;
  max-width: 100px;
  height: 3px;
  background: #d62b47;
  transform: translateX(-50%);
}

.about_categ_machines .btn.btn-custom {
  margin: 0 auto;
  white-space: break-spaces;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  width: 100%;
}

.about_categ_machines .img_cont img {
  aspect-ratio: 367 / 207;
  object-fit: cover;
  border-radius: 10px;
}


.about_information .cell_2_3 {
  padding-left: 40px;
  padding-right: 15px;
}

.about_information h2 p {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--vicon-red);
  font-weight: 700;
}

.about_information .description_content p {
  color: #000000;
  font-size: 23px;
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
  font-weight: 400;
}

.about_information .description_content p strong {
  font-family: 'Oswald', sans-serif;
}

.about_information .description_content ul {
  column-count: 2;
  column-gap: 23px;
  font-size: 23px;
}

.about_information .description_content ul li:nth-child(odd) {
  background: transparent;
}


span.small_caption {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0px 15px;
}


@media (max-width: 1199px) {
  .about_categ_machines .cell_1_4 {
    min-width: 50%;
    max-width: 50%;
  }

  .optional_modules .cell_1_4 {
    padding: 12px;
    min-width: 50%;
    max-width: 50%;
  }


  .supp_resources_box .cell_1_2 {
    width: auto;
    /* min-width: 0; */
    padding: 0 10px;
  }

  .supp_resources_box {
    padding: 24px;
  }

  .supp_resources_box .full-height {
    grid-template-columns: 120px minmax(0, 1fr);
    column-gap: 20px;
    min-height: 210px;
    padding: 18px 20px;
  }

  .supp_resources_box h2 {
    font-size: 27px;
  }

  .supp_resources_box {
    margin-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .quote-form-panel{
    justify-content: center;
  }
  .supp_resources_box {
    width: 100%;
    padding: 24px 18px;
  }

  .supp_resources_box .row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .supp_resources_box .full-height {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .supp_resources_box .cell_1_2 {
    min-width: 100%;
  }

  .supp_resources_box {
    width: 100%;
    padding: 0px 18px;
  }
}


@media (max-width: 900px) {

  .about_information .cell_1_3,
  .about_information .cell_2_3 {
    min-width: 100%;
    max-width: 100%;
  }

  .about_information .cell_2_3 {
    padding-left: 15px;
  }

  .abt_img {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    ;
  }

  .about_information .description_content p strong,
  .about_information .description_content ul,
  .about_information .description_content p {
    color: #000000;
    font-size: 1.6rem;
  }

  .software_options>.flex_container {
    grid-template-columns: minmax(260px, 40%) minmax(0, 60%);
  }

  .software_options .cell_2_3 .full-height {
    padding: 12px 20px;
  }

  .software_options h2 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .about_information .description_content ul {
    column-count: 1 !important;
  }

  .optional_modules_head .description_content P {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
  }

  .optional_modules .cell_1_4 {
    padding: 12px;
    min-width: 100%;
    max-width: 100%;
  }

  .software_options .cell_1_3,
  .software_options .cell_2_3 {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .software_options {
    width: calc(100% - 20px);
  }

  .software_options>.flex_container {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .software_options .cell_2_3 .full-height {
    min-height: 0;
    padding: 24px 14px 14px;
  }

  .software_options .cell_2_3 {
    padding: 0;
  }

  .software_options .description_content p {
    font-size: 15px;
    text-align: center;
  }

  .software_options .btn.btn-custom {
    max-width: 420px;
    position: relative;
    bottom: auto;
    white-space: break-spaces;
  }
}

@media (max-width: 575px) {
  .about_categ_machines .cell_1_4 {
    min-width: 100%;
    max-width: 100%;
  }

  .optional_modules_head .description_content {
    padding: 0 12px;
  }

  .optional_modules .flex_container {
    padding: 0 0px;
  }
}

/* software options end */






@media (max-width: 480px) {
  .supp_resources_box {
    padding: 18px 12px;
  }

  .supp_resources_box .full-height {
    grid-template-columns: 92px minmax(0, 1fr);
    column-gap: 15px;
    min-height: 190px;
    padding: 16px 14px;
    border-radius: 22px;
  }

  .supp_resources_box .img_cont img {
    max-width: 100px;
    max-height: 120px;
  }

  .supp_resources_box h2 {
    margin-bottom: 7px;
    font-size: 23px;
  }

  .supp_resources_box .description_content p {
    font-size: 14px;
  }

  .supp_resources_box .btn.btn-custom {
    font-size: 18px;
  }
}
