li {
  list-style-type: none;
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--darkColor);
  background-color: #f5f5f5;
  padding: 0.72rem 1.09rem;
}
.footer a {
  text-decoration: none;
  color: var(--darkColor);
}
.footer-title {
  font-size: 1.09rem;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0.59rem;
}

.footer__getintouch-btn {
  width: 7.86rem;
  height: 2.36rem;
  border: solid 1px var(--darkColor);
  border-radius: 2.18rem;

  font-size: 0.72rem;
  font-weight: 500;

  margin-bottom: 1.09rem;
}

.footer__get-in-touch-container {
}
.footer__callbtn {
  font-size: 0.81rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.63rem;
}
.footer__callbtn > img {
  width: 1.09rem;
  height: 1.009rem;
  margin-right: 0.06rem;
}

.footer__ourservuces-title {
  font-size: 0.72rem;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 0.27rem;
}
.footer__ourservices-ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 0.54rem 0;
  margin-bottom: 1.45rem;
}
.footer__ourservices-ul > li > a {
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 140%;
}

.footer__quick-links {
  margin-bottom: 1.63rem;
}

.footer__termsandconditiaons-container {
  width: 100%;
  border-top: solid 0.011rem var(--darkColor);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.36rem 1.54rem;
}
.footer__policies-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.36rem 1.54rem;
}
.footer__copy-right {
  padding: 0.36rem 0;
  font-size: 0.63rem;
  font-weight: 300;
}
.footer__policies-container > a {
  font-size: 0.63rem;
  font-weight: 300;
  /* margin-bottom: 1.45rem; */
}
.footer__end-container {
  background-color: #f5f5f5;
}
.footer__end {
  font-weight: bold;
  background: linear-gradient(90deg, #d280a0 36.5%, #802a8f 100%);
  /* Use same image or gradient */
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  height: 8rem;
}

.footer__title {
  font-size: 7.27rem;
  font-weight: 500;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  height: 100%;
}

.footer__title > span,
.footer__follow-us {
  display: none;
}

.footer__ourservices-ul > li > a:hover {
  color: var(--brandColor);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer__sub-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }
  .footer-title {
    width: 13.09rem;
    font-size: 0.9rem;
    line-height: 130%;
    margin-bottom: 0.45rem;
  }
  .footer__getintouch-btn {
    width: 3.5rem;
    height: 0.98rem;
    font-size: 0.33rem;
    border-radius: 0.90rem;
    margin-bottom: 3.47rem;
  }
  .footer__get-in-touch-container {
    margin-right: 6.81rem;
  }
  .footer__callbtn {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .footer__callbtn > img {
    width: 0.67rem;
    height: 0.67rem;
    margin-right: 0.33rem;
  }
  .footer__ourservuces-title {
    font-size: 0.33rem;
    margin-bottom: 0.45rem;
  }

  .footer__ourservices-ul {
    line-height: 0rem;
  }
  .footer__ourservices-ul > li > a {
    gap: 0.11rem;
  }
  .footer__ourservices-ul > li > a {
    font-size: 0.33rem;
  }
  .footer__ourservices {
    margin-bottom: 0;
    margin-right: 1.58rem;
    margin-top: 2rem;
  }
  .footer__quick-links {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .footer__end {
    height: 3.2rem;
  }
  .footer__title {
    font-size: 3.54rem;
    font-weight: 500;
    line-height: 130%;
    overflow: hidden;
    height: 100%;
  }
  .footer__title > span {
    display: inline;
  }
  .footer__copy-right {
    font-size: 0.33rem;
  }
  .footer__policies-container > a {
    font-size: 0.33rem;
  }
  .footer__follow-us {
    display: flex;
    align-items: center;
  }

  .footer__follow-us > p {
    font-size: 0.33rem;
    font-weight: 300;
    margin-right: 0.13rem;
  }

  .footer__follow-us > a > img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.07rem;
  }
}
