/* Blue-themed modern hover effect for main menu */
.theme-menu-area a {
  position: relative;
  display: inline-block;
  color: #0b4ea2; /* your blue theme */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease, transform 0.3s ease;
}

.theme-menu-area a:hover {
  color: #06387b; /* darker blue on hover */
  transform: translateY(-2px);
}

/* Underline animation from center */
.theme-menu-area a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: #06387b;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.theme-menu-area a:hover::after {
  width: 80%;
}
.theme-menu-header1:{
  margin-top:-50px;
}
.zpdark-section a {
    color: #ffffff;
}

.zpdark-section a:hover {
    color: #ffffff;
}


p {
    font-size: 15.5px;
   color: #ffffff;
    line-height: 1.6;
    font-weight: 250;
}
.zptext-align-left {
    text-align: start;
    color: #ffffff;
}