.enerjisinifi{
      height: 30px;
   }
   .p-g-m-h-i-title{
       font-size:16px !important;
       color:  var(--accent);
   }
   .p-g-m-h-i-description{
       font-size:14px !important;
       color: grey;
   }
   .p-g-mod-header {
       border: none;

   }
   


.image-hover-box {
  position: relative;
  overflow: hidden;
}

.image-hover-box img {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease;
}

.image-hover-box .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.image-hover-box:hover .hover-image {
  opacity: 1;
}

.image-hover-box:hover .main-image {
  opacity: 0;
}

  .detayKisa {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Dikey ortalama istersen */
    width: 100%;
    font-size:13px;
  }
  
  .header-center.header-fixed {
  background-color: #ffffff !important; /* Beyaz arka plan */
}
  .menu.header-fixed {
  margin-top: 90px;
  background-color: #ffffff !important; /* Beyaz arka plan */
}

  .menu.header-fixed img {
  display: none !important;
}

.menu.header-fixed .container .mega-menu .navbar-nav.d-flex.justify-content-center.w-100 .nav-item.dropdown.mx-3 .dropdown-menu {
  margin-top: -45px !important;
}