.getQuo,
.navBut {
  white-space: nowrap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Century Gothic, sans-serif;
}
body,
html {
  height: 100%;
  background: var(--bg);
  color: var(--text);
}
#loader {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
#loader .dots,
.header {
  display: flex;
  align-items: center;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loader .dots {
  gap: 8px;
}
.productBox,
.world {
  flex-direction: column;
}
#loader .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  animation: 1s ease-in-out infinite pulse;
}
#loader .dot:nth-child(2) {
  animation-delay: 0.15s;
}
#loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0.7);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.world {
  padding: 20px;
  display: flex;
  align-items: center;
}
.header {
  position: fixed;
  width: 97%;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  justify-content: space-between;
  z-index: 3;
  background-color: #fff;
}
.headerBox,
.navBut {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo {
  height: 40px;
}
.headerBox {
  justify-content: space-evenly;
}
.navBut {
  padding: 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.getQuob,
.navIco,
.onavBut {
  display: none;
}
.navBut:hover {
  background-color: #f0f0f0;
}
.getQuo {
  background-color: red;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
.footerLinkb,
.navButx {
  padding: 10px;
  text-decoration: none;
  color: #000;
}
.onavBut {
  background: 0 0;
  border: none;
  font-size: 30px;
}
.navButxt {
  position: relative;
  display: inline-block;
}
.navButx {
  border-radius: 15px;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  cursor: pointer;
}
.footerLink,
.footerLinkb {
  white-space: nowrap;
  transition: 1s;
}
.productBox {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.footerLinkb {
  border-radius: 5px;
  width: 100%;
}
.containera,
.containerb {
  padding: 20px;
  display: flex;
}
.footerLinkb:hover {
  background-color: #d8c4c4;
}
.footerLink:hover,
.loadingContainer {
  background-color: #dfdfdf;
}
.navButxt:hover .productBox,
.productBox:hover {
  display: flex;
}
.loadingContainer {
  position: relative;
  height: 4px;
  width: 40%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.loada,
.loadb,
.loadc {
  height: 4px;
  width: 10%;
  position: relative;
}
.loada {
  background-color: #004aad;
  box-shadow: 0 0 60px #004aad;
  animation: 3s linear infinite loa;
}
@keyframes loa {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.loadb {
  background-color: red;
  animation: 3s linear infinite lob;
}
@keyframes lob {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.loadc {
  background-color: #ff0;
  animation: 3s linear infinite loc;
}
@keyframes loc {
  0% {
    width: 10%;
    left: 0;
  }
  50% {
    width: 50%;
    left: 50%;
  }
  100% {
    width: 10%;
    left: 100%;
  }
}
.containera {
  position: relative;
  margin-top: 90px;
  height: 50vh;
  width: 100%;
  background: url("../imagesa/images renamed/industry-we-serve,industry-connectcables.webp")
    50% / cover no-repeat;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.conImg,
.containerb,
.imgCon {
  border-radius: 10px;
  width: 100%;
}
.containera h1 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 80px;
}
.footerLink,
.socialmediaBox a {
  text-decoration: none;
  color: #000;
}
.containerb {
  position: relative;
  margin-top: 70px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  gap: 10px;
}
.containerBox {
  position: relative;
  display: flex;
  gap: 10px;
}
.imgCon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conImg {
  height: 100%;
}
.conDesBox {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.conDesBox p {
  word-break: break-all;
}
.containerh p {
  width: 100%;
  text-align: center;
}
.containerBoxb {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.containerh {
  position: relative;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerxyz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footercontainera {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.socialmediaBox {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
}
.socialmediaBox a {
  font-size: 25px;
}
.footercontainerb {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-around;
}
.footerminBoxa {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footerLink {
  padding: 5px;
  border-radius: 5px;
  width: max-content;
}
@media (max-width: 975px) {
  .header {
    width: 95%;
  }
  .headerBox,
  .mincontainera,
  .navBut {
    width: 100%;
  }
  .headerBox {
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  .nav-links.open,
  .onavBut {
    display: flex;
  }
  .navBut {
    justify-content: flex-start;
  }
  .onavBut {
    align-items: center;
    justify-content: center;
  }
  .navIco {
    display: inline;
    font-size: 20px;
  }
  .cta,
  .getQuo {
    display: none;
  }
  .getQuob {
    display: block;
    background-color: red;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    flex-direction: column;
    box-shadow: var(--card-shadow);
  }
  .menu-toggle {
    display: inline-flex;
  }
  .containera {
    flex-direction: column-reverse;
  }
}
@media (max-width: 730px) {
  .containerBox,
  .containerBoxb {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .card img {
    height: 180px;
  }
  .header {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .formRow {
    flex-direction: column;
  }
  .containera h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .header {
    width: 90%;
  }
}
.desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.desc::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
