/* THEME VARIABLES & COLOR SCHEME */
/* light defaults */
:root {
  /*  --top-header-bg: #131315;*/
  --top-header-bg: rgba(0, 0, 0, 0.85);
/*  --bg-main: #D2D0CB;*/
/*--bg-main: linear-gradient(135deg, #D2D0CB 0%, #C8C2B5 50%, #B8B0A0 100%);*/
/*    --bg-main: linear-gradient(135deg, #D2D0CB 0%, #C6C9CF 100%);*/
/*    --bg-main: linear-gradient(135deg, #D2D0CB 0%, #E0CFC5 50%, #F0D5C0 100%);*/
/*    --bg-main: radial-gradient(circle at 30% 40%, #E5E3DE 0%, #D2D0CB 70%, #C2BFB8 100%);*/
--bg-main: linear-gradient(120deg, #C2BFB8 0%, #D2D0CB 40%, #E5E3DE 100%);
  --bg-footer: #131315;
  --text-main: #000000;

  /* this_color_link_one */
  --link: #2331a1;
  /* #2331a1; */
  --link-bold-link-or-not: 500;
  --link-hover-A: green;
  /* #4da3ff; #5C7CFF */

  --underline-hover: #7a7a7a;
  /* make transp to go away */

  --link-footer: #5f5f5f;
  --link-footer-hover: #f5f5f5;

  --font-main: "Roboto", sans-serif;
  --font-heading: "PFDinTextPro", sans-serif;
  --font-brand: "BrandonGrotesque", sans-serif;
  --font-other: "BrandonGrotesque", sans-serif;

  /* btn_two */
  --btn-two-text: #ffffff;
  --btn-two-text-hover: #ffffff;
  --btn-two-bg: rgba(255, 255, 255, 0.00);
  --btn-two-bg-hover: #2331a1;
  --btn-two-border: #ffffff;
  --btn-two-border-hover: #2331a1;
  --btn-two-transition: all 0.3s ease;

  /* quote-btn */
  --quote-btn-text: #000000;
  --quote-btn-bg: #2331a1;
  --quote-btn-border: #2331a1;
  --quote-btn-hover-text: #ffffff;
  --quote-btn-hover-bg: #2331a1;
  --quote-btn-hover-border: rgba(35, 49, 161, 0.00);
  --quote-section-bg: #ffffff;

  /* © 2026 ProtoEdge® All Rights Reserved. */
  --footer-two: #888888;
  --footer-two-hover: #888888;

  /* self-link */
  --arrow-color: #2331a1;
  --arrow-hover-color: #2331a1;
  --underline-color: #2F3442;
  --underline-hover-color: #2331a1;

  /* colorbars */
  --one_colorbar: #2331A1;
  --two_colorbar: #2331A1;
  --three_colorbar: #2331A1;
  --four_colorbar: #2331A1;
  --five_colorbar: #2331A1;

  /* small_bar_top */
  --small-bar-top: #2331a1;

  /* #upload-buttons */
  --upload-btn-text: #000;
  --upload-btn-bg: #fff;
  --upload-btn-border: #2331a1;
  --upload-btn-hover-text: #fff;
  --upload-btn-hover-bg: #2331a1;
  --upload-btn-hover-border: #2331a1;
  --upload-custom-text: #000;

  /* transition-one */
  --transition-one: color 0.3s ease;

  /* #theme-toggle */
  --bg-button: #ffffff;
  --accent-theme-btn: #2331a1;

  /* #scroll-to-top */
  --scroll-bg: #2331a1;
  /* Circle color */
  --scroll-arrow: #ffffff;
  /* Arrow color */
  --scroll-hover-bg: #1a257a;
  /* Slightly darker blue on hover */

  /* spmenu RIGHT SIDE MENU */
  --spmenu-font-size: 18px;
  --spmenu-line-height: 22px;
  --spmenu-bg: #151618;
  --spmenu-link-color: #C2C2C2;
  --spmenu-link-hover: #818181;
  --spmenu-link-padding: 12px 20px;
  --spmenu-word-spacing: 0.13em;
  --spmenu-letter-spacing: 0.00625em;

  /* quote page forms */
  --form-field-bg: #ffffff;
  --form-field-text: #000000;

  /* ADD THESE - btn_one variables missing from light mode */
  /* typography */
  --btn-font-size: 16px;
  --btn-font-weight: 400;

  /* layout */
  --btn-gap: 8px;
  --btn-border-width: 0px;

  /* btn_one colors */
  --btn-one-text: white;
  --btn-one-text-hover: rgba(240, 248, 255, 0.65);
  --btn-one-bg: rgba(248, 229, 74, 0);

  /* scroll-accent */
  --scroll-bg: #2331a1;
  --scroll-arrow: #ffffff;
  --scroll-hover-bg: #2331a1;

  /* small_bar_top */
  --small-bar-top: #2331a1;

  /* #faqs-font-header */
  --faqs-font-header: #901F00;

  /* .MPR-item Metal | Plastic | Rubber | Buttons */

  --mpr-font-main: "Roboto", sans-serif;
  --mpr-font-weight: 400;

  --mpr-btn-two-text: var(--btn-two-text);
  --mpr-btn-two-text-hover: var(--btn-two-text-hover);

  --mpr-btn-two-bg: var(--btn-two-bg);
  --mpr-btn-two-bg-hover: var(--btn-two-bg-hover);

  --mpr-btn-two-border: var(--btn-two-border);
  --mpr-btn-two-border-hover: var(--btn-two-border-hover);

  --mpr-btn-two-transition: var(--btn-two-transition);

}



/* dark overrides */
html[data-theme="dark"] {
  --top-header-bg: rgba(0, 0, 0, 0.85);
  --bg-main: #121212;
  --bg-stage: #151718;
  --bg-footer: black;

  /* this_color_link_one */
  --text-main: #E0E0E0;
  --link: #ffb906;
  --link-bold-link-or-not: 400;
  --link-hover-A: rgba(255, 185, 6, 0.75);

  --underline-hover: #7a7a7a;
  /* make transp to go away */

  --link-footer: #5f5f5f;
  --link-footer-hover: #f5f5f5;

  --font-main: "Roboto", sans-serif;
  --font-heading: "PFDinTextPro", sans-serif;
  --font-brand: "BrandonGrotesque", sans-serif;
  --font-other: "BrandonGrotesque", sans-serif;

  /* btn_two */
  --btn-two-text: #efefef;
  --btn-two-text-hover: #efefef;
  --btn-two-bg: rgba(255, 255, 255, 0.0);
  --btn-two-bg-hover: #2331a1;
  --btn-two-border: darkorange;
  --btn-two-border-hover: #2331a1;
  --btn-two-transition: all 0.3s ease;

  /* typography */
  --btn-font-size: 16px;
  --btn-font-weight: 400;

  /* layout */
  --btn-gap: 8px;
  --btn-border-width: 0px;

  /* btn_one colors */
  --btn-one-text: white;
  --btn-one-text-hover: rgba(240, 248, 255, 0.65);
  --btn-one-bg: rgba(248, 229, 74, 0);

  /* quote-btn */
  --quote-btn-text: #efefef;
  --quote-btn-bg: rgba(35, 49, 161, 0.00);
  --quote-btn-border: darkorange;
  --quote-btn-hover-text: #ffffff;
  --quote-btn-hover-bg: #2331a1;
  --quote-btn-hover-border: #2331a1;
  --quote-section-bg: #000000;

  /* © 2026 ProtoEdge® All Rights Reserved. */
  --footer-two: #888888;
  --footer-two-hover: #888888;

  /* self-link */
  --arrow-color: #ffb906;
  --arrow-hover-color: #ffb906;
  --underline-color: rgba(168, 192, 255, 0.3);
  --underline-hover-color: #ffb906;

  /* colorbars */
  --one_colorbar: darkorange;
  --two_colorbar: darkorange;
  --three_colorbar: darkorange;
  --four_colorbar: darkorange;
  --five_colorbar: darkorange;

  /* small_bar_top */
  --small-bar-top: darkorange;

  /* #upload-buttons */
  --upload-btn-text: #efefef;
  --upload-btn-bg: rgba(245, 245, 245, 0);
  --upload-btn-border: darkorange;
  --upload-btn-hover-text: #fff;
  --upload-btn-hover-bg: #2331a1;
  --upload-btn-hover-border: #2331a1;
  --upload-custom-text: #F1F1F1;

  /* #theme-toggle */
  --bg-button: #1e1e1e;
  --accent-theme-btn: darkorange;

  /* #scroll-to-top */
  --scroll-bg: darkorange;
  /* Circle color turns orange */
  --scroll-arrow: #ffffff;
  /* Arrow stays white */
  --scroll-hover-bg: #e67e00;
  /* Slightly darker orange on hover */

  /* quote page forms */
  --form-field-bg: #1b1c1e;
  --form-field-text: #e6e6e6;

  /* scroll-accent */
  --scroll-bg: darkorange;
  /* Matches your dark accent */
  --scroll-arrow: #0D0D0D;
  --scroll-hover-bg: darkorange;

  /* small_bar_top */
  --small-bar-top: darkorange;

  /* #faqs-font-header */
  --faqs-font-header: #33cc99;
}


/* 1. Base Button Style - Dark circle regardless of theme */
#theme-toggle {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  width: 38px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--accent-theme-btn);
  background: #1e1e1e;
  /* Consistent dark circle */
  color: #e6e6e6;
  /* Light icon color */
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* 2. Hover State - Button fills with Theme Accent, Icon turns Pure White */
#theme-toggle:hover {
  background: var(--accent-theme-btn);
  color: #ffffff;
  transform: scale(1.1);
}

/* 3. Icon Sizing & Animation */
#theme-toggle .theme-icon {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

#theme-toggle:hover .theme-icon {
  transform: rotate(20deg);
}

/* 4. Visibility & Filling Logic */

/* Default (Light Mode): Show Sun, Hide Moon */
#theme-toggle .sun {
  display: block;
}

#theme-toggle .moon {
  display: none;
}

/* NEW: Targets the 'path' in your new Sun SVG */
#theme-toggle .sun path {

  fill: currentColor;
  /* This makes the sun light-gray instead of black */
}

/* Dark Mode: Hide Sun, Show Moon */
html[data-theme="dark"] #theme-toggle .sun {
  display: none;
}

html[data-theme="dark"] #theme-toggle .moon {
  display: block;
  fill: currentColor;
}



/* GLOBAL STYLES */

.preloader {
  display: none;
}

.clear-both {
  clear: both;
}

body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: var(--bg-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: auto;
}

body {
  font-family: var(--font-main) !important;
  color: var(--text-main);
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  word-spacing: 0.13em;
  letter-spacing: 0.00625em;
  margin: 0;
}

td,
th {
  /* Empty unless you want them to be different */
}

p {
  /*    margin-bottom: 20px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

a:focus {
  outline: 0;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

h2 {
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 15px;
}

h3 {
  font-weight: 500;
  font-size: 26px;
  padding-bottom: 15px;
}

.main-wrapper-about {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 120px;
}

#pheading-font-size {
    padding-bottom: 15px;
    line-height: 40px;
/*    border: 12px solid hotpink;*/
}

.fs-30px {
  font-family: var(--font-heading);
  font-size: 30px;
  text-transform: none;
  font-weight: 500;
  line-height: 36px;
}

/* Tablet ==================
============================ */

@media (max-width: 979px) {

.main-wrapper-about {
  width: 734px;
}


}

/* Mobile ==================
============================ */

@media (max-width: 733px) {

.main-wrapper-about {
  width: 300px;
  padding-top: 120px;
}

}

/* GLOBAL LINK HARD RESET */

a {
  text-decoration: none;
}

/* <BODY> link colors */
.this_color_link_one a {
  color: var(--link);
  font-weight: var(--link-bold-link-or-not);
  text-decoration: none;
  transition: var(--transition-one);
}

.this_color_link_one a:hover,
.this_color_link_one a:focus-visible,
.this_color_link_one a:active {
  color: var(--link-hover-A);
}

/* END normal links */

.hp_top_header {
  z-index: 9;
  position: fixed;
  width: 100%;
  height: 74px;
  background-color: rgba(19, 19, 21, 0.7);
}

/* START  Arrow > Links */
/* Self-contained Right Arrow Link */
/* ===================== SELF-CONTAINED ARROW LINKS ===================== */
.this_color_link_one .self-link,
.self-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  text-decoration: none !important;
  color: var(--arrow-color) !important;
  position: relative !important;
  transition: var(--transition-one) !important;
  padding-top: 30px;
}

/* Text wrapper */
.this_color_link_one .self-link .link-text,
.self-link .link-text {
  position: relative !important;
  padding-bottom: 4px !important;
}

/* Underline base */
.this_color_link_one .self-link .link-text::before,
.self-link .link-text::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 1px !important;
  width: 100% !important;
  background-color: var(--underline-color) !important;
}

/* Underline hover animation */
.this_color_link_one .self-link .link-text::after,
.self-link .link-text::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 2px !important;
  width: 100% !important;
  background-color: var(--underline-hover-color) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s ease !important;
}

/* Hover effects */
.this_color_link_one .self-link:hover,
.self-link:hover {
  color: var(--arrow-hover-color) !important;
}

.this_color_link_one .self-link:hover .link-text::after,
.self-link:hover .link-text::after {
  transform: scaleX(1) !important;
}

/* Arrow SVG */
.this_color_link_one .self-link .arrow-svg,
.self-link .arrow-svg {
  width: 32px !important;
  height: 32px !important;
  fill: currentColor !important;
  transition: transform 0.3s ease !important;
  transform: translateY(-2px) !important;
}

.this_color_link_one .self-link:hover .arrow-svg,
.self-link:hover .arrow-svg {
  transform: translateY(-2px) translateX(4px) !important;
}

/* END Arrow > Links */

/* For Paragrpaphs ==============*/
.arrow-svg.small {
  width: 20px;
  height: 20px;
}

/* Fix underline when not using directional arrow classes */
.underline-only .link-text::after {
  left: 0;
  transform-origin: left;
}

/* Custom bullet appearance */

.block {
  list-style: none;
  margin: 7px 0 0 -2px;
  padding: 0;
}

.block li {
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}

/* Custom bullet */
.block li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.4em;
  font-weight: 200;
  line-height: 1;
}

/* END Custom bullet appearance */

/* Footer links using variables */
.footer-one a:link,
.footer-one a:visited {
  color: var(--link-footer);
}

.footer-one a:hover {
  color: var(--link-footer-hover);
}

/* If you need to style specific elements, define them properly */
.some-class {
  color: #c70000;
}



.mpr_highlight_color_symbol {
  color: #ffb906;
}

.mpr_highlight_color_symbol:hover {
  color: #f5f5f5;
}

.solutions_aboutUs {
  color: #fff;
}

.solutions_aboutUs:hover {
  color: #f5f5f5;
}

/* background color for entire site */
.bg-color-main-wrapper {
  padding: 0px !important;
  background: var(--bg-main);
}

.main-wrapper_homepage {
  width: 100%;
}

.footer-one {
  word-spacing: 0.13em;
  letter-spacing: 0.00625em;
  background-color: var(--bg-footer) !important;
}

.footer-two-left-right-wrapper {
  word-spacing: 0.13em;
  letter-spacing: 0.00625em;
  background-color: var(--bg-footer) !important;
}

/* © YEAR PROTOEDGE INC. SAME COLOR LINK */
.footer-two a:link {
  color: #5f5f5f;
}

.footer-two a:visited {
  color: #5f5f5f;
}

.footer-two a:hover {
  color: #5f5f5f;
}

.footer-two a:active {
  color: #5f5f5f;
}

.footer-two a:focus {
  color: #5f5f5f;
}

.download_link_txt-align a:link {
  max-width: 250px;
  padding: 4px 7px;
  border-width: 0px;
  background-color: #f8e54a;
  font-weight: bold;
  float: right;
}

.btn_two {
  color: black;
  padding: 8px 14px 8px 14px;
  border-width: 0px;
  background-color: #f8e54a;
}

.btn_two:hover {
  color: black;
  padding: 8px 14px 8px 14px;
  border-width: 0px;
  background-color: rgba(248, 229, 74, 0.56);
  cursor: pointer;
}

.phone-text-color-contact {
  color: #0063ff;
}

/* ===== footer-one ===== */
.footer-one a:link {
  text-decoration: none;
  color: #acacac;
}

.footer-one a:visited {
  text-decoration: none;
  color: #acacac;
}

.footer-one a:hover {
  text-decoration: none;
  color: #f5f5f5;
}

.footer-one a:active {
  text-decoration: none;
  color: #acacac;
}

/* ===== END footer-one ===== */
/* additionsl css */

textarea.code {
  width: 100%;
  min-height: 150px;
}

#color-one {
  color: #fff;
}

/* ============== */
#dropdown-menu-h3-text {
  /* text-transform: uppercase; */
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding-bottom: 16px;
  font-weight: bold;
}

#dropmenu-over {
  background-color: #0f6030;
}

#the-accordion-h3-text {
  /* text-transform: uppercase; */
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  padding-bottom: 16px;
  font-weight: bold;
}

#faqs-font-header {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 10px;
  color: var(--faqs-font-header);


}

.header-h3-text-formate {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding-bottom: 10px;
}