@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*
Theme Name: Sandhills
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
.btn {
  padding: 14px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 4px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .16px; }

.orange {
  background: #da4302;
  color: #fff; }
  .orange:hover {
    background: #111;
    color: #fff;
    transition: background .2s ease-in-out; }

.outline {
  background: transparent;
  color: #fff;
  border: solid 1px #fff; }
  .outline:hover {
    background: #da4302;
    color: #fff;
    transition: background .2s ease-in-out; }

.black {
  background: #111;
  color: #fff; }
  .black:hover {
    background: #da4302;
    color: #fff;
    transition: background .2s ease-in-out; }

.heading1 {
  font-size: clamp(24px, 4vw, 45px);
  letter-spacing: .45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }

.subheading {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 2.2px;
  text-transform: capitalize; }

.heading2 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .28px;
  line-height: 1.1; }

.paragraph {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  font-weight: 400; }

.xltext {
  font-size: clamp(28px, 4.5vw, 60px);
  letter-spacing: .45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1; }

.xstext {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  text-transform: uppercase; }

.width {
  max-width: 1350px;
  padding: 10px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box; }

.lgwidth {
  max-width: 1900px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box; }

.pad {
  padding: clamp(30px, 4vw, 60px) 10px; }

.smpad {
  padding: clamp(20px, 3vw, 40px) 10px; }

.paragraph {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  font-weight: 400; }

.large-paragraph {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
  font-weight: 400; }

.gray-back {
  background: #f5f5f5; }

/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html, body {
  width: 100%; }

body {
  font-family: "Barlow Condensed", sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "Barlow Condensed", sans-serif; }

a {
  text-decoration: none !important; }

/*--------------------------------------------------------------
## Header / Media
--------------------------------------------------------------*/
.wp-custom-header {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0; }
  .wp-custom-header iframe, .wp-custom-header img, .wp-custom-header video {
    display: block;
    max-width: 100%;
    height: auto; }
  .wp-custom-header iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }

/* Google Map widget */
.google_map {
  width: 100%;
  min-height: 58vh; }

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navbar {
  min-height: auto !important;
  margin-bottom: 0 !important; }

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important; }
  .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 18px; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #e68a24; }

.navigation-top {
  width: 100%; }

.menu li {
  display: inline-block;
  width: auto !important;
  padding-right: 6%; }
  .menu li:last-child {
    padding-right: 0 !important; }
  .menu li > a {
    color: #000;
    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 1.5em; }

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7);
  color: orange;
  border-radius: 0; }
  .dropdown-menu:not(.head-list) > li > a {
    color: #000;
    font-size: 16px;
    font-weight: 400; }
    .dropdown-menu:not(.head-list) > li > a:hover {
      background-color: #e68a24;
      transition: linear .2s; }

/*--------------------------------------------------------------
## Navigation (Posts / Comments)
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right; }

#wp-admin-bar-new-content-default {
  display: none; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.highlightSidebars .top-header-wrap {
  margin-top: 30px; }

.top-header-wrap {
  background: #111;
  color: #fff; }

.top-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1350px;
  padding: 10px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box; }

.top-left {
  width: 100%;
  max-width: 260px; }
  .top-left a {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif !important;
    color: #fff;
    display: inline-block;
    transition: color 0.2s ease-in-out; }
    .top-left a:hover {
      color: #da4302; }
    .top-left a i {
      padding-left: 15px; }

.top-right {
  width: calc(100% - 280px); }
  .top-right a {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif !important;
    margin: 0 !important;
    color: #ccc;
    display: inline-block;
    transition: color 0.2s ease-in-out; }
    .top-right a:hover {
      color: #da4302; }
  .top-right p {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif !important;
    color: #ccc;
    display: inline-block;
    padding: 0 10px;
    margin: 0 !important; }
  .top-right icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #ccc;
    display: inline-flex;
    margin-left: 10px; }

.nav-bar-wrapper {
  background: #fff;
  width: 100%; }

.nav-bar {
  max-width: 1350px;
  padding: 10px;
  margin: 0 auto;
  width: 95%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.nav-logos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px; }

.logo {
  max-width: 180px;
  width: 100%;
  padding: 0 10px;
  border-right: solid 1px #eee; }
  .logo img {
    width: 100%; }

.dev-logo {
  max-width: 140px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-content: center; }
  .dev-logo img {
    width: 100%; }

.nav-call {
  max-width: 160px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-content: center; }
  .nav-call a {
    font-size: 13px;
    font-family: "Barlow Condensed", sans-serif !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    line-height: 24px;
    color: #111;
    font-weight: 400; }
    .nav-call a span span {
      font-size: 18px;
      font-weight: 700; }
    .nav-call a i {
      font-size: 30px !important;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      padding-right: 5px;
      color: #da4302; }

#top-search {
  width: 45px;
  height: 45px; }

#top-search a i {
  color: #111;
  font-size: 20px;
  padding: 10px 10px; }

#searchbar {
  display: none;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  height: 100px;
  background: #fff; }

#searchform {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 25px;
  width: 70%;
  margin: 0 auto;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap; }
  #searchform input {
    width: calc(100% - 180px);
    height: 48px !important;
    padding: 12px;
    background: #fff;
    border: solid 0.5px #333 !important;
    border-radius: 5px;
    margin-right: 5px; }
  #searchform button {
    width: 180px;
    background: #da4302;
    font-weight: 600;
    color: #fff;
    padding: 13px;
    border-radius: 5px;
    border: None;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase; }

.nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  align-content: center; }

/*----Quick Links----*/
.ql {
  margin: 10px !important;
  display: block;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  position: relative; }
  .ql img {
    width: 100%;
    height: 250px;
    object-fit: cover; }
  .ql h3 {
    width: 100%;
    padding: 42px 10px 25px 10px;
    z-index: 10;
    margin-top: -24px;
    background: #fff;
    clip-path: polygon(50% 23.45%, 38.76% 23.45%, 0% 23.45%, 0% 100%, 100% 100%, 100% 23.45%, 61.24% 23.45%);
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    text-align: center; }
  .ql:hover img {
    filter: brightness(0.5); }
  .ql:hover i {
    opacity: 1;
    transition: opacity .3s ease-in-out; }
  .ql i {
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    z-index: 50; }
  .ql:hover h3 {
    clip-path: polygon(50% 1.25%, 38.76% 23.45%, 0% 23.45%, 0% 100%, 100% 100%, 100% 23.45%, 61.24% 23.45%);
    background: #da4302;
    color: #fff;
    transition: clip-path .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out; }

/*--------About Home-----*/
.about-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.about-grid-left {
  width: 50%;
  padding-right: 15px;
  border-right: solid 2px #b9b9b9; }
  .about-grid-left p {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px; }

.about-grid-right {
  width: 50%; }
  .about-grid-right h3 {
    font-size: 60px;
    padding: 20px;
    line-height: 20px;
    color: #da4302;
    font-weight: 700;
    border-bottom: solid 2px #b8b8b8; }
    .about-grid-right h3 span {
      font-size: 20px;
      color: #000;
      font-weight: 400; }
  .about-grid-right .vision {
    color: #111;
    padding: 20px; }
    .about-grid-right .vision h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px; }
    .about-grid-right .vision p {
      font-size: clamp(15px, 2vw, 18px);
      line-height: 1.2;
      font-weight: 400;
      color: #333; }

/*=---------Manufacturers---------------*/
.brand {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap; }
  .brand img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    display: flex;
    filter: grayscale(1);
    transition: .3s ease-in; }
  .brand:hover img {
    filter: grayscale(0);
    transition: filter .3s ease-in-out;
    transform: translateY(-5px); }

.brand2 {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  border: solid 1px #999;
  align-content: center;
  flex-wrap: wrap; }
  .brand2 img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: flex; }
  .brand2:hover {
    box-shadow: inset 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s ease-in-out; }

/*-----Testimonial------*/
.testimonial-wrapper {
  position: relative;
  padding: 30px 10px 10px 10px !important; }

.star-rating {
  display: flex;
  justify-content: flex-start; }

.star-rating .checked {
  color: #000;
  font-size: 20px; }

.testimonial-title {
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #000;
  font-weight: 600;
  text-align: left !important; }

.testimonial-quote {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  font-weight: 400;
  padding: 0 0 50px 0 !important;
  text-align: left !important;
  color: #333; }

.testimonial-quote:after {
  content: "\f10e";
  font-family: 'Font Awesome 5 Free';
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: #da4302 1px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-weight: 700; }

.flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap; }

.flex2 {
  width: calc(50% - 10px); }

.accord {
  width: 100%; }
  .accord .accordion-button {
    background: linear-gradient(to bottom, #eee, #ccc);
    border: solid 1px #c2c2c2;
    color: #111;
    font-weight: 400;
    padding: 14px;
    text-transform: capitalize;
    font-size: 18px; }
    .accord .accordion-button:focus {
      box-shadow: none !important;
      background: linear-gradient(to bottom, #ff8551, #db5e29);
      color: #fff; }

/*----Pages----*/
.orange-box {
  border-right: solid 1px #ffb38f;
  text-align: center; }
  .orange-box h2 {
    font-size: clamp(24px, 4vw, 45px);
    letter-spacing: .45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff; }
  .orange-box p {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase; }

.no-border {
  border: none !important; }

.white-grid {
  padding: 35px;
  border: solid 1px #eee; }
  .white-grid h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    color: #000;
    margin: 15px 0; }
  .white-grid p {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    color: #333; }
  .white-grid icon {
    font-size: 20px !important;
    background: #da4302;
    color: #fff !important;
    padding: 10px;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center; }

.black-grid {
  padding: 35px;
  border: solid 1px #707070;
  position: relative; }
  .black-grid h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    color: #fff;
    margin: 15px 0; }
  .black-grid p {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    color: #eee; }
  .black-grid icon {
    font-size: 50px !important;
    color: rgba(219, 95, 41, 0.6) !important;
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 15px; }

.bread-crumbs p a {
  color: #eee;
  transition: color 0.2s ease-in-out; }
  .bread-crumbs p a:hover {
    color: #da4302; }

/*----Blogs----*/
.blog-post {
  width: calc(100% - 20px);
  margin: 10px;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column; }
  .blog-post img {
    width: 100%;
    height: 280px;
    object-fit: cover; }
  .blog-post .blog-post-content {
    padding: 20px;
    background: #fff; }
    .blog-post .blog-post-content h2 {
      font-size: clamp(18px, 2vw, 26px);
      font-weight: 700;
      text-transform: uppercase;
      color: #000; }
    .blog-post .blog-post-content p {
      font-size: clamp(15px, 2vw, 18px);
      line-height: 1.2;
      font-weight: 400;
      color: #333; }

.blog-content {
  width: 100%; }
  .blog-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 20px; }
  .blog-content h2, .blog-content h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    color: #000; }
  .blog-content p {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    color: #333; }
    .blog-content p a {
      color: #000;
      text-decoration: underline !important; }
  .blog-content ul li {
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    color: #333; }

/*--------------------------------------------------------------
## Form Styles
--------------------------------------------------------------*/
.form {
  /* Form Group Spacing */
  /* Labels */
  /* Text Inputs */
  /* Textarea */
  /* Select Dropdowns */
  /* Checkboxes and Radios */
  /* Checkbox and Radio Wrapper */
  /* Radio group inline */
  /* Checkbox group inline */
  /* Submit Button */
  /* Reset Button */
  /* Error Messages */
  /* Success Messages */
  /* Info/Help Text */
  /* Input with error state */
  /* Input with success state */ }
  .form h1, .form h2, .form h3, .form h4, .form h5 {
    margin-bottom: clamp(15px, 2vw, 25px);
    color: #111; }
  .form h2 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: clamp(20px, 3vw, 35px); }
  .form h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    font-size: clamp(16px, 2.5vw, 24px);
    margin-bottom: clamp(15px, 2vw, 25px); }
  .form .form-group {
    margin-bottom: clamp(20px, 3vw, 30px);
    display: flex;
    flex-direction: column; }
    .form .form-group:last-child {
      margin-bottom: 0; }
  .form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: clamp(14px, 1.8vw, 16px);
    color: #111;
    letter-spacing: 0.5px; }
    .form label .required {
      color: #da4302; }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"],
  .form input[type="phone"],
  .form input[type="number"],
  .form input[type="date"],
  .form input[type="time"],
  .form input[type="search"],
  .form input[type="url"] {
    width: 100%;
    padding: clamp(10px, 1.5vw, 14px) clamp(12px, 2vw, 16px);
    font-size: clamp(14px, 1.8vw, 16px);
    font-family: "Barlow Condensed", sans-serif;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #111;
    transition: border-color 0.3s ease-in-out; }
    .form input[type="text"]:focus,
    .form input[type="email"]:focus,
    .form input[type="tel"]:focus,
    .form input[type="phone"]:focus,
    .form input[type="number"]:focus,
    .form input[type="date"]:focus,
    .form input[type="time"]:focus,
    .form input[type="search"]:focus,
    .form input[type="url"]:focus {
      outline: none;
      border-color: #da4302;
      box-shadow: 0 0 0 3px rgba(218, 67, 2, 0.1); }
    .form input[type="text"]:hover:not(:focus),
    .form input[type="email"]:hover:not(:focus),
    .form input[type="tel"]:hover:not(:focus),
    .form input[type="phone"]:hover:not(:focus),
    .form input[type="number"]:hover:not(:focus),
    .form input[type="date"]:hover:not(:focus),
    .form input[type="time"]:hover:not(:focus),
    .form input[type="search"]:hover:not(:focus),
    .form input[type="url"]:hover:not(:focus) {
      border-color: #bbb; }
    .form input[type="text"]::placeholder,
    .form input[type="email"]::placeholder,
    .form input[type="tel"]::placeholder,
    .form input[type="phone"]::placeholder,
    .form input[type="number"]::placeholder,
    .form input[type="date"]::placeholder,
    .form input[type="time"]::placeholder,
    .form input[type="search"]::placeholder,
    .form input[type="url"]::placeholder {
      color: #999;
      opacity: 1; }
    .form input[type="text"]:disabled,
    .form input[type="email"]:disabled,
    .form input[type="tel"]:disabled,
    .form input[type="phone"]:disabled,
    .form input[type="number"]:disabled,
    .form input[type="date"]:disabled,
    .form input[type="time"]:disabled,
    .form input[type="search"]:disabled,
    .form input[type="url"]:disabled {
      background-color: #f5f5f5;
      color: #999;
      cursor: not-allowed; }
  .form textarea {
    width: 100%;
    padding: clamp(10px, 1.5vw, 14px) clamp(12px, 2vw, 16px);
    font-size: clamp(14px, 1.8vw, 16px);
    font-family: "Barlow Condensed", sans-serif;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #111;
    resize: vertical;
    min-height: 120px;
    transition: border-color 0.3s ease-in-out; }
    .form textarea:focus {
      outline: none;
      border-color: #da4302;
      box-shadow: 0 0 0 3px rgba(218, 67, 2, 0.1); }
    .form textarea:hover:not(:focus) {
      border-color: #bbb; }
    .form textarea::placeholder {
      color: #999;
      opacity: 1; }
    .form textarea:disabled {
      background-color: #f5f5f5;
      color: #999;
      cursor: not-allowed; }
  .form select {
    width: 100%;
    padding: clamp(10px, 1.5vw, 14px) clamp(12px, 2vw, 16px);
    font-size: clamp(14px, 1.8vw, 16px);
    font-family: "Barlow Condensed", sans-serif;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #111;
    transition: border-color 0.3s ease-in-out;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: clamp(36px, 6vw, 45px); }
    .form select:focus {
      outline: none;
      border-color: #da4302;
      box-shadow: 0 0 0 3px rgba(218, 67, 2, 0.1); }
    .form select:hover:not(:focus) {
      border-color: #bbb; }
    .form select:disabled {
      background-color: #f5f5f5;
      color: #999;
      cursor: not-allowed; }
  .form input[type="checkbox"],
  .form input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    .form input[type="checkbox"]:focus,
    .form input[type="radio"]:focus {
      outline: 2px solid #da4302;
      outline-offset: 2px; }
    .form input[type="checkbox"]:disabled,
    .form input[type="radio"]:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  .form .checkbox-group,
  .form .radio-group {
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 1.5vw, 15px);
    margin-bottom: clamp(20px, 3vw, 30px); }
    .form .checkbox-group:last-child,
    .form .radio-group:last-child {
      margin-bottom: 0; }
    .form .checkbox-group label,
    .form .radio-group label {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      font-weight: 500;
      cursor: pointer; }
      .form .checkbox-group label input,
      .form .radio-group label input {
        flex-shrink: 0; }
  .form .radio-group.inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 30px); }
    .form .radio-group.inline label {
      margin-right: 0; }
  .form .checkbox-group.inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 30px); }
    .form .checkbox-group.inline label {
      margin-right: 0; }
  .form button[type="submit"],
  .form input[type="submit"] {
    padding: clamp(12px, 2vw, 16px) clamp(20px, 4vw, 32px);
    background-color: #da4302;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: clamp(14px, 1.8vw, 16px);
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: clamp(10px, 1.5vw, 20px); }
    .form button[type="submit"]:hover,
    .form input[type="submit"]:hover {
      background-color: #a73302;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(218, 67, 2, 0.3); }
    .form button[type="submit"]:active,
    .form input[type="submit"]:active {
      transform: translateY(0); }
    .form button[type="submit"]:disabled,
    .form input[type="submit"]:disabled {
      background-color: #ccc;
      cursor: not-allowed;
      opacity: 0.7; }
  .form button[type="reset"],
  .form input[type="reset"] {
    padding: clamp(12px, 2vw, 16px) clamp(20px, 4vw, 32px);
    background-color: transparent;
    color: #111;
    border: 2px solid #111;
    border-radius: 4px;
    font-size: clamp(14px, 1.8vw, 16px);
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-top: clamp(10px, 1.5vw, 20px);
    margin-left: 10px; }
    .form button[type="reset"]:hover,
    .form input[type="reset"]:hover {
      background-color: #111;
      color: #fff; }
    .form button[type="reset"]:active,
    .form input[type="reset"]:active {
      transform: translateY(0); }
    .form button[type="reset"]:disabled,
    .form input[type="reset"]:disabled {
      border-color: #ccc;
      color: #ccc;
      cursor: not-allowed; }
  .form .error-message,
  .form .form-error {
    color: #d32f2f;
    font-size: clamp(12px, 1.5vw, 14px);
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px; }
  .form .success-message,
  .form .form-success {
    color: #388e3c;
    font-size: clamp(12px, 1.5vw, 14px);
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px; }
  .form .help-text,
  .form .form-help {
    font-size: clamp(12px, 1.5vw, 14px);
    color: #666;
    margin-top: 6px;
    font-weight: 400; }
  .form input.is-invalid,
  .form textarea.is-invalid,
  .form select.is-invalid {
    border-color: #d32f2f;
    background-color: rgba(211, 47, 47, 0.02); }
    .form input.is-invalid:focus,
    .form textarea.is-invalid:focus,
    .form select.is-invalid:focus {
      box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1); }
  .form input.is-valid,
  .form textarea.is-valid,
  .form select.is-valid {
    border-color: #388e3c;
    background-color: rgba(56, 142, 60, 0.02); }
    .form input.is-valid:focus,
    .form textarea.is-valid:focus,
    .form select.is-valid:focus {
      box-shadow: 0 0 0 3px rgba(56, 142, 60, 0.1); }

/*----Footer----*/
.footer {
  width: 100%;
  background-color: #000;
  background-image: url("/wp-content/themes/www.rapidequipment.com/imgs/footer-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 10px;
  color: #fff; }
  .footer hr {
    width: 100%;
    border: none;
    background: #ccc;
    height: 2px;
    margin: 20px 0; }

.bottom-footer ul {
  margin: 0;
  padding: 0; }
  .bottom-footer ul li {
    list-style: none !important;
    display: block;
    line-height: 30px;
    font-size: clamp(15px, 2vw, 18px);
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-right: 20px; }
    .bottom-footer ul li a {
      color: #fff;
      transition: color 0.2s ease-in-out; }
      .bottom-footer ul li a:hover {
        color: #da4302; }

.copyright {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.2;
  font-weight: 400;
  color: #ccc;
  padding: 10px;
  margin-top: 40px;
  border-top: solid 1px #ccc; }

/*----404 Page----*/
.re-404 {
  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 40%);
  border: solid 1px #e6e6e6;
  border-radius: 8px;
  overflow: hidden; }

.re-404-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px); }

.re-404-header {
  text-align: center;
  margin-bottom: 20px; }

.re-404-kicker {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 14px; }

.re-404 .page-title {
  font-size: clamp(24px, 4vw, 45px);
  letter-spacing: .45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  color: #111;
  margin: 0; }
  .re-404 .page-title span {
    display: inline-block;
    color: #da4302;
    margin-right: 10px; }

.re-404-subtitle {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
  font-weight: 400;
  color: #444;
  max-width: 700px;
  margin: 14px auto 0 auto; }

.re-404-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 30px 0; }

.re-404-search {
  background: #fff;
  border: solid 1px #e4e4e4;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 20px; }
  .re-404-search h2 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    font-size: 26px;
    color: #111;
    margin: 0 0 12px 0; }
  .re-404-search form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
  .re-404-search label {
    display: none; }
  .re-404-search input[type="search"] {
    flex: 1 1 280px;
    min-height: 46px;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 18px;
    font-family: "Barlow Condensed", sans-serif; }
  .re-404-search button, .re-404-search input[type="submit"] {
    min-height: 46px;
    border: none;
    border-radius: 4px;
    padding: 10px 18px;
    background: #da4302;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px; }
  .re-404-search button:hover, .re-404-search input[type="submit"]:hover {
    background: #111; }

.re-404-links {
  background: #111;
  color: #fff;
  border-left: 4px solid #da4302;
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 24px; }
  .re-404-links h3 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .28px;
    line-height: 1.1;
    font-size: 24px;
    margin: 0 0 8px 0;
    color: #fff; }
  .re-404-links ul {
    margin: 0;
    padding-left: 20px; }
  .re-404-links li {
    margin: 4px 0; }
  .re-404-links a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .4px; }
    .re-404-links a:hover {
      color: #da4302; }

.re-404-widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px; }

.re-404-widget-col {
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 6px;
  padding: 14px; }
  .re-404-widget-col .widget {
    margin: 0; }
  .re-404-widget-col .widget-title {
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #111;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 10px; }
  .re-404-widget-col ul {
    margin: 0;
    padding-left: 18px; }
  .re-404-widget-col li {
    margin: 3px 0; }
  .re-404-widget-col a {
    color: #111; }
    .re-404-widget-col a:hover {
      color: #da4302; }
  .re-404-widget-col select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px; }

/*--------------------------------------------------------------
## Inventory Styles – KEEP AT BOTTOM
--------------------------------------------------------------*/
.listing-top-right .buy-now-link, .listing-top-right .check-availability-link, .listing-top-right .email-seller-link {
  background: #da4302 !important;
  color: #fff !important; }

.view-listing-details-link,
.contact-options a,
.fin-calc-mobile > a,
button.g-recaptcha.button,
.show-all-modal {
  background: #da4302 !important;
  color: #fff !important; }

.list-error-container .info button,
.mobile-done-button,
a.buy-btn.des-buy-now,
a.buy-btn.gtm-buynow.des-buy-now,
button.selected-facet.ts-button,
.detail-contact-bar .contact-bar-btn,
button.page-nav {
  background: #da4302 !important;
  color: #fff !important; }

.view-listing-details-link:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover,
button.g-recaptcha.button:hover,
.email-seller-link:hover,
.mc-nav-controls .mc-icon-navarrow span,
a.buy-btn.des-buy-now:hover,
a.buy-btn.gtm-buynow.des-buy-now:hover,
.detail-contact-bar .contact-bar-btn:hover {
  background: #111 !important;
  color: #fff !important; }

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .flex {
    flex-direction: column-reverse; }

  .flex2 {
    width: 100%;
    padding: 20px 0; }
    .flex2 img {
      display: none; } }
@media (max-width: 900px) {
  .top-left {
    display: none; }

  .top-right {
    width: 100%; } }
@media (max-width: 700px) {
  .nav-call {
    display: none; }

  #searchform {
    width: 90%; }

  #searchform input {
    width: calc(100% - 120px); }

  #searchform button {
    width: 120px; } }
@media (max-width: 600px) {
  .top-header-wrap {
    display: none; }

  .about-grid {
    flex-direction: column; }

  .about-grid-left, .about-grid-right {
    width: 100%;
    padding: 5px;
    border: none; }

  .nav-menu {
    justify-content: center; }

  .re-404-widgets {
    grid-template-columns: 1fr; } }
@media (max-width: 500px) {
  .nav-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px; }

  .nav-logos {
    justify-content: center; }

  #menu-button {
    padding-top: 0 !important; }

  .re-404-inner {
    padding: 18px 14px; }

  .re-404 .page-title span {
    display: block;
    margin: 0 0 4px 0; }

  .re-404-search form {
    flex-direction: column; }

  .re-404-search button,
  .re-404-search input[type="submit"],
  .re-404-search input[type="search"] {
    width: 100%; }

  .re-404-links a {
    font-size: 18px; } }
@media (max-width: 430px) {
  #searchform {
    width: 95%; }

  .ql img {
    height: 200px; } }
