.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;

   }
   
.nav{
    height: 40px !important;
}
.nav .nav-item img{
    width: 30px !important;
}

.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;
  }
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-mod-header,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-mod-header {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-icon,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-showcase .p-g-m-h-icon i,
div.p-g-mod.p-g-mod-trans[class*="t-"].p-g-mod-base-content .p-g-m-h-icon i {
    border: 1px solid #ccc !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #E31E24 !important;
}