.footer_container_wrapper {
  padding: 0px !important;
}

.footer_section_wrapper {
  margin-bottom: 0px;
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.contact-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.contact-email .email-icon,
.contact-phone .phone-icon {
  flex-shrink: 0;
  fill: #6c757d;
  transition: fill 0.3s ease;
  width: 18px;
  height: 18px;
}

.contact-email a,
.contact-phone a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  position: relative;
  z-index: 50;
  pointer-events: auto;
  cursor: pointer;
}

.contact-email a:hover,
.contact-phone a:hover {
  color: #007bff;
  text-decoration: none;
}

.contact-email:hover .email-icon,
.contact-phone:hover .phone-icon {
  fill: #007bff;
}

.testimonial-wrapper.style1 {
  border-radius: 0px;
  padding: 30px 0 20px 0;
  position: relative;
}

.testimonial-wrapper .shape1,
.testimonial-wrapper .shape2 {
  pointer-events: none;
  z-index: 1;
}

.footer_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  background: transparent;
  position: relative;
  z-index: 20;
}

.app-buttons {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 50;
}

.app-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 100;
  pointer-events: auto;
  border: none;
  outline: none;
}

.app-btn svg {
  width: 20px;
  height: 16px;
}

.footer_right_side h3 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer_right_side {
  background: transparent;
  padding: 15px 40px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  min-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.contact-section {
  margin-bottom: 10px;
}

.contact-label {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-info {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.contact-info a {
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.contact-info a:hover {
  text-decoration: underline;
}

.copyright-text {
  text-align: center;
  color: #585df9;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.footer_left_side {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_left_side img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
  user-select: none !important;
  cursor: default !important;
}

.footer_left_side p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  user-select: text;
}

@media only screen and (max-width: 1023px) {
  .footer_container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    align-items: center;
    padding: 20px;
  }

  .footer_left_side {
    max-width: 100%;
  }

  .footer_right_side {
    min-width: auto;
    width: 100%;
    max-width: 500px;
    padding: 10px 30px;
  }

  .app-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }

  .testimonial-wrapper.style1 {
    padding: 20px 0 15px 0;
  }

  .copyright-text {
    margin-top: 20px;
    font-size: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer_container {
    gap: 40px;
    padding: 25px 30px;
  }

  .footer_right_side {
    max-width: 400px;
    padding: 10px 35px;
  }

  .app-buttons {
    gap: 20px;
  }
}

@media (min-width: 980px) and (max-width: 1023px) {
  .footer_container {
    flex-direction: row;
    gap: 60px;
    text-align: left;
  }

  .footer_left_side {
    max-width: 350px;
  }

  .footer_right_side {
    max-width: 400px;
    text-align: left;
  }

  .app-buttons {
    justify-content: flex-start;
  }
}
