@import url('./main-search-bar.css');

body {
  font-family: "Aileron-Light";
  overflow-y: scroll;
  overflow-x: hidden;
}

:root {
  --color-primary: #242939;
  --color-secondary: #596286;
  --color-light: #fff;
  --color-gray-light: #f4f4f4;
  --spacing-base: 20px;
  --bp-sm: 767px;
  --color-dark: black;
  --color-muted: #797979;
  --color-bg-alt: #eee;
  --color-border-light: #eaeaea;
  --color-border-medium: #dadada;
}
#main-nav {
  display: none;
  position: sticky; /* was fixed; sticky keeps it in flow so content isn't hidden */
  top: 0;
  width: 100%;
  z-index: 999;
}

/* Reserve space equal to the sticky desktop header when present */
:root { --fcs-header-offset: 0px; }
body { padding-top: var(--fcs-header-offset); }

/* Reduce the offset on small screens if needed */
@media (max-width: 767px){
  body { padding-top: var(--fcs-header-offset); }
}

/*start common css here*/
h1 {
  font-size: 2.5rem;
  padding: 0 0 15px 0;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
  margin: 0;
  padding: 0 0 1em 0;
  font-weight: normal;
}
h3,
h4 {
  font-size: 1.5rem;
}
p {
  font-size: 1rem;
}
a {
  color: var(--color-secondary);
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.mobile-logo {
  position: absolute;
  top: 23px;
  left: 10px;
}
.mobile-logo img {
  width: 250px;
  margin: 0 0 0 0;
}
.nav-new.active {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
#main-nav.active {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.body-widget {
  width: 100%;
}
.logo {
  margin: 0 0 0 0;
  width: 350px;
  max-width: 100%;
}
.logo-col {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5em;
}
/*end common css here*/

/*start slick slider css here*/
/* Consolidated .slick-slide declarations */
.slick-slide {
  margin: 0px 20px;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

[dir="rtl"] .slick-slide {
  float: right;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
}
/* Arrows */

/* Consolidated .slick-prev declarations */
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../images/prev.png) no-repeat !important;
  color: #000;
}
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: url(../images/next.jpg) no-repeat !important;
  color: #000;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: #000;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: var(--color-light);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*end slick slider css here*/

/*start header menu css here*/
.nav-new {
  display: block;
  background: var(--color-primary);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.nav-new ul {
  margin-bottom: 0;
}
.menu-new {
  display: block;
}

.menu-new li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu-new li:first-child {
  margin-left: 0;
}

.menu-new li a {
  font-weight: normal;
  text-decoration: none;
  margin: 10px 7px;
  display: block;
  color: var(--color-light);
  font-size: 1rem;
  font-family: "Aileron-SemiBold";
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}

.menu-new li a:hover,
.menu-new li:hover > a {
  transform: scale(1.05);
}

.menu-new ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 270px;
  position: absolute;
  left: 0px;
  background: var(--color-primary);
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu-new ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--color-light);
  border-width: 6px;
  margin-left: -6px;
}

.menu-new ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu-new ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: var(--color-light);
  background: var(--color-primary);
  text-align: left;
  padding: 13px;
  margin: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.menu-new ul li a::after {
  display: none;
}

.menu-new ul li a:hover,
.menu-new ul li:hover > a {
  background: var(--color-light);
  color: var(--color-primary);
}

.menu-new li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/* Consolidated submenu declarations */
.menu-new ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}
.menu-new ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: var(--color-light);
  border-width: 6px;
  margin-top: -6px;
}
.menu-new li > ul ul:hover,
.menu-new ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: var(--color-primary);
  color: var(--color-light);
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: var(--color-primary);
  color: var(--color-light);
  text-decoration: none;
}

a.homer {
  background: var(--color-primary);
}
@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px;
  }

  .menu-new ul {
    top: 37px;
  }

  a.homer {
    background: var(--color-primary);
  }
}
.menu-right {
  width: 100%;
  text-align: right;
  margin: 8px 0 0 0;
}

.menu-right .body-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--color-light);
  font-family: "Aileron-SemiBold";
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}

.desktop-header-phone {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.desktop-header-phone-label {
  opacity: 0.75;
}

.header-phone-link:hover,
.header-phone-link:focus {
  color: var(--color-light);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}

.header-phone-link i {
  font-size: 0.9rem;
}

.desktop-header-phone:hover,
.desktop-header-phone:focus {
  background: transparent;
  border-color: transparent;
  transform: none;
  opacity: 0.85;
}

.mobile-header-phone {
  display: none;
}
/*end header menu css here*/

/*start footer css here*/
.footer-new {
  a {
    text-decoration: none;
  }
  .footer-main {
    padding: 4em 0;
    background: var(--color-primary);
    float: left;
    width: 100%;
  }
  .copyright {
    padding: 18px 0;
    background: black;
    width: 100%;
    float: left;
  }
  .footer-widget {
    width: 100%;
  }
  h2 {
    color: var(--color-light);
    text-transform: uppercase;
    font-family: "Aileron-SemiBold";
  }
  .footer-more a {
    color: var(--color-primary);
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
  }
  .footer-more a:hover {
    color: var(--color-light);
    text-decoration: none;
  }
  .footer-more a:focus {
    color: var(--color-light);
    outline: none;
    box-shadow: none;
    text-decoration: none;
  }
  .footer-main p {
    color: var(--color-light);
    font-size: 14px;
    padding: 0 0 15px 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 24px;
  }
  .copyright p {
    color: var(--color-light);
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-weight: normal;
  }
  .footer-main p a {
    color: var(--color-light);
    transition: all 0.5s ease-in-out 0s;
  }
  .footer-main p a:hover {
    color: var(--color-secondary);
    text-decoration: none;
  }
  .footer-main p a:focus {
    color: var(--color-secondary);
    outline: none;
    box-shadow: none;
    text-decoration: none;
  }
}
/*end footer css here*/

/*start home page css here*/

.product-catalog {
  padding: 4em 0;
  background: var(--color-gray-light);
}
.footer-contact {
  width: 100%;
  padding: 0;
}
.footer-content {
  width: 100%;
  padding: 0 0 0 30px;
}
.logo-slider {
  width: 100%;
}
#featured-products h4 {
  font-size: 15px;
  padding: 0 0 10px 0;
  margin: 0;
  letter-spacing: 1px;
  font-weight: normal;
}
#featured-products p {
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
}
#featured-products p span {
  color: var(--color-primary);
}
.logo-img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.manufacture-widget {
  width: 100%;
}
.manufacture-widget:hover .logo-img {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
#product-catalog h3 {
  font-size: 20px;
  padding: 0 0 0 0;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: normal;
}
#product-catalog p {
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
}
.product-white {
  width: 100%;
  padding: 15px 20px;
  background: var(--color-light);
  border: 1px solid var(--color-border-light);
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 350px; /* you can adjust this value */
}

@media screen and (max-width: 768px) {
  .product-white {
    height: auto;
  }
}

.product-white:hover {
  transform: scale(1.03);
}
.product-main {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}
.product-image {
  display: block;
  width: 100%;
  height: auto;
  height: 150px;
  object-fit: contain;
}
.product-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background: rgba(52, 60, 81, 0.9);
}
.product-main:hover .product-overlay {
  opacity: 1;
}
.product-text {
  color: var(--color-light);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.product-content {
  width: 100%;
  margin: 20px 0 0 0;
}
#product-catalog h4 {
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #172343;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Aileron-SemiBold";
}
.view-more a {
  display: block;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: var(--color-primary);
  letter-spacing: 0.5px;
  transition: all 0.5s ease-in-out 0s;
}
.view-more a:hover {
  color: #000;
  text-decoration: none;
}
.view-more a:focus {
  color: #000;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.product-white:hover .view-more {
  visibility: hidden;
}
.product-top {
  width: 100%;
  margin: 35px 0 0 0;
}
.porduct-repeat {
  width: 100%;
  margin: 0 0 28px 0;
}
#product-catalog i {
  font-size: 12px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
.left-product {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
.left-product:hover {
  transform: scale(1.02);
}
.product-content1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
  padding: 30px 30px;
}
.product-thumb {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}
.left-product p {
  color: var(--color-light) !important;
}
.banner-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 45%;
}
.banner-widget {
  width: 100%;
}
#banner-area h1 {
  font-size: 3em;
  padding: 0 0 15px 0;
  color: var(--color-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Aileron-Black";
}
#banner-area p {
  padding: 0;
  margin: 0;
  color: #000;
  letter-spacing: 1px;
  line-height: 25px;
}
.banner-left {
  width: 100%;
  border-left: 3px solid var(--color-secondary);
  background: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
#banner-area i {
  font-size: 12px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
.client-login a {
  border-radius: 3px;
  padding: 7px 30px !important;
  background: var(--color-primary) !important;
  color: var(--color-light) !important;
  margin: 0 0 0 10px;
}
.client-login a:hover {
  background: var(--color-primary) !important;
}
.menu-bar {
  font-size: 22px !important;
}
#florida-supply .col-sm-2 {
  max-width: 20%;
  flex: 0 0 20%;
}
.florida-widget {
  width: 100%;
}
.florida-white {
  width: 100%;
  background: var(--color-light);
  padding: 40px 20px;
  border: 8px solid var(--color-light);
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.about-top {
  width: 100%;
  margin: 0 0 0 0;
}
.about-right {
  width: 100%;
  border-left: 1px solid #000;
  padding: 0 0 0 40px;
}
.mobile-content {
  padding: 3em 0;
  display: none;
}
.florida-center {
  width: 850px;
  margin: 0 auto;
  max-width: 100%;
}
/*end home page css here*/

/*start product css here*/
.product-area {
  padding: 4em 0 20px 0;
}
.product-overlay-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-border-light);
  transition: all 0.5s ease-in-out 0s;
}
.product-overlay-new:hover {
  background: rgba(52, 60, 81, 0.9);
}
.product-overlay-new .primary-btn {
  display: none;
  transition: all 0.5s ease-in-out 0s;
}
.product-overlay-new:hover .primary-btn {
  display: block;
}
.product-text-new {
  color: var(--color-light);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.product:hover .view-more a {
  visibility: hidden;
}
.product-content-new h4 {
  font-size: 16px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #172343;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Aileron-SemiBold";
}
#product-search select {
  color: var(--color-primary) !important;
  width: 100%;
  height: 46px;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/select-bg.png) no-repeat right var(--color-light);
  border: 1px solid #ebebeb;
  border-radius: 3px;
  font-family: "Aileron-Light";
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#product-search select:hover,
#product-search select:focus {
  border: 1px solid var(--color-primary);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}
#product-search {
  margin: -10px 0 40px 0;
}
#product-search .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce .woocommerce-result-count {
  font-family: "Aileron-SemiBold";
  font-size: 14px;
  font-weight: bold;
  margin: 30px 0 1em;
}
.product-area h1 {
  color: var(--color-secondary);
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
}
.filter-main {
  width: 100%;
  padding: 0 10px;
}
.woocommerce ul.products li.product {
  background: var(--color-light) !important;
}
/*end products css here*/

/*start products css here*/
.product-details {
  padding: 2em 0 4em 0;
}
.product-details h1 {
  margin: 0;
  letter-spacing: 1px;
  font-weight: normal;
}
.single-product .additional_information_tab {
  background: #f00;
}
.single-product .woocommerce-Tabs-panel {
  border-left: 1px solid #d3ced2;
  border-right: 1px solid #d3ced2;
  border-bottom: 1px solid #d3ced2;
  padding: 40px 20px !important;
  margin: -25px 0 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  letter-spacing: 1px;
  background: var(--color-bg-alt);
  padding: 3px 15px !important;
  width: 250px;
  text-align: center;
}
.single-product p a {
  font-weight: 500;
}
.single-product li a img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.single-product .woocommerce-Tabs-panel p {
  padding: 0 0 15px 0;
  margin: 0;
  line-height: 25px;
}
.single-product .woocommerce-Tabs-panel p:last-child {
  padding: 0 0 0 0;
  margin: 0;
}
.single-product .single_add_to_cart_button {
  background: var(--color-primary) !important;
  border-radius: 40px !important;
  width: 200px;
  max-width: 100%;
  padding: 10px !important;
}
.single-product .input-text {
  border-radius: 3px;
  border: 1px solid #d3ced2;
  padding: 5px;
  width: 70px !important;
  margin: 0 10px 0 0;
}

/*end products css here*/

/*start manufacture css here*/
.featured-videos {
  padding: 0;
}
.manufact-widget {
  width: 100%;
}
.manufact-widget1 {
  width: 100%;
}
.manufacturer-container {
  width: 100%;
  border: 1px solid #eee;
  padding: 40px 15px;
  float: left;
  margin: 0 0 30px 0;
  transition: all 0.5s ease-in-out 0s;
}
.manufacturer-container:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.manufact-top {
  width: 100%;
}
.manufact-content {
  width: 100%;
}
#manufacture-area {
  .primary-btn {
    color: var(--color-light);
    margin: auto;
    float: none;
  }
  .img-fluid {
    margin: 0 0 10px 0;
  }
  h4 {
    font-size: 1rem;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Aileron-SemiBold";
  }
  p {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin: 0;
    letter-spacing: 1px;
    line-height: 25px;
  }
}

#manufacture-section {
  .primary-btn {
    color: var(--color-light);
    margin: auto;
    float: none;
  }
  .img-fluid {
    margin: 0 0 10px 0;
  }
  #technical_document h2 {
    text-align: center;
  }
  h4 {
    font-size: 16px;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Aileron-SemiBold";
  }
  p {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin: 0;
    letter-spacing: 1px;
    line-height: 25px;
  }
}
.single-manufacture {
  padding: 4em 0 0 0;
}
#single-manufacture p {
  font-size: 15px;
  padding: 0 0 20px 0;
  margin: 0;
  letter-spacing: 1px;
  line-height: 25px;
}
#single-manufacture p:last-child {
  padding: 0 0 0 0;
  margin: 0;
}

.tax-pa_manufacturer #single-manufacture h1 {
  margin-bottom: -100px !important;
}
/*end manufacture css here*/

.woocommerce-result-count {
  display: none;
}
#technical-documents-section table {
  border: 1px solid #dee2e6;
}
#technical-documents-section table th {
  background: var(--color-primary);
  color: var(--color-light);
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#technical-documents-section ul {
  list-style: none;
  margin: 0 0 0 -40px;
}
#technical-documents-section .table td,
.table th {
  vertical-align: middle;
}
#technical-documents-section .table td {
  font-size: 1rem;
  color: var(--color-primary);
  letter-spacing: 1px;
  line-height: 25px;
}
#technical-documents-section li a {
  font-size: 1rem;
  padding: 0;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  line-height: 25px;
  display: inline-block;
  text-decoration: none;
}
#technical-documents-section li a:hover {
  text-decoration: underline;
}
.small-icon {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#technical-documents-section .size-thumbnail {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.table-top {
  width: 100%;
  margin: 40px 0 0 0;
}

#florida-supply img {
  max-width: 100%;
  display: block;
}
.menu-new li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s;
}
.menu-new li a:hover::after {
  width: 100%;
}
.current_page_item a::after {
  display: none !important;
}
#banner-area .carousel-control-next,
.carousel-control-prev {
  width: 5%;
}
.woocommerce-customer-details address {
  font-size: 15px;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
  letter-spacing: 1px;
  line-height: 25px;
}
.woocommerce-customer-details--phone {
  margin: 10px 0 10px 25px !important;
  font-size: 15px !important;
  padding: 0 !important;
  color: var(--color-secondary) !important;
}
.woocommerce-customer-details--email {
  margin: 0 0 0 25px !important;
  font-size: 15px !important;
  color: var(--color-secondary) !important;
}
.woocommerce .woocommerce-customer-details address {
  padding: 15px 20px;
}
#technical-documents-section .col-sm-2 {
  max-width: 20%;
  flex: 0 0 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.tax-pa_manufacturer .single-manufacture {
  padding: 2em 0;
}

.parentcat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table;
}
.parentcat img {
  width: 35px;
  height: 35px;
}
.emptycart {
  text-align: center;
  padding: 0 0 6em 0;
}
.emptycart_head {
  padding: 4em 0 0 0;
  text-align: center;
}
.carthead {
  padding: 3em 0 20px 0;
  text-align: center;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
}
.model-new iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.video-img {
  width: 100%;
}
/* Consolidated .model-new .modal-header */
.model-new .modal-header {
  border-radius: 0;
  padding: 0;
  border: none;
  background: var(--color-secondary);
}
.model-new .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.model-new .close {
  width: 30px;
  height: 30px;
  background: var(--color-primary);
  color: var(--color-light);
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 0;
  z-index: 999;
}
.model-new .close:hover {
  opacity: 1;
}
.model-new .close:focus {
  opacity: 1;
  outline: none;
  box-shadow: none;
}
.model-new .modal-body {
  padding: 0;
}
.model-new .modal-dialog {
  max-width: 900px;
}
#featured-products-logo h2 {
  color: var(--color-secondary);
}
#featured-products-logo h4 {
  font-size: 22px;
  color: var(--color-secondary);
  padding: 0 0 10px 0;
  margin: 0;
  letter-spacing: 1px;
  font-weight: normal;
}
#featured-products-logo p {
  color: var(--color-secondary);
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
}
#featured-products-logo p span {
  color: var(--color-primary);
}
.featured-products-logo {
  padding: 0 0 4em 0;
}
#nf-field-22 {
  width: 250px !important;
  max-width: 100% !important;
  padding: 10px !important;
  height: auto;
  font-size: 15px !important;
  color: var(--color-light) !important;
  letter-spacing: 0.5px !important;
  transition: all 0.5s ease-in-out 0s !important;
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 40px !important;
  text-transform: uppercase;
}
#nf-field-22:hover {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}

#contact-us .nf-form-fields-required {
  display: none;
}
.ninja-forms-field[type="submit"] {
  background-color: #007bff;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

#nf-field-4 {
  width: 250px !important;
  max-width: 100% !important;
  padding: 10px !important;
  height: auto;
  font-size: 15px !important;
  color: var(--color-light) !important;
  letter-spacing: 0.5px !important;
  transition: all 0.5s ease-in-out 0s !important;
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 40px !important;
  text-transform: uppercase;
}
#nf-field-4:hover {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}
#contact-us textarea {
  resize: none;
  height: 140px !important;
}
.contact-top {
  width: 100%;
}
#contact-us iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.contact-right {
  width: 100%;
  border-left: 1px solid var(--color-border-medium);
  padding: 0 0 0 40px;
}
#contact-us p {
  padding: 0 0 20px 0;
  margin: 0;
  letter-spacing: 0.5px;
}
#contact-us p:last-child {
  padding: 0 0 0 0;
  margin: 0;
}
#contact-us p a {
  color: var(--color-secondary);
  transition: all 0.5s ease-in-out 0s;
  font-weight: bold;
}
#contact-us p a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
#contact-us p a:focus {
  color: var(--color-primary);
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
#contact-us label {
  font-weight: normal;
  letter-spacing: 1px;
}
#contact-us ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  letter-spacing: 0.5px;
}
#contact-us ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  letter-spacing: 0.5px;
}
#contact-us :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  letter-spacing: 0.5px;
}
#contact-us :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  letter-spacing: 0.5px;
}
#product-search .row {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5em 0;
}
.banner-center {
  width: 650px;
  margin: 0 auto;
  max-width: 100%;
}
.banner-area {
  text-align: center;
}
.product-white h4 {
  font-size: 15px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #172343;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Aileron-SemiBold";
}

@media only screen and (max-width: 991px) {
  .woocommerce-datasheet-moreinfo-content {
    flex-direction: column;
    align-items: baseline;
  }
  .datasheet-btn {
    margin-bottom: 20px;
  }
  ul.tabs.wc-tabs {
    display: flex;
    flex-direction: column;
    padding: 0px !important;
    margin: 0 !important;
  }
  ul.tabs.wc-tabs li {
    width: 100% !important;
    margin: 0 !important;
  }
}
img.product-image {
  height: 200px;
  object-fit: contain;
}

.product-category-detail h1 {
  font-weight: 700;
  line-height: 50px;
}
.product-category-detail p {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin: 1.0933333333rem 0 0.656rem 0;
}
.category-banner .product-category-detail {
  color: #000;
}
.category .product-category-detail {
  color: var(--color-light);
}
.product-category-detail {
  /* color: var(--color-light); */
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .product-category-detail {
    width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .product-category-detail {
    text-align: center;
  }
}
.subcategory-item h4 {
  /* color: var(--color-primary); */
  font-weight: 500;
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  margin: 1.0933333333rem 0 0.656rem 0;
}
.subcategory-item {
  padding: 10px 20px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
section#subcategories {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  #category-products .col-sm-3 {
    /* -ms-flex: 0 0 25%; */
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  #category-products .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#category-products img.attachment-medium.size-medium.wp-post-image {
  height: 200px;
  object-fit: contain;
}
#category-products .product-white {
  text-align: center;
}
.subcategory-item:hover {
  color: var(--color-light);
  background-color: var(--color-primary);
}
.subcategory-item {
  color: var(--color-primary);
}
.subcategory-item a {
  color: unset;
  text-decoration: none;
}
.woocommerce-product-gallery__image img.wp-post-image {
  height: 400px !important;
  object-fit: contain;
}
.subcategory-item h4 span {
  font-size: 15px;
  font-weight: 700;
  padding-left: 5px;
}
.product-type-section {
  margin-bottom: 1rem;
}
.product-detail-breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}
.product-detail-breadcrumb nav.woocommerce-breadcrumb {
  margin: 0;
}
.product-attribute-section table.woocommerce-product-attributes.shop_attributes {
  border: none;
  margin: 0;
}
.product-attribute-section td.woocommerce-product-attributes-item__value,
.product-attribute-section th.woocommerce-product-attributes-item__label {
  border-bottom: none !important;
  line-height: unset !important;
  padding: 0 !important;
  font-style: normal !important;
}
.product-attribute-section td.woocommerce-product-attributes-item__value p {
  padding: 0 !important;
}
.product-attribute-section,
.product-category-section {
  margin-bottom: 1rem;
}
.product-category-section th,
.product-type-section th {
  width: 120px;
}
.product-attribute-section th.woocommerce-product-attributes-item__label {
  width: 120px !important;
}
.product-category-section span.posted_in {
  display: block;
  margin: 0;
}
.product-category-section .posted_in a {
  color: var(--color-primary);
  text-decoration: none;
}
span.posted_in {
  display: none;
}
.product-type-section p {
  margin-bottom: 0;
}
li#wpmenucartli {
  display: none;
}

#productattr .product-white {
  text-align: center;
}
#productattr img.attachment-medium.size-medium.wp-post-image {
  height: 200px;
  object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #productattr .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-9.product-catalog-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #productattr .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.back-link {
  padding: 25px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.back-link a {
  color: var(--color-primary) !important;
}
.brand-link {
  padding: 10px;
  /* border: 1px solid #ebebeb; */
  border-radius: 3px;
  margin: 10px 0;
}
.brand-link a {
  padding: 10px 15px;
  /* border: 1px solid #ebebeb; */
  text-decoration: none;
  color: #000;
}
.attr-section {
  display: flex;
  flex-direction: column;
}
a.brand-item {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  margin: 10px 0;
  /* border-radius: 3px; */
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease-in-out 0s;
}
a.brand-item:hover {
  border-bottom-color: #000;
}

/* Thumbnail strip responsiveness */
.flex-control-thumbs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.flex-control-thumbs li {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
  .flex-control-thumbs li {
    width: 70px;
    height: 70px;
  }

  .woocommerce-product-gallery__image {
    max-width: 100%;
  }
}
/* Maintain gallery height and prevent layout jumping */
.woocommerce-product-gallery {
  min-height: 400px;
  position: relative;
}

/* Lock aspect ratio for gallery image */
.woocommerce-product-gallery__image {
  height: auto;
  width: 100%;
  overflow: hidden;
}

/* Ensure images don't stretch and maintain layout */
.woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive full-width YouTube embed */
.fullWidthYTVideo {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  max-width: 100%;
  border: none;
  padding-top: 20px;
}

/* Pagination styles */
/* Desktop */
.pagination {
  text-align: center;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pagination a,
.pagination span {
  padding: 10px 15px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  min-width: 40px;
  text-align: center;
  border-radius: 5px;
}

.pagination .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* Mobile pagination adjustments */
@media screen and (max-width: 600px) {
  .pagination a,
  .pagination span {
    padding: 8px 12px;
    font-size: 14px;
    min-width: 35px;
  }

  .pagination {
    gap: 5px;
  }
}

/* Unified Banner Styling */
.banner-content.unified-banner {
  position: relative;
  width: 100%;
  text-align: center;
}

.banner-content .body-widget {
  max-width: 900px;
  margin: 0 auto;
}

.banner-content .body-widget h1 {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-family: "Aileron-Black";
  margin-bottom: 20px;
}

/* Responsive Adjustments */
@media only screen and (max-width: 992px) {
  .banner-content.unified-banner {
    height: auto;
    padding: 0 20px 60px 20px;
  }
}

.about-us-section {
  max-width: 1200px;
  margin: auto;
}

.about-us-section h1,
.about-us-section h2 {
  color: #222;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-us-section p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

.about-us-section ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.about-us-section ul li {
  margin-bottom: 10px;
}

/* Image Grid */
.about-us-section .image-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.about-us-section .image-grid img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 5px;
}

.fcs-contact-form {
  margin: 0 !important;
}
/* Make product name clickable but not look like a link */
.product-name-clickable {
  font-size: 1rem;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.product-name-clickable:hover {
  color: var(--color-secondary);
}

/* Color technical document links with secondary color */
#technical-documents-section li a.text-secondary {
  color: var(--color-secondary);
  font-weight: 500;
}

#technical-documents-section li a.text-secondary:hover {
  color: var(--color-primary);
}

/* ===============================
   Enhanced Technical Document Search Bar
   =============================== */
#product-search-technical-documents-section {
  padding: 30px 15px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#product-search-technical-documents-section .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#product-search-technical-documents-section .input-group {
  display: flex;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

#product-search-technical-documents-section .form-control {
  flex: 1;
  padding: 14px 20px; /* slightly increased vertical padding */
  line-height: 1.4; /* Ensures vertical alignment */
  border: none;
  outline: none;
  background-color: #fff;
  color: #333;
  font-family: "Aileron-Light";
  height: 48px; /* Optional: lock consistent height */
  box-sizing: border-box; /* Ensures padding + border fits height */
}

#product-search .form-control::placeholder {
  color: #aaa;
  font-style: italic;
}

#product-search-technical-documents-section .btn {
  background-color: var(--color-primary);
  border: none;
  padding: 12px 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Aileron-SemiBold";
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#product-search-technical-documents-section .btn:hover {
  background-color: var(--color-secondary);
}

@media (max-width: 576px) {
  #product-search-technical-documents-section .input-group {
    flex-direction: column;
    border-radius: 8px;
  }

  #product-search-technical-documents-section .form-control {
    width: 100%;
    border-bottom: 1px solid #eee;
    border-radius: 8px 8px 0 0;
  }

  #product-search-technical-documents-section .btn {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}

/* Technical Documents Section */
.technical-documents-product-section {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.technical-documents-product-section h3 {
  margin-bottom: 0.5rem;
}

.technical-documents-product-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 30px; /* adjust spacing between rows and columns */
}

.technical-documents-product-section li {
  margin-bottom: 0;
}

.technical-documents-product-section a {
  text-decoration: none;
}

.technical-documents-product-section a:hover {
  text-decoration: underline;
}

/* Footer Styles */
.footer-dark {
  background:
    radial-gradient(circle at top left, rgba(96, 113, 170, 0.16), transparent 30%),
    linear-gradient(180deg, #06071a 0%, #090b22 100%);
  font-family: "Aileron-Regular", "Segoe UI", sans-serif;
}

.footer-light {
  background-color: #070919;
}

.footer-heading {
  color: rgba(255, 255, 255, 0.62) !important;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.4;
  font-family: "Aileron-SemiBold";
}

.footer-heading a {
  color: inherit !important;
  text-decoration: none;
  font-weight: inherit;
}

.footer-main {
  padding: 6rem 0 2.5rem !important;
}

.footer-list {
  line-height: 1.5;
  padding-left: 0;
  margin: 0;
}

.footer-list li + li {
  margin-top: 0.9rem;
}

.footer-light-link {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "Aileron-Regular";
  font-weight: 400;
  line-height: 1.45;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-list a:hover {
  color: #ffffff !important;
  text-decoration: none;
  transform: translateX(3px);
}

.footer-grid {
  align-items: start;
}

.footer-eyebrow {
  margin: 0 0 1.25rem;
  color: rgba(130, 135, 214, 0.8) !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  font-family: "Aileron-SemiBold";
}

.footer-cta {
  max-width: 520px;
}

.footer-cta-title {
  margin: 0;
  color: #f4f6ff;
  font-family: "Aileron-SemiBold";
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.05;
  text-transform: none !important;
  letter-spacing: -0.03em;
}

.footer-call-btn {
  margin-top: 2rem;
  min-width: 280px;
  padding: 18px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  background: #596286;
  color: #ffffff !important;
  font-family: "Aileron-SemiBold";
  font-size: 1.15rem;
  text-decoration: none;
  box-shadow: 0 22px 45px rgba(7, 10, 25, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-call-btn:hover,
.footer-call-btn:focus {
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 26px 55px rgba(7, 10, 25, 0.4);
}

.footer-address {
  margin: 1.6rem 0 0 !important;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
}

.footer-link-column {
  padding-top: 0.25rem;
}

.footer-divider {
  margin-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 1.75rem;
}

.footer-social-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  text-decoration: none;
}

.footer-social-link i {
  font-size: 1.35rem !important;
}

.footer-socials-bottom {
  margin-top: 0;
}

.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.copyright p {
  color: #ffffff !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.03em !important;
}

#loading-indicator {
  display: none;
  margin: 2rem 0;
}

.spinner-border {
  color: var(--color-primary);
}

/* Error 404 Page Styles */
.error-404 {
  padding: 80px 20px;
  background-color: #f8f9fa;
  text-align: center;
}
.error-404 .page-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #333;
}
.error-404 .page-content {
  margin-top: 30px;
}
.error-404 .page-content p {
  font-size: 1.2rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}
.error-404 .helpful-links {
  margin-top: 50px;
}
.error-404 .helpful-links ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  line-height: 2;
}

/* Responsive Design for Technical Documents */
.technical-documents-section {
  .desktop-view {
    display: block;
  }

  .mobile-view {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .desktop-view {
      display: none;
    }

    .mobile-view {
      display: block;
    }

    .techdoc-card {
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 15px;
    }

    .techdoc-row {
      display: flex;
      gap: 15px;
      align-items: center;
    }

    .techdoc-image {
      flex-shrink: 0;
      width: 80px;
    }

    .techdoc-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    .techdoc-info {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .techdoc-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .techdoc-manufacturer {
      font-size: 1rem;
      color: #444;
      margin-bottom: 8px;
    }

    .techdoc-documents {
      font-size: 15px;
      line-height: 1.6;
      margin-top: 10px;
    }

    .techdoc-documents a {
      display: block;
      padding: 10px 0;
      align-items: center;
      gap: 6px;
    }
  }
}

.contact-us-section {
  .map-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
  }

  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@media (max-width: 767px){
  .search-suggestions { position: static; left: auto; right: auto; top: auto; width: 100%; }
}
