.galleryWidget .item .detail {
  display: none;
}

.safirWidget.homeWidget.c1Bg {
  background-color: #f1f1f1 !important;
}

#menu a {
  font-size: 14px !important;
  font-weight: 700;
}

.menuBlock ul.menu li:last-child {
    border-bottom: none !important;
}
 .nakliyat-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .nakliyat-table th,
  .nakliyat-table td {
    padding: 12px;
    border: 1px solid #dddddd;
    text-align: center;
  }

  .nakliyat-table thead th {
    background-color: #2f2f2f;
    color: #ffffff;
  }

  .nakliyat-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
  }

  .nakliyat-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
  }

  .nakliyat-table tbody tr:hover {
    background-color: #eaeaea;
  }
.headerWhite #menu li.ozel > a {
  background: #1a6e9f !important;
}
.headerWhite #menu li.ozel > a:hover {
  background: #e50000 !important;
}
#menu li.ozel > a {
  color: #fff !important;
}

.buttonWidget a {
  border-left: 5px solid !important;
  border-bottom: none !important;
 border-right: none !important;
 border-top: none !important;
  border-radius: 5px;
}
.aboutWidget .infoBlock {
  line-height: 1.7 !important;
  font-size: 17px;
}
.safirContactInfo .item .data {
    font-size: 12px;
}

.safirContactInfo .item .data .first {
    font-size: initial; /* veya istediğiniz farklı bir değer */
}
#menu .sub-menu a {
  min-width: 240px !important;
}
.iconMenuWidget .item .circle {
  padding: 10px !important;
}

#topbar .innerContainer ul.menu {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding: 16px 0;
  font-weight: 700;
}
.sidebarWidget {
  margin-top: 10px !important;
}

@media (max-width: 600px) {
  #safirPage .safirWidget.safirGrid .items .list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* Telefon Butonu */
li.telefon > a{
    display:flex;
    align-items:center;
    gap:12px;

    background:#ffffff !important;
    color:#0A66C2 !important;

    padding:12px 24px;
    border-radius:50px;
    border:2px solid #ffffff !important;

    font-weight:700;
    text-decoration:none;

    box-shadow:0 8px 25px rgba(0,0,0,.12);
    transition:all .3s ease;
}

/* Yazı */
li.telefon > a .text{
    color:#0A66C2 !important;
    transition:.3s ease;
}

/* İkon */
li.telefon > a .icon,
li.telefon > a .icon svg{
    color:#0A66C2 !important;
    fill:#0A66C2 !important;
    transition:.3s ease;
}

/* Hover */
li.telefon > a:hover{
    background:linear-gradient(135deg,#0A66C2,#2D8CFF) !important;
    border-color:#0A66C2 !important;
    color:#ffffff !important;
    transform:translateY(-1px);
    box-shadow:0 14px 35px rgba(10,102,194,.35);
}

/* Hover'da tüm yazılar ve ikonlar beyaz */
li.telefon > a:hover,
li.telefon > a:hover *,
li.telefon > a:hover .text,
li.telefon > a:hover .icon,
li.telefon > a:hover .icon svg{
    color:#ffffff !important;
    fill:#ffffff !important;
}

/* Active */
li.telefon > a:active{
    transform:translateY(-1px);
}
.comment-meta.commentmetadata a {
    display: none !important;
}