/* download app section - start */
.download-app-wrapper {
  background: linear-gradient(-0deg, #fff3e9, #ffffff);
  padding-top: 70px;
}
.download-app-section-container h2 {
  font-size: 3.125rem; /* 50px */
  font-weight: 500;
  color: #000000;
  margin-bottom: 3.125rem; /* 50px */
}
.download-app-section-container h3 {
  font-size: 1.75rem; /* 20px */
  font-weight: 500;
  color: #2d2d2d;
  margin-top: 3.125rem; /* 50px */
}

/* ensure download app container allows visible overflow for positioned elements */
.container.download-app-section-container {
  overflow: visible;
}
.download-app-section-container .left {
  padding-bottom: 60px;
  flex: 1;
  max-width: 60%;
}
.download-app-section-container .right {
  flex: 1;
  max-width: 40%;
}
.download-app-section-container .right img {
  width: 100%;
}
.download-app-buttons a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.download-app-buttons a:hover {
  box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.download-app-buttons a:active {
  box-shadow: 2px 8px 8px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1);
}
.verified-lawyer-slider {
  position: relative;
}
.verified-lawyer-slider .swiper {
  width: 100% !important;
  padding-bottom: 20px;
}
.lawyerSwiper {
  width: 100%;
}
/* .lawyerSwiper .swiper-slide {
  width: 280px !important;
} */

.lawyer-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 6px;
}
.lawyer-card-content p,
.lawyer-card-content span {
  color: #6c6c6c;
}
.lawyer-card-content .rating {
  font-size: 12px;
}

.lawyer-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top center;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

.lawyer-swiper-navigation .custom-prev,
.lawyer-swiper-navigation .custom-next {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.lawyer-swiper-navigation .custom-prev::after,
.lawyer-swiper-navigation .custom-next::after {
  display: none;
}
.lawyer-swiper-navigation .custom-prev {
  left: -25px;
}
.lawyer-swiper-navigation .custom-next {
  right: -25px;
}

.lawyer-swiper-navigation .custom-prev:hover svg path {
  fill: #138483;
}

.lawyer-swiper-navigation .custom-next:hover svg path {
  fill: #138483;
}

/* download app section - end */

/* responsive */
@media screen and (max-width: 992px) {
  .download-app-section-container .left {
    padding-bottom: 60px;
    max-width: 100%;
  }
  .download-app-section-container .right {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .download-app-section-container h2 {
    font-size: 2rem; /* 32px */
    margin-bottom: 30px;
    text-align: center;
  }
  .download-app-section-container h3 {
    margin-top: 30px;
    text-align: center;
  }
  .download-app-buttons a {
    flex: 1;
  }
  .download-app-buttons a img {
    width: 100%;
  }
}
