/* footer styling  */
html {
  scroll-behavior: smooth;
}
.trusted {
  width: 100%;
  height: 80px;
  background-color: #442cd6;
  color: white;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.brands {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: gold;
}

.brands::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -1px; /* Adjust this value to position the line lower or higher */
  left: 0;
  background-color: gold; /* Change the color as needed */
  border-radius: 50% 50% 0 0; /* This creates the curve */
  transform: rotate(-2deg); /* Adjust the angle as needed */
}

/* footer-logo */
.slider-container {
  padding-left: 90px;
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* height: 100%; */
  /* background-color: #442cd6; */
}

.slide {
  min-width: 300px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  /* background-color: #442cd6; */
}

.logo {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 10px;
  background-color: #442cd6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 15px rgb(240, 240, 240);
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
}

.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff9f9;
  border-right: 3px solid #ffebeb;
  position: relative;
  transition: all 0.3s ease;
}

.arrow.left {
  margin-left: 28px;
  left: 10px;
}

.arrow.left::before {
  transform: rotate(-135deg);
}

.arrow.right {
  right: 10px;
}

.arrow.right::before {
  transform: rotate(45deg);
}

.dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #333;
}

.b {
  margin-top: 10px;
}
.a {
  margin-top: 20px;
  height: 60px;
  width: 220px;
}
/* footer styling */
.footer-container {
  /* background-color: #442cd6; */
  height: auto;
  width: 100%;
  /* position: relative; */
}
.footer-container1 {
  /* background-color: #442cd6; */
  height: auto;
  width: 100%;
  /* position: relative; */
}

.f-text {
  height: auto;
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  /* padding-top: 20px; */
  padding-right: 20px;
  padding-left: 20px;
  /* display: flex; */
}

.footer-img {
  height: auto;
  width: 100%;
}
.f-logo {
  height: 30px;
}
.logo-contain {
  margin-top: 20px;
  text-align: center;
  height: 40px;
  /* width: 1265px; */
  /* background-color: #333; */
}
.logo-text {
  margin-bottom: 40px;
  margin-top: 45px;
  text-align: center;
  color: white;
}
.flex-footer {
  /* margin-left: 80px; */
  gap: 100px;
  color: white;
  flex-direction: row;
  display: flex;
  height: 197px;
  /* width: 1265px; */
  /* background-color: #333; */
  justify-content: space-evenly;
  align-items: center;
}
.location {
  flex-direction: row;
  display: flex;
  gap: 10px;
}
.loc {
  height: 25px;
}
.loc-img {
  padding-top: 10px;
}
ul {
  list-style: none;
}
.h3 {
  padding-left: 32px;
}
.f-servives {
  line-height: 40px;
}
.flex-footer h3 {
  font-size: 1.4rem;
}
.about-us {
  line-height: 40px;
}
.info {
  margin-bottom: 15px;
}
.social-icons {
  display: flex;
  gap: 15px;
}

.about-mouse:hover {
  color: gold;
  cursor: pointer;
}

.social-mouse:hover {
  background-color: gold;
  box-shadow: rgb(84, 166, 207) 0 0 10px;
}
.no-decore {
  text-decoration: none;
  color: white;
}

/*  responsiveness  */

@media (max-width: 1200px) {
  .flex-footer {
    width: 100%;
    margin-left: 0;
  }
  .logo-contain {
    width: 100%;
  }
  .footer-img {
    height: auto;
  }
}

@media (max-width: 992px) {
  .about-us {
    line-height: 30px;
  }

  .f-servives {
    line-height: 30px;
  }

  .flex-footer {
    gap: 10px;
    height: auto;
  }
  .footer-img {
    height: auto;
  }

  .f-servives,
  .about-us,
  .contact {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    height: auto;
  }
  .f-text {
    height: auto;
  }
  .footer-img {
    height: auto;
  }
  .logo-text {
    margin-top: 20px;
  }
  .location {
    flex-direction: row;
  }

  .loc-img {
    padding-top: 0;
  }
}

@media (max-width: 576px) {
  .footer-img {
    height: 900px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }

  .flex-footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .logo-contain {
    margin-top: 10px;
  }
  .logo-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .flex-footer h3 {
    font-size: 1.2rem;
  }
  .social-icons {
    flex-direction: row;
  }

  .footer-container {
    height: auto;
  }

  .f-servives h3 {
    font-size: 1.75rem;
  }
  .about-us h3 {
    font-size: 1.75rem;
  }
  .contact h3 {
    font-size: 1.75rem;
  }
  .info {
    text-align: center;
  }
  .follow {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }

  .social-mouse:hover {
    background-color: gold;
    box-shadow: rgb(94, 166, 247) 0 0 10px;
  }

  .social-icons img {
    width: 30px;
    height: 30px;
  }
  .location {
    flex-direction: column;
    align-items: center;
  }
  .loc {
    height: auto;
  }
  .loc-adress {
    margin-left: 10px;
  }
}
p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
h3 {
  color: #fff;
}
.h3 {
  padding-left: 2px;
}
.social-icons {
  margin-top: 10px;
}
