.logo-title h1 {
  color: #fff;
  font-size: 30px;
}
.logo-title h1 span {
  display: block;
  font-size: 14px;
}
.logo-title a {
  display: flex;
  align-items: center;
}
header.style-5 .logo-title img {
  /*max-width: 60px;*/
	max-width: 100%;
  min-width: auto;
  margin-right: 10px;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  color: #fff;
}
.contact-section .section-title2 h2 {
  color: #fff;
}
.service-img-grp > img {
  border-radius: 10px;
  margin-bottom: 25px;
}
.service-details-text ul {
  padding-left: 1rem;
}
.service-details-text ul li {
  margin-bottom: 10px;
}
.service-details-text ul li:last-child {
  margin-bottom: 0;
}
.modal-dialog {
  max-width: 960px;
}
.no-scroll {
  overflow: hidden;
}
.modal-content {
  background-color: #151515;
}
.modal-content p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
	text-align: justify;
}
.modal-content h6 {
  color: var(--primary-color3);
}
.modal-title {
  color: var(--primary-color3);
}
.modal-footer .btn-primary {
  background-color: var(--primary-color3);
  border: none;
}
@media screen and (max-width: 768px) {
  .testimonial-section .swiper {
    margin: 0;
  }
  .logo-title h1 {
    font-size: 25px;
  }
  .logo-title h1 span {
    font-size: 14px;
  }
  header.style-5 .logo-title img {
    max-width: 40px;
    margin-right: 10px;
  }
  .contact-form .form-inner {
    margin-bottom: 20px;
  }
  .testi3-single .content .testi3-quote {
    top: -25px;
  }
  .testi3-arrows{
    left: auto;
  }
  .contact-text h2{
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .about3-list{
    margin: 0;
  }
  .breadcrumb-title{
    font-size: 2.6rem;
  }
}
.policy p{
	color:#fff	
}
.policy h3{
	color:#fff	
}
#phonepe-btn {
  position: fixed;
	z-index:999;
  right: 20px;
  bottom: 120px;
  background-color: #5f259f; /* PhonePe purple */
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: 0.3s;
}
#phonepe-btn:hover {
  background-color: #4b1c7a;
}