* {
  margin: 0;
  padding: 0%;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0%;
  padding: 0%;
  overflow-x: hidden;

}

.header {
  display: flex;

  justify-content: space-between;
  max-height: 100px;

  padding: 1vw 2vw;
  /* Scales with viewport width */
  top: 0;
  z-index: 1000;
  transition: background-color 0.3s ease;
  position:initial;
  justify-content: space-between;
  width: 100%;
}

.navbar.scrolled {
  background-color: rgb(0, 0, 0);
  height: 50px;
}



header .brand img {
  width: 120px;
  margin-top: 0;
  position: relative;
  z-index: 10000;
}

header .navigation {
  position: relative;
}

header .navigation .navigation-items {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30%;
  transition: 0.5 ease;
  margin-top: 5%;
  margin-right: 3%;
  width: 50vw;
}

header .navigation .navigation-items a {
  position: relative;
  color: #ffffff;
  /* Note: There seems to be an extra character "O" after this */
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  margin-right: 5%;

  transition: 00.7s ease;
  z-index: 10000;
  width: 50vw;
}

header .navigation .navigation-items a:hover {
  font-weight: 700;
  color: #ff7b00;
  font-size: larger;
}

header .navigation .navigation .navigation-item a:before {
  content: "";
  position: absolute;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0%;
  transition: 0.5 ease;
}

header .navigation .navigation .navigation.item a:hover:before {
  width: 100%;
  font-weight: 100;
}

section {
  margin-bottom: -5%;
  margin-top: 10%;

}

header.scrolled {
  background-color: black !important;
}



.home {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #ffffff;
  z-index: 000;
  top: 0;
  margin-top: -8%;
}

.home::before {
  z-index: 777;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  /* Remove the stray dot (•) */
  width: 150%;
  height: 100%;
  top: 0;
  left: 0;
}

.home .content {
  z-index: 888;
  color: #ffffff;
  width: 50%;
  margin-top: 40px;
  margin-left: 60px;
}

.home .content h1 {
  font-size: 2.5em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: px;
  margin-bottom: 0px;
  margin-bottom: 1%;
  color: #ffffff;
}
.home .content h1 span {
  font-size: 2.5em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: px;
  margin-bottom: 0px;
  margin-bottom: 1%;
  color: #ffffff;
}


.home .content h1 span {
  font-size: 1em;
  font-weight: 100;
}

.home .content p1 {
  width: 50%;
  margin-bottom: 10px;



}

.home .content a {
  background: #ff7b00;
  /* Note: There's an extra dot (•) here that should be removed */
  padding: 10px 10px;
  color: #000000;
  /* Another stray dot (•) here */
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
  padding-left: 4%;
  display: flex;
   width: 140px;
  height: 40px;  /* dark gray */
  border-radius: 999px;     /* makes it a pill shape */
  margin-top: 2%;
  padding-top: 1.5%;

}

.home video {
  z-index: 000;
  position: absolute;
  top: 0;
  width: 105%;
  height: 100%;
  object-fit: cover;
  margin-left: -5%;


}
.body-part-section {
  padding: 40px;

}

.body-part-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  
}

.card-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 0;
  scrollbar-width: none;
  margin-top: 5%;
  margin-bottom: 3%; /* Firefox */
}

.card-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}


.card {
  flex: 0 0 auto;
  width: 15vw;
  height: 50vh;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.1);
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #ffe800;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 7%;
  font-size: 1rem;
  margin-bottom: -6%;
}

.arrow {
  background-color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.arrow.left {
  margin-right: 10px;
}

.arrow.right {
  margin-left: 10px;
}
.product-section {
  height: auto;
}

@media (max-width: 1040px) {
  header {

    padding: 12px 20px;
  }

  section {
    padding: 0px 20px;

  }

  .header .navigation {
    display: none;
  }
}


.video-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
  transition-property: clip-path;

}

.video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;


}
.enq{
  align-items: center;
  align-content: center;
  font-size: 1.5em;
  font-weight: 100;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}
.photo img{
  width: 100vw;
}
.contact-info {
  margin-top: 15px;
  font-size: 14px;
  color: #777;
}

.contact-info i {
  margin-right: 8px;
  color: #f5b700;
}

.contact-section {
  background-color: #FFE800;
  padding: 40px 20px;


}

.contact-container {
  max-width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5%;
  margin-top: 0%;
  height: 80vh;
    color: #000;

}


.contact-left {
  flex: 1 1 55%;
  color: rgb(255, 255, 255);
  margin-top: 10%;
}

.contact-left h1 {
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2em;
    color: #000;

}

.contact-left .divider {
  border: 1px solid white;
  margin: 20px 0;
  width: 90%;
}

.contact-left p {
  margin-bottom: 15px;
  font-size: 1rem;
    color: #000;

}

.contact-right {
  flex: 1 1 35%;
  background: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.complaint-form h3 {
  margin-bottom: 15px;
  font-size: 1.2em;
  color: #000;
}

.complaint-form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.complaint-form input,
.complaint-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  margin-bottom: 10px;
  font-size: 1em;
}

.complaint-form textarea {
  resize: vertical;
}

.complaint-form button {
  width: 100%;
  padding: 10px;
  border: 2px solid black;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.complaint-form button:hover {
  background: black;
  color: white;
}
 .footer {
      background-color: #000000;
      color: rgb(0, 0, 0);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding-left: 10%;
      height: 10vh;
    }

    .social-icons a {
      display: inline-block;
      margin-right: 10px; /* Increased spacing */
    }

    .social-icons a:last-child {
      margin-right: 0; /* No extra space after last icon */
    }

    .social-icons img {
      width: 2.3em;
      object-fit: contain;
      transition: transform 0.8s ease;
    }

    .social-icons img:hover {
      transform: scale(1.3);
    }
    .company-name{
      font-size: 1.2em;
      margin-right: 10%;
      color: #FFE800;
    }
/* For medium screens: tablets and small laptops */
@media (max-width: 1024px) {
  .home .content h1 {
    font-size: 5vw;
  }
  .aboutus-container .aboutus {
  height: 45vh;
  padding-bottom: 2%;
}
  .aboutus {
  display: flex;
  flex-direction: row;
  width: 97%;
    font-size: 0.9rem;


}
.leader{
  height: 50vh;
}
  .home {
    height: 105vh;

  margin-top: -8%;
}

  .test .headline {
    font-size: 5vw;
  }

  .certifications .ggg img {
    width: 8vw;
    height: 8vw;
  }

  .navbar {
    padding: 2vw 4vw;
  }

  .card {
  width: 15vw;
  }

  .aboutustxt .main p {
    font-size: 1.6vw;
  }
  .contact-container {
  height: 100vh;
  gap: 20px;
  margin-bottom: 5%;
  margin-top: 5%;
}


  .contact-left h1 {
    font-size: 3vw;
  }

  .contact-left p {
    font-size: 1.5vw;
  }
  .contact-right{
  height: 50vh;
}
}

/* For small screens: phones */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .aboutus-container .aboutus {
  height: 45vh;
  padding-bottom: 2%;
}
.leader{
  height: 50vh;
}
  .aboutus {
  display: flex;
  flex-direction: row;
  width: 97%;
    font-size: 0.9rem;


}
    .home {
    height: 105vh;

  margin-top: -8%;
}

  .home .content {
    width: 90%;
    margin-left: 5%;
  }

  .home .content h1 {
    font-size: 6vw;
  }

  .test .headline,
  .test .subhead,
  .test .note {
    font-size: 4vw;
  }

  .certifications .ggg {
    flex-direction: column;
    gap: 2vw;
  }
.aboutus {
height:6s5vh;
}
  .aboutus-container .aboutus {
    flex-direction: column;
    gap: 4vh;
  }
.leader{
  height: 50vh;
}
  .card {
  width: 15vw;
  }

  .contact-container {
    flex-direction: column;
  }
  .contact-container {
  height: 100vh;
  gap: 20px;
  margin-bottom: 5%;
  margin-top: 5%;
}

  .contact-left {
    width: 100%;
  }
  .contact-right{
  height: 50vh;
}
}

/* For large screens: desktops and ultrawide displays */
@media (min-width: 1440px) {
  html {
    font-size: clamp(16px, 1vw, 22px);
  }
  .aboutus-container .aboutus {
  height: 45vh;
  padding-bottom: 2%;
}
.leader{
  height: 60vh;
}
  .aboutus {
  display: flex;
  flex-direction: row;
  width: 97%;
    font-size: 0.9rem;
    margin-top: 2%;


}
  .home .content h1 {
    font-size: 2.5vw;
  }
      .contact-container {
  height: 65vh;
  gap: 20px;
  margin-bottom: 5%;
  margin-top: 5%;
}


  .home {
    height: 105vh;

  margin-top: -8%;
}
  .card {
  width: 15vw;
  }

  .hover-overlay .title h1 {
    font-size: 2vw;
  }

  .certifications .ggg img {
    width: 5vw;
    height: 5vw;
  }

  .contact-left h1 {
    font-size: 2.5vw;
  }
}