/* =========================
   ASM Footer v2 (Screenshot Style) - FINAL
   ========================= */

#footer-main.footer-main{
  background:#4a4a4a;
  color:rgba(255,255,255,.92);
  padding:110px 0 70px;
  position:relative;
  overflow:hidden;
}

#footer-main .widget-title{
  color:#fff;
  font-size:28px;
  font-weight:600;
  margin:0 0 26px;
  letter-spacing:.2px;
}

/* =========================
   Desktop Layout (md+)
   ========================= */
@media (min-width: 992px){
  #footer-main .row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:60px;
  }

  /* Sol + Sağ kolon esnek */
  #footer-main .row > div:nth-child(1),
  #footer-main .row > div:nth-child(3){
    flex:1 1 0;
    min-width:280px;
  }

  /* Orta kart sabit */
  #footer-main .row > div:nth-child(2){
    flex:0 0 420px;
    max-width:420px;
  }

  /* Sol ve sağ kolon yukarıdan hizalı */
  #footer-main .contact-info,
  #footer-main .quick-links{
    padding-top:52px;
  }

  /* Sağ kolon içeriği sağa yaslansın */
  #footer-main .row > div:nth-child(3){
    display:flex;
    justify-content:flex-end;
  }

  /* Sağdaki widget genişliği kontrollü */
  #footer-main .quick-links .widget_links{
    width:100%;
    max-width:340px;
  }
}

/* =========================
   SOL: İletişim Bilgileri
   ========================= */
#footer-main .widget_info p{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 0 22px;
  color:#fff;
}

#footer-main .widget_info p i.fa{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  color:#fff;
  flex:0 0 44px;
}

#footer-main .widget_info a{
  color:#fff;
  text-decoration:none;
}
#footer-main .widget_info a:hover{
  color:#00cfe8;
}

/* Sosyal */
#footer-main .footer-social{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:28px;
}

#footer-main .footer-social > i.fa-heart{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}

#footer-main .footer-social ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:14px;
}

#footer-main .footer-social ul li a{
  color:#fff;
  opacity:.9;
  text-decoration:none;
}
#footer-main .footer-social ul li a:hover{
  color:#00cfe8;
  opacity:1;
}

/* =========================
   ORTA: Çalışma Saatleri Kartı
   ========================= */
#footer-main .widget_workinghours{
  background:#00cfe8;
  color:#fff;
  padding:74px 44px 44px;
  border-radius:88px 88px 10px 10px;
  position:relative;
  overflow:visible;
  box-shadow:0 18px 30px rgba(0,0,0,.18);
}

#footer-main .widget_workinghours > span{
  position:absolute;
  top:-46px;
  left:50%;
  transform:translateX(-50%);
  width:92px;
  height:92px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 18px rgba(0,0,0,.22);
}

#footer-main .widget_workinghours > span i.fa{
  width:62px;
  height:62px;
  border-radius:50%;
  border:4px solid #00cfe8;
  color:#00cfe8;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

#footer-main .widget_workinghours .widget-title{
  text-align:center;
  margin-bottom:34px;
  font-size:26px;
}

#footer-main .widget_workinghours ul{
  list-style:none;
  margin:0;
  padding:0;
}

#footer-main .widget_workinghours ul li{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.24);
  font-size:15px;
}

#footer-main .widget_workinghours ul li span{ font-weight:500; }
#footer-main .widget_workinghours ul li b{ font-weight:700; }

/* Alt uyarı satırı */
#footer-main .asm-footer-note{
  margin-top:26px;
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:500;
}

#footer-main .asm-footer-note .note-ico{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  border:2px solid rgba(0,0,0,.18);
  display:flex;
  align-items:center;
  justify-content:center;
}

#footer-main .asm-footer-note .note-ico i{
  color:#fff;
  font-size:18px;
}

/* =========================
   SAĞ: Hızlı Bağlantılar
   ========================= */
#footer-main .widget_links ul{
  list-style:none;
  margin:0;
  padding:0;
}

#footer-main .widget_links ul li{
  display:grid;
  grid-template-columns:18px 1fr;
  align-items:center;
  column-gap:12px;
  margin:0 0 12px;
}

#footer-main .widget_links ul li i.fa{
  width:18px;
  text-align:center;
  opacity:.65;
  font-size:14px;
}

#footer-main .widget_links a{
  color:rgba(255,255,255,.88);
  text-decoration:none;
}
#footer-main .widget_links a:hover{
  color:#00cfe8;
}

#footer-main .widget_links .links-subtitle{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.14);
  font-size:15px;
  color:rgba(255,255,255,.55);
}

/* =========================
   Footer bottom
   ========================= */
.footer-bottom{
  background:#2f2f2f;
  padding:18px 0;
  color:rgba(255,255,255,.75);
}
.footer-bottom p{
  margin:0;
  text-align:center;
}

/* =========================
   Mobil düzen
   ========================= */
@media (max-width: 991px){
  #footer-main.footer-main{
    padding:70px 0 40px;
  }
  #footer-main .widget_workinghours{
    margin:40px auto;
    max-width:420px;
  }
}

/* Tablet (sm): kart ortada, diğerleri alt alta daha düzgün */
@media (min-width: 768px) and (max-width: 991px){
  #footer-main .contact-info,
  #footer-main .quick-links{
    padding-top:0;
  }

  #footer-main .widget_workinghours{
    margin:40px auto;
    max-width:460px;
  }

  #footer-main .quick-links .widget_links{
    max-width:460px;
    margin:0 auto;
  }
}

/* ✅ XS FIX (0–767): Bootstrap col-xs-6'lar yarım yarım düşmesin */
@media (max-width: 767px){
  #footer-main .row > div{
    float:none !important;
    width:100% !important;
  }

  #footer-main .contact-info,
  #footer-main .quick-links{
    padding-top:0 !important;
  }

  #footer-main .widget_workinghours{
    max-width:420px;
    margin:34px auto;
  }

  #footer-main .quick-links .widget_links{
    max-width:420px;
    margin:0 auto;
  }
}

/* =========================================================
   TEAM - Slick slide stabilizer (senin eklediğin yapı doğru)
   ========================================================= */

/* Slick içinde bootstrap col kullanma — slide genişliğini slick ayarlasın */
.team-carousel .team-item{
  padding: 0 15px;
  box-sizing: border-box;
}

.team-carousel .team-content{
  height: 100%;
}

.team-carousel .slick-slide{
  height: auto;
}

.team-carousel .slick-track{
  display: flex;
}

.team-carousel .slick-slide > div{
  height: 100%;
}

/* ✅ TEAM - Mobilde harf harf kırılmayı engelle */
#team-section .team-box h5,
#team-section .team-catagory{
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

#team-section .team-catagory{
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px){
  #team-section .team-content{ text-align:center; }
  #team-section .team-box h5{
    font-size:16px;
    line-height:1.2;
    white-space: normal;
  }
}
