.arrowp,
.logo {
  height: 40px;
}
:root {
  --bg: #fff;
  --muted: #f5f6f7;
  --text: #111;
  --accent: royalblue;
  --primary: #d32f2f;
  --card-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  --radius: 12px;
  --container-max: 1200px;
  --gap: 16px;
  font-family: Inter, "Century Gothic", Arial, sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  background: var(--bg);
  color: var(--text);
}
#loader {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s;
}
#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;
}
.containera,
.productBox {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}
.headerBox,
.navBut {
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerBox {
  justify-content: space-evenly;
}
.navBut {
  padding: 10px;
  border-radius: 15px;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  white-space: nowrap;
}
.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;
  white-space: nowrap;
}
.footerLinkb,
.navButx {
  padding: 10px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}
.onavBut {
  background: 0 0;
  border: none;
  font-size: 30px;
}
#loader,
.arrowp,
.label {
  background: #fff;
}
.navButxt {
  position: relative;
  display: inline-block;
}
.navButx {
  border-radius: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  cursor: pointer;
}
.productBox {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 999;
}
.containera,
.labelBox,
.mincontainera,
.mincontainerb {
  position: relative;
}
.containera,
.navButxt:hover .productBox,
.productBox:hover {
  display: flex;
}
.footerLinkb {
  transition: 1s;
  border-radius: 5px;
  width: 100%;
}
.footerLinkb:hover {
  background-color: #d8c4c4;
}
.containera {
  width: 100%;
  margin-top: 70px;
  padding: 20px;
  border-radius: 10px;
}
.mincontainera {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.arrowp,
.mincontainerb {
  display: flex;
  align-items: center;
}
.mincontainera p {
  font-size: 16px;
  font-weight: 300;
}
.mincontainera h2 {
  font-size: 30px;
}
.mincontainerb {
  width: 50%;
  padding: 20px;
  justify-content: center;
}
form.formContainer {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: sans-serif;
}
.footerxyz,
.formBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.labelBox {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
}
.inputName,
.inputNameb {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: border 0.3s;
  outline: 0;
  resize: none;
}
.inputNameb {
  min-height: 100px;
}
.label {
  position: absolute;
  top: 10px;
  left: 14px;
  padding: 0 4px;
  color: #777;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s;
}
.contactBox,
.contactCon,
.contactIco,
.loadingContainer {
  position: relative;
}
.contactIco,
.pBut {
  padding: 10px;
  color: #fff;
}
.arrowp,
ion-icon {
  font-size: 20px;
}
.inputName:focus {
  border: 1px solid #3a5eff;
  color: #3a5eff;
}
.inputName:focus + .label,
.inputName:not(:placeholder-shown) + .label,
.inputNameb:focus + .label,
.inputNameb:not(:placeholder-shown) + .label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #333;
}
.arrowp {
  width: 40px;
  justify-content: center;
  border-radius: 50%;
}
.contactBox,
.pBut {
  align-items: center;
  display: flex;
}
.pBut {
  width: max-content;
  gap: 5px;
  background: #3a5eff;
  border-radius: 40px;
  transition: 1s;
  border: none;
  font-size: 16px;
}
.contactCon {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.contactBox {
  gap: 5px;
}
.contactIco {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #3a5eff;
}
#loader,
.containerh {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.footerLink:hover,
.loadingContainer {
  background-color: #dfdfdf;
}
.footerLink,
.socialmediaBox a {
  text-decoration: none;
  color: #000;
}
#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;
}
.loadingContainer {
  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%;
  }
}
.containerh {
  position: relative;
  width: 100%;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  border-radius: 20px;
}
.containerh p {
  width: 100%;
  text-align: center;
}
.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;
  white-space: nowrap;
  transition: 1s;
  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;
  }
  .mincontainerb {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .formBox {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .card img {
    height: 180px;
  }
  .header {
    padding: 10px;
  }
}
@media (max-width: 599px) {
  .labelBox {
    flex: 0;
    height: max-content;
  }
}
@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;
}
