.logo-box a img{
  max-width: 320px!important;
  margin-bottom:40px
}
.ustunIcon1{
  max-width: 50px
}
/* Fixed WhatsApp Kulakçığı */
.wa-float{
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;

  background: #25D366;
  color: #fff;

  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.wa-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.wa-icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;

  background: rgba(255,255,255,.18);
  position: relative;
}

/* Hafif pulse */
.wa-icon::after{
  content:"";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.45);
  opacity: 0;
  animation: waPulse 2.2s infinite;
}

@keyframes waPulse{
  0%   { transform: scale(.85); opacity: 0; }
  20%  { opacity: .55; }
  70%  { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

.wa-icon i{
  font-size: 18px;
  line-height: 1;
}

.wa-text{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .2px;
}

/* Mobilde daha minimal olsun */
@media (max-width: 576px){
  .wa-text{ display: none; }
  .wa-float{ padding: 10px; }
}


.gorsel250{height:250px;overflow:hidden}
.simgeTers img{
  filter: brightness(0) invert(1);
  max-width: 70%!important;
  max-height: 70%!important;

}

.beyaz-kutu{
    position: relative;
    display: block;
    background: #fff;
    z-index: 1;
    padding: 30px;
    border-radius: 10px;
}











.widget-content .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-content .category-list li {
    margin-bottom: 8px;
}

.widget-content .category-list li a {
    display: block;
    padding: 12px 18px;
    color: #1e3a5f;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.widget-content .category-list li a:hover {
    background: rgba(255, 102, 0, 0.1);
    color: #ff6600;
    padding-left: 22px;
}

.widget-content .category-list li.aktif a {
    background: #ef7801;
    color: #fff!important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* İş Ortakları Carousel */

.isortaklari-style-three{
  background: #fafcfe
}

.isortaklari-carousel {
    position: relative;
    padding: 0 10px;
}

.isortaklari-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    min-height: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.isortaklari-item a:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.isortaklari-item img {
    max-width: 100%;
    max-height: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Oklar */
.isortaklari-carousel .owl-nav {
    margin: 0 !important;
}

.isortaklari-carousel .owl-nav button.owl-prev,
.isortaklari-carousel .owl-nav button.owl-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
}

.isortaklari-carousel .owl-nav button.owl-prev {
    left: 0;
}

.isortaklari-carousel .owl-nav button.owl-next {
    right: 0;
}

.isortaklari-carousel .owl-nav button.owl-prev:hover,
.isortaklari-carousel .owl-nav button.owl-next:hover {
    background: #000 !important;
    color: #fff !important;
}

.referansKutu{
  background: #fff;
  padding:1rem;
  border-radius:10px;
  margin-bottom:3rem;
  height:270px;
  overflow:hidden
}

.anaHizmetler{
  background: #fff;
  height:150px;
  width:200px;
  overflow:hidden;
  display: block!important;
  justify-content: center;
  align-items: center;
  margin:0 auto!important;
}
.anaHizmetler img{
padding:10px;
max-width:200px;
}
.service-block-eight{
  overflow: hidden
}

.service-block-eight .inner-box{
  text-align:center
}
.anaHizmetlerBaslik {height:50px;overflow:hidden;color:#000!important}
.anaHizmetlerBaslik a{height:50px;overflow:hidden;color:#000!important}





.btn-box.teklif a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}

.btn-box.teklif .degisen-yazi {
  display: block;
  height: 22px;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.btn-box.teklif .degisen-yazi .kelime {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  animation: kelimeGec 12.5s infinite;
}

.btn-box.teklif .degisen-yazi .kelime:nth-child(1) { animation-delay: 0s; }
.btn-box.teklif .degisen-yazi .kelime:nth-child(2) { animation-delay: 2.5s; }
.btn-box.teklif .degisen-yazi .kelime:nth-child(3) { animation-delay: 5s; }
.btn-box.teklif .degisen-yazi .kelime:nth-child(4) { animation-delay: 7.5s; }
.btn-box.teklif .degisen-yazi .kelime:nth-child(5) { animation-delay: 10s; }

.btn-box.teklif .degisen-yazi .kelime::before,
.btn-box.teklif .degisen-yazi .kelime::after {
  display: none !important;
  content: none !important;
}

@keyframes kelimeGec {
  0%   { opacity: 0; transform: translateY(8px); }
  4%   { opacity: 1; transform: translateY(0); }
  16%  { opacity: 1; transform: translateY(0); }
  20%  { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 0; transform: translateY(-8px); }
}

.btn-box.teklif .sabit-yazi {
  display: block;
}




.sb-dropdown{
    position: relative;
    display: inline-block;
    min-width: 150px;
    padding: 0 30px 0 18px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    user-select: none;
}
.sb-dropdown::after{
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-70%) rotate(45deg);
    transition: transform .2s;
}
.sb-dropdown:focus-within::after{
    transform: translateY(-30%) rotate(-135deg);
}
.sb-current{
    display: block;
}
.sb-list{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
    opacity: 0;
    pointer-events: none;
    transform: scale(.75) translateY(-21px);
    transform-origin: 50% 0;
    transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;
    z-index: 9999;
}
.sb-dropdown:focus-within .sb-list{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.sb-list li{
    list-style: none;
}
.sb-list a{
    display: block;
    padding: 0 18px;
    line-height: 40px;
    min-height: 40px;
    color: inherit;
    text-decoration: none;
    transition: background .2s;
}
.sb-list a:hover{
    background: #f6f6f6;
}








.sb-ticker{
    position: relative;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    min-width: 500px
}
.sb-ticker-item{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: top .6s ease, opacity .6s ease;
}
.sb-ticker-item.sb-active{
    top: 0;
    opacity: 1;
}
.sb-ticker-item.sb-out{
    top: -100%;
    opacity: 0;
}
.sb-ticker-item p{
    margin: 0;
}
.sb-ticker-item a{
    margin-left: 6px;
}

.lower-content div{max-width: 90%!important}

.MsoNormalTable{max-width: 90%!important}
.MsoNormalTable p{font-family:var(--text-font)!important;text-align:left!important;font-size:16px!important}
.MsoNormalTable p span{font-family:var(--text-font)!important;text-align:left!important;font-size:16px!important}

.urunOzet,
.urunOzet * {
    width:unset!important;
    font-family: var(--text-font) !important;
    text-align: left !important;
    font-size: 22px !important;
    line-height: 30px!important;
    padding-bottom:20px!important
}
