.section-nine,
.footer,
.copyright {
  overflow-x: hidden !important;
}

.our-clients {
  padding: 15px 0px 15px 0px !important;
}

/* section nine */

.section-nine {
  background: #111011;
}

.footer {
  margin-top: 60px;
  padding: 50px 0px 0px 50px;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
span {
  font-family: "Poppins", regular;
  font-style: normal;
}

.footer h4 {
  color: #fcdf04;
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-weight: 700;
}

.footer ul li {
  color: white;
  font-size: 12px;
  list-style: none;
}

.footer ul {
  padding-left: 0px !important;
}

.footer ul li {
  margin-bottom: 11px;
  /* font-weight: 700; */
  width: 100%;
  font-size: 11px;
}

.footer .footer-logo img {
  width: 60%;
  /* float: right; */
  margin-bottom: 30px;
}

.get-in-touch span {
  display: flex;
}

.get-in-touch img {
  width: 6%;
  height: 13px;
  object-fit: contain;
  margin-right: 8px;
}

.section-nine {
  /* margin-top: 20px; */
}

.copyright {
  background-color: black;
  color: white;
  padding: 10px;
}

.c-name {
  padding-left: 30px;
}

.c-icons {
  text-align-last: right;
  padding-right: 80px;
}

.c-icons img {
  width: 30px;
  height: 21px;
  object-fit: contain;
}

/* navbar */

.navbar .container {
  flex-wrap: initial !important;
  max-width: 100% !important;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar {
  height: 60px;
  background-color: #111011;
  position: relative;
  border-bottom: 1px solid #353535;
  z-index: 1030;
}

.nav-right {
  align-content: center;
  height: 60px;
  background-color: #fcdf04;
  border: 1px solid #ecd208;
}

.logo img {
  width: 150px;
  height: 45px;
  object-fit: contain;
}

.menu-icon {
  display: none;
  color: white !important;
}

.nav-elements {
  margin-left: 135px;
}

.nav-elements ul {
  display: flex;
  justify-content: left !important;
  list-style-type: none;
  margin-top: 22px;
}

.nav-elements ul li:not(:last-child) {
  margin-right: 80px;
}

.nav-elements ul li {
  font-size: 15px;
  font-weight: 800;
  color: white;
  position: relative;
}

.nav-elements ul a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.nav-elements ul a.active {
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.nav-elements ul a.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #574c4c;
}

/* === Dropdown Styles === */
.nav-elements ul li.dropdown {
  position: relative;
}

.nav-elements ul li .dropdown-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #111011;
  padding: 10px 0;
  min-width: 150px;
  border: 1px solid #353535;
  z-index: 1050;
  flex-direction: column;
}

.nav-elements ul li .dropdown-menu li {
  margin: 0;
}

.nav-elements ul li .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

.nav-elements ul li .dropdown-menu a:hover {
  background-color: #2a2a2a;
}

/* Show dropdown on hover */
.nav-elements ul li.dropdown:hover .dropdown-menu {
  display: block;
}

.section-six img {
  height: 120px;
  object-fit: contain;
  width: 130px;
}

/* section six */
.section-six {
  background: #ffffff;
  padding-bottom: 0px;
  margin-top: 50px;
}

.our-clients .heading {
  text-align: -webkit-center;
  margin: 20px 0px;
}

.our-clients h3 {
  font-size: 45px;
  font-weight: 700;
}

.our-clients span {
  font-size: 20px;
  font-weight: 500;
}

.clients-carousel {
  overflow: hidden;
}

.clients-carousel img {
  width: 90%;
}

.clients-carousel .client {
  margin: 0px 10px;
}

/* .owl-carousel .owl-item img{
    height: 170px !important;
  } */

/* section eight */

.contact-us .heading {
  /*  padding: 0px 100px; */
  margin: 50px 0px 50px 0px;
}

.contact-us h1 {
  margin-bottom: 25px;
  font-weight: 900;

}

.contact-us p {
  font-size: 17px;
  /* font-weight: 900; */
}

.contact-us .details {
  /*  padding: 0px 100px; */
}

.contact-us .details p,
.contact-us .details span {
  /* font-weight: 600; */

}

.contact-us .details {
  margin-bottom: 20px;
  display: flex;
}

.contact-us .details p {
  font-size: 14px;
  /* font-weight: 700; */
}

.contact-us .details img {
  object-fit: contain;
  width: 15%;
  height: 37px;
  place-self: end;
  margin: 0px 10px 4px 0px;
}

.contat-form {
  height: 100%;
  align-content: center;
  padding: 0px 30px;
}

.contact-us .details p,
.contact-us .details span {
  margin: 0px;
}

.contact-us .details p {
  color: #fcdf04;
}

.contact-form {
  background-color: #ffffff;
  padding: 20px;
  /* border-radius: 8px; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
  max-width: 500px;
  margin: auto;
  height: 100%;
  align-content: center;
  margin-top: 30px;
}

/* Input Group */
.inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Input Field with Icon */
.name,
.number,
.mail,
.needs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.name img,
.number img,
.mail img,
.needs img {
  background-color: #000;

  border-radius: 5px;
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 12px;
}

.contact-us-image img {
  width: 100%;
  margin-top: 40px;
}

/* Input and Textarea Styling */
input,
textarea {
  flex: 1;
  padding: 10px;
  /* border: 1px solid #ddd; */
  border: none;
  border-radius: 5px;
  font-size: 12px;
  background-color: #f8f8f8;
  margin: 10px 0px;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

/* Two-column Layout for Number and Email */
.second {
  display: flex;
  gap: 10px;
}

.number,
.mail {
  flex: 1;
}

/* Textarea */
textarea {
  resize: none;
  height: 100px;
}

/* Submit Button */
.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  width: 50%;
  place-self: center;

}

.submit-btn img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

/* section nine */

/* section eight */

.contact-us .heading {
  /*  padding: 0px 100px; */
  margin: 50px 0px 50px 0px;
}

.contact-us h1 {
  margin-bottom: 25px;
  font-weight: 900;

}

.contact-us p {
  font-size: 17px;
  /* font-weight: 900; */
}

.contact-us .details {
  /*  padding: 0px 100px; */
}

.contact-us .details p,
.contact-us .details span {
  /* font-weight: 600; */

}

.contact-us .details {
  margin-bottom: 20px;
  display: flex;
}

.whats-app {
  position: fixed;
  right: 60px;
  bottom: 60px;
  background: green;
  padding: 6px 12px;
  border-radius: 50%;
  z-index: 99999999999 !important;
}
.whats-app a{
  color: white !important;
  font-size: 20px;
}

.contact-us .details p {
  font-size: 14px;
  /* font-weight: 700; */
}

.contact-us .details img {
  object-fit: contain;
  width: 15%;
  height: 37px;
  place-self: end;
  margin: 0px 10px 4px 0px;
}

.contat-form {
  height: 100%;
  align-content: center;
  padding: 0px 30px;
}

.contact-us .details p,
.contact-us .details span {
  margin: 0px;
}

.contact-us .details p {
  color: #fcdf04;
}

.contact-form {
  background-color: #ffffff;
  padding: 20px 0px;
  /* border-radius: 8px; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
  max-width: 500px;
  margin: auto;
  height: 100%;
  align-content: center;
  margin-top: 30px;
}

/* Input Group */
.inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Input Field with Icon */
.name,
.number,
.mail,
.needs {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .name img,
    .number img,
    .mail img,
    .needs img {
      background-color: #000;
    
      border-radius: 5px;
      width: 40px;
      height: 40px;
      object-fit: cover;
      padding: 12px;
    } */
.contact-us-image img {
  width: 100%;
  margin-top: 40px;
}

/* Input and Textarea Styling */
input,
textarea {
  flex: 1;
  padding: 10px;
  /* border: 1px solid #ddd; */
  border: none;
  border-radius: 5px;
  font-size: 12px;
  background-color: #f8f8f8;
  margin: 10px 0px;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

/* Two-column Layout for Number and Email */
.second {
  display: flex;
  gap: 10px;
}

.number,
.mail {
  flex: 1;
}

/* Textarea */
textarea {
  resize: none;
  height: 100px;
}

/* Submit Button */
.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  width: 50%;
  place-self: center;

}

.submit-btn img {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}

.get-in-touch i {
  color: white !important;
  margin-right: 10px;
}

/* media Query */

@media(max-width:991px) {
  .nav-elements ul li:not(:last-child) {
    margin-right: 45px;
  }

  .c-icons {
    text-align-last: center !important;
    margin: 10px 0px !important;
    padding-right: 0px !important;
  }

  .graphic-button a {
    padding: 3px 26px;
  }

  .graphic-page .graphic-button {

    margin-right: 0px;
  }

}

@media(max-width:768px) {
  .footer-logo img {
    width: 20% !important;

  }

  .footer-logo {
    text-align: -webkit-center !important;
  }
}


@media (max-width: 768px) {

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    justify-content: space-between !important;
  }

  .legal-hide {
    display: none;
  }

  .navb-logo img {
    width: 50% !important;
  }

  .nav-elements {
    /* padding: 0px 15px; */
  }


  .menu-icon {
    display: block;
    cursor: pointer;
    color: white !important;
  }

  .nav-elements {
    position: absolute;
    right: 0px;
    top: 60px;
    background-color: #111011;
    width: 0px;
    height: calc(100vh - 60px);
    transition: all 0.3s ease-in;
    overflow: hidden;
  }

  .nav-elements.active {
    width: 270px;
    background: #fcdf04;
    /* height: 100vh; */
    z-index: 999;


  }

  .nav-elements ul {
    display: flex;
    flex-direction: column;

  }

  .nav-elements ul li {
    margin-right: unset;
    margin-top: 22px;
  }
}

@media(max-width:567px) {
  .contact-form {
    padding: 20px 10px;
  }
  .whats-app {

    right: 34px;
    bottom: 45px;

    padding: 3px 8px;

}
  .whats-app a{
    font-size: 16px !important;
  }
}