.center{
    text-align: center;
   font-size: 54px !important;
   color: #134cb3;
   font-weight: 700 !important;
}
.services-details {
    position: relative;
    display: block;
    padding: 68px 0 120px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .page-header__bg {
        display: block;    }
}
.whitecolor{
    color: white;
}
.idofficalcolour{
    color: #134cb3;
}

.page-header {
    position: relative;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
}

.page-header__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.justify{
    text-align: justify;
}
@media only screen and (max-width: 767px) {
    .center {
        text-align: center;
        font-size: 45px !important;
        color: #134cb3;
        font-weight: 700 !important;
    }
}

.testimonial-one__form-inner {
    position: relative;
    display: block;
    background-color: var(--chirofind-base);
    padding: 14px;
    border-radius: 8px;
}
li a {
    text-decoration: none;
    color: black; /* Default color for non-active items */
}
.active a {
    background-color: #134cb3 !important;
    color: white !important; /* Ensures active item text is white */
}







