.custom-logo{
  height:70px;
}



@media screen and (max-width: 991px) {
  .custom-logo {
    height: 50px !important;
  }
}
.section-content.overlay-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff !important; /* Ensures text is readable */
    z-index: 1;
    place-content: center;
}

.section-content.overlay-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black overlay, 50% opacity */
    z-index: 0;
}

.section-content.overlay-bg > * {
    position: relative;
    z-index: 1;
}
.testimonial-area .section-title {
    max-width: 100% !important;
    text-align:center !important;
 color:white !important;
}
.testimonial-area .section-content .text-wrapper .text {
    max-width: 100% !important;
    text-align:center !important;
    color:white !important;
}
.service-details-area .thumb-main img {
    width: 100%;
max-height:700px !important;
}
