.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;
}





/* Header height reduce */
.header-area.style-5{
    padding: 8px 0 !important;
    min-height: auto !important;
}

/* Logo container */
.header-logo img{
    width: 170px !important;
    max-width: 100%;
    height: auto !important;
}

/* Trademark line text */
.logo-title h1{
    font-size: 14px !important;
    line-height: 1.4;
    margin-bottom: 8px;
}

/* Navigation spacing */
.menu-list li a{
    font-size: 17px;
    padding: 8px 12px !important;
}

/* Call button size */
.eg-btn.btn--primary2{
    padding: 10px 18px !important;
    font-size: 15px;
}

/* Phone area */
.phone-call .number h5{
    font-size: 24px;
    margin: 0;
}

/* Desktop alignment */
.nav-left{
    align-items: center;
}

/* Mobile */
@media(max-width:768px){

.header-logo img{
    width: 120px !important;
}

.logo-title h1{
    font-size: 11px !important;
}

.menu-list li a{
    font-size: 15px;
}

}