/* FOOTER SEC */

/************ COMMON CONTAINER PROPERTY CSS *************/

.wide-container {
  max-width: calc(1720px + 24px);
  margin: 0 auto;
  padding: 0 12px;
}

/************ COMMON PADDING PROPERTY CSS *************/
.padding-60,
.padding-t-60 {
  padding-top: 60px;
}

.padding-60,
.padding-b-60 {
  padding-bottom: 60px;
}

.footer-sec {
  padding-bottom: 32px;
}

.footer-title {
  color: var(--main-blue);
  font-size: 30px;
  line-height: normal;
}

.footer-padding {
  padding-top: 40px;
}

.footer-about-wrapper .footer-logo {
  max-width: 235px;
}

.location-wrapper {
  display: flex;
  gap: 30px;
}

.location-wrapper .location-card {
  width: calc((100% / 6) - 15px);
  border: 1px solid #565656;
  background-color: #1d1d1d;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.location-wrapper .location-card .location-img {
  max-height: 157px;
  min-height: 157px;
  object-fit: cover;
}

.location-card .social-wrapper {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.social-wrapper .social-icon {
  width: 24px;
  height: 24px;
  background-color: #2f2f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 100%;
}

.lc-gap12 {
  gap: 12px;
}

.location-content .location-text {
  font-size: 20px;
  line-height: 20px;
}

.location-content .location-text-14 {
  font-size: 14px;
  line-height: 22px;
}

/* FOOTER OFFERING SEC  */

.offeringlist-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.offering-divider {
  display: block;
  border-bottom: 1px solid var(--main-text-shade8);
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}

.footer-navlist-row .footer-navlist-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-navlist-row .footer-navlist-ul li {
  width: calc((100% - 32px) / 3);
}

.footer-navlist-row .footer-navlist-ul li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 3px;
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  line-height: 24px;
}

.footer-navlist-row .footer-navlist-ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  border-bottom: 1px solid var(--main-yellow);
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.footer-navlist-row .footer-navlist-ul li:hover a {
  color: var(--main-yellow);
}

.footer-navlist-row .footer-navlist-ul li:hover a:before {
  left: 0;
}

.recognization-main {
  height: 100%;
}

.recognization-wrapper {
  gap: 30px;
}

.recognization-card .recognization-text {
  font-size: 18px;
  line-height: 24px;
}

.recognization-card .recognization-img {
  background-image: url("/wp-content/themes/wedowebapps/assets/images/new-homepage/review-img.webp");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 65px;
}

.recognization-card .recognization-img.clutch {
  background-position: 0%;
}

.recognization-card .recognization-img.google {
  background-position: 33.45%;
}

.recognization-card .recognization-img.upwork {
  background-position: 66%;
}

.recognization-card .recognization-img.tnc {
  background-position: 100%;
}

.copyright-text {
  font-size: 16px;
  line-height: 24px;
}

.footer-bottom-link a {
  border-right: 1px solid var(--main-text-shade4);
  padding-right: 15px;
  margin-right: 15px;
}

.footer-bottom-link a:nth-last-child(1) {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.social-icons-wrapper .social-icon-link {
  width: 50px;
  height: 50px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}

.social-icons-wrapper .social-icon-link.facebook:hover {
  background-color: #1877f2;
}

.social-icons-wrapper .social-icon-link.twitter:hover {
  background-color: #fff;
}

.social-icons-wrapper .twitter:hover img {
  filter: brightness(0);
}

.social-icons-wrapper .social-icon-link.instagram:hover {
  background: linear-gradient(to top right, #ffdd55, #ff543e, #c837ab, #6600ff);
}

.social-icons-wrapper .social-icon-link.linkedin:hover {
  background-color: #0a66c2;
}

.social-icons-wrapper .social-icon-link.pinterest:hover {
  background-color: #cb1f27;
}

/* CONATCT & COAST CALCULATOR CSS  */

.contact-cost-wrapper {
  position: fixed;
  z-index: 9;
  right: 10px;
  bottom: 80px;
  gap: 12px;
}

.contact-cost-wrapper .contact-cost-button {
  width: 70px;
  height: 70px;
  background: linear-gradient(142.94deg, #9c1eff 1.4%, #5e1299 83.6%);
  border: 1px solid var(--main-text-shade7);
  box-shadow: 2px 6px 8.7px -2px #702ca6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 100%;
}

.contact-cost-wrapper .contact-cost-button .button-icon {
  max-width: 42px;
  max-height: 42px;
}

.contact-info-wrapper .contact-links-wrapper {
  justify-content: center;
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 9;
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
}

.contact-info-wrapper .contact-links-wrapper.show {
  opacity: 1;
  visibility: visible;
}

.contact-info-wrapper .contact-info-links {
  background-color: #fff;
  border-radius: 100%;
  padding: 16px;
  justify-content: center;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border: none;
  outline: none;
}

@media (max-width: 1799.98px) {
  /************ COMMON CONTAINER PROPERTY CSS *************/

  .wide-container {
    max-width: calc(1620px + 24px);
  }
}

@media (max-width: 1699.98px) {
  /************ COMMON CONTAINER PROPERTY CSS *************/

  .wide-container {
    max-width: calc(1520px + 24px);
  }

  .footer-title {
    font-size: 28px;
  }

  .footer-about-wrapper .footer-logo {
    max-width: 200px;
  }

  .location-wrapper {
    gap: 24px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 6) - 12px);
    padding: 10px;
  }

  .location-wrapper .location-card .location-img {
    max-height: 140px;
    min-height: 140px;
  }

  /* FOOTER OFFERING SEC  */

  .footer-navlist-row .footer-navlist-ul {
    gap: 12px 16px;
  }

  .recognization-wrapper {
    gap: 24px;
  }

  .recognization-card .recognization-img {
    width: 108px;
    height: 58px;
  }

  .recognization-main .recognization-vector {
    max-width: 95px;
  }

  /* CONATCT & COAST CALCULATOR CSS  */
  .contact-cost-wrapper .contact-cost-button {
    width: 65px;
    height: 65px;
  }

  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 42px;
    max-height: 42px;
  }

  .contact-info-wrapper .contact-info-links {
    width: 55px;
    height: 55px;
    padding: 14px;
  }
}

@media (max-width: 1599.98px) {
  /************ COMMON CONTAINER PROPERTY CSS *************/

  .wide-container {
    max-width: calc(1360px + 24px);
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-about-wrapper .footer-logo {
    max-width: 180px;
  }

  .location-wrapper {
    gap: 16px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 6) - 8px);
    padding: 8px;
  }

  .location-wrapper .location-card .location-img {
    max-height: 125px;
    min-height: 125px;
  }

  .social-wrapper .social-icon {
    width: 22px;
    height: 22px;
  }

  .social-wrapper .social-icon img {
    max-width: 14px;
  }

  .lc-gap12 {
    gap: 10px;
  }

  .location-content .location-text {
    font-size: 17px;
    line-height: 17px;
  }

  .location-content .location-text-14 {
    font-size: 13px;
    line-height: 20px;
  }

  /* FOOTER OFFERING SEC  */
  .offeringlist-row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
  }

  .offering-divider {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }

  .footer-navlist-row .footer-navlist-ul {
    gap: 10px 14px;
  }

  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 28px) / 3);
  }

  .footer-navlist-row .footer-navlist-ul li a {
    font-size: 15px;
    line-height: 21px;
  }

  .recognization-main .recognization-vector {
    max-width: 85px;
  }
  .recognization-wrapper {
    gap: 18px;
  }
  .recognization-card .recognization-img {
    width: 99px;
    height: 54px;
  }

  .social-icons-wrapper .social-icon-link {
    width: 42px;
    height: 42px;
  }

  /* CONATCT & COAST CALCULATOR CSS  */
  .contact-cost-wrapper {
    bottom: 50px;
  }

  .contact-info-wrapper .contact-links-wrapper {
    bottom: 68px;
  }
}

@media (max-width: 1399.98px) {
  /************ COMMON CONTAINER PROPERTY CSS *************/

  .wide-container {
    max-width: calc(1140px + 24px);
  }

  /************ COMMON PADDING PROPERTY CSS *************/

  .padding-60,
  .padding-t-60 {
    padding-top: 50px;
  }

  .padding-60,
  .padding-b-60 {
    padding-bottom: 50px;
  }

  .footer-padding {
    padding-top: 35px;
  }

  .location-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 3) - 14px);
    padding: 8px;
  }

  /* FOOTER OFFERING SEC  */
  .offeringlist-row {
    --bs-gutter-x: 22px;
    --bs-gutter-y: 22px;
  }

  .offering-divider {
    margin-left: 11px;
    margin-right: 11px;
    width: calc(100% - 22px);
  }

  .footer-navlist-row .footer-navlist-ul {
    gap: 8px 6px;
  }

  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 12px) / 3);
  }

  .footer-navlist-row .footer-navlist-ul li a {
    font-size: 13px;
    line-height: 18px;
  }

  .recognization-main .recognization-vector {
    max-width: 69px;
  }

  .recognization-wrapper {
    gap: 14px;
  }

  .recognization-card .recognization-img {
    width: 87px;
    height: 48px;
  }

  .recognization-card .recognization-text {
    font-size: 16px;
    line-height: 20px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }

  .social-icons-wrapper .social-icon-link {
    width: 38px;
    height: 38px;
  }

  .social-icons-wrapper .social-icon-link img {
    max-width: 17px;
  }

  /* CONATCT & COAST CALCULATOR CSS  */
  .contact-cost-wrapper .contact-cost-button {
    width: 60px;
    height: 60px;
  }

  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 38px;
    max-height: 38px;
  }

  .contact-info-wrapper .contact-info-links {
    width: 52px;
    height: 52px;
    padding: 13px;
  }
}

@media (max-width: 1199.98px) {
  /************ COMMON CONTAINER PROPERTY CSS *************/

  .wide-container {
    max-width: calc(950px + 24px);
  }

  .footer-title {
    font-size: 24px;
  }

  .location-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 3) - 11px);
    padding: 8px;
  }

  /* FOOTER OFFERING SEC  */
  .footer-navlist-row .footer-navlist-ul {
    gap: 6px 6px;
  }
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 6px) / 2);
  }

  .recognization-main {
    height: auto;
  }

  .recognization-wrapper {
    gap: 8px;
  }

  .recognization-card .recognization-img {
    width: 72px;
    height: 39px;
  }

  .recognization-card .recognization-text {
    font-size: 13px;
    line-height: 16px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }

  .social-icons-wrapper .social-icon-link {
    width: 34px;
    height: 34px;
  }

  .social-icons-wrapper .social-icon-link img {
    max-width: 16px;
  }

  .footer-bottom-link a {
    padding-right: 10px;
    margin-right: 10px;
  }

  /* CONATCT & COAST CALCULATOR CSS  */
  .contact-cost-wrapper {
    bottom: 24px;
  }

  .contact-info-wrapper .contact-links-wrapper {
    gap: 8px;
  }

  .contact-info-wrapper .contact-info-links {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
}

@media (max-width: 991.98px) {
  /************ COMMON CONTAINER PROPERTY CSS *************/

  .wide-container {
    max-width: 100%;
  }

  /************ COMMON PADDING PROPERTY CSS *************/

  .padding-60,
  .padding-t-60 {
    padding-top: 50px;
  }

  .padding-60,
  .padding-b-60 {
    padding-bottom: 50px;
  }

  .footer-padding {
    padding-top: 28px;
  }

  .footer-title {
    font-size: 22px;
  }

  .footer-about-wrapper .footer-logo {
    max-width: 150px;
  }

  .location-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 3) - 11px);
    padding: 8px;
  }

  /* FOOTER OFFERING SEC  */

  .footer-navlist-row .footer-navlist-ul li a {
    font-size: 12px;
    line-height: 16px;
  }

  .recognization-main .recognization-vector {
    max-width: 49px;
  }

  .recognization-wrapper {
    gap: 8px;
  }

  .recognization-card .recognization-img {
    width: 55px;
    height: 29px;
  }

  .recognization-card .recognization-text {
    font-size: 11px;
    line-height: 12px;
  }

  .copyright-text {
    font-size: 13px;
    line-height: 20px;
  }

  .social-icons-wrapper .social-icon-link {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .social-icons-wrapper .social-icon-link img {
    max-width: 15px;
  }

  .footer-bottom-link a {
    padding-right: 7px;
    margin-right: 7px;
  }

  /* CONATCT & COAST CALCULATOR CSS  */
  .contact-cost-wrapper {
    gap: 8px;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 52px;
    height: 52px;
    padding: 10px;
  }

  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 36px;
    max-height: 36px;
  }

  .contact-info-wrapper .contact-links-wrapper {
    gap: 8px;
    bottom: 58px;
  }

  .contact-info-wrapper .contact-info-links {
    width: 42px;
    height: 42px;
    padding: 11px;
  }
}

@media (max-width: 767px) {
  .footer-padding {
    padding-top: 24px;
  }

  .footer-title {
    font-size: 20px;
  }

  .footer-about-wrapper .footer-logo {
    max-width: 150px;
  }

  .location-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 2) - 11px);
  }

  /* FOOTER OFFERING SEC  */
  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 12px) / 3);
  }

  /* CONATCT & COAST CALCULATOR CSS  */

  .contact-cost-wrapper {
    top: 0;
    bottom: 0;
    justify-content: center;
  }
  .contact-cost-wrapper .contact-cost-button {
    width: 54px;
    height: 54px;
    padding: 8px;
  }

  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 32px;
    max-height: 32px;
  }
}

@media (max-width: 575px) {
  /************ COMMON PADDING PROPERTY CSS *************/

  .padding-60,
  .padding-t-60 {
    padding-top: 40px;
  }

  .padding-60,
  .padding-b-60 {
    padding-bottom: 40px;
  }

  .lc-gap12 {
    gap: 8px;
  }

  .location-wrapper {
    gap: 8px;
  }

  .location-wrapper .location-card {
    width: calc((100% / 2) - 4px);
    padding: 5px;
  }

  .location-wrapper .location-card .location-img {
    max-height: 115px;
    min-height: 115px;
  }

  .location-content .location-text {
    font-size: 15px;
    line-height: 15px;
  }

  .location-content .location-text-14 {
    font-size: 12px;
    line-height: 16px;
  }

  /* FOOTER OFFERING SEC  */

  .offeringlist-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
  }

  .offering-divider {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }

  .footer-navlist-row .footer-navlist-ul li {
    width: calc((100% - 6px) / 2);
  }

  .recognization-card .recognization-text {
    font-size: 10px;
    line-height: 12px;
  }

  /* CONATCT & COAST CALCULATOR CSS  */

  .contact-cost-wrapper .contact-cost-button {
    width: 48px;
    height: 48px;
    padding: 5px;
  }

  .contact-cost-wrapper .contact-cost-button .button-icon {
    max-width: 28px;
    max-height: 28px;
  }

  .contact-info-wrapper .contact-links-wrapper {
    gap: 5px;
    bottom: 52px;
  }

  .contact-info-wrapper .contact-info-links {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

@media (max-width: 400px) {
  .location-wrapper .location-card {
    width: 100%;
  }

  .location-wrapper .location-card .location-img {
    max-height: 157px;
    min-height: 157px;
  }
}
