/* =========================================================
   MOBİL: REVOLUTION SLIDER (ANA SLIDER) DÜZELTME
   ========================================================= */
.home-revslider { height: auto !important; }

@media (max-width: 768px){
  .home-revslider.rev_slider_wrapper{
    height: 56vh !important;
    min-height: 260px !important;
    max-height: 520px !important;
    overflow: hidden !important;
  }

  .home-revslider .rev_slider,
  .home-revslider img.rev-slidebg{
    width: 100% !important;
    height: 100% !important;
  }

  .main .container .row.mt-xl{
    margin-top: 18px !important;
    margin-bottom: 18px !important;
    padding-top: 0 !important;
  }

  .main h2.text-color-dark{ font-size: 28px !important; line-height: 1.15 !important; }
  .main p.mt-xl{ margin-top: 10px !important; color: rgba(0,0,0,.78) !important; }
}

/* =========================================================
   HERO OVERLAY (Slider üstü modern başlık + buton)
   ========================================================= */
.hero-overlay{
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.hero-overlay .hero-inner{
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-overlay .hero-box{
  pointer-events: auto;
  max-width: 760px;
  padding: 18px 18px;
  border-radius: 16px;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  color: #fff;
}
.hero-overlay .hero-title{
  font-weight: 700;
  font-size: 42px;
  line-height: 1.12;
  margin: 0 0 10px 0;
}
.hero-overlay .hero-sub{
  font-size: 16px;
  line-height: 1.55;
  opacity: .92;
  margin: 0 0 14px 0;
}
.hero-overlay .hero-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-overlay .btn-hero{
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 600;
  border: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay .btn-hero.primary{
  background: #2f89fc;
  color: #fff;
}
.hero-overlay .btn-hero.ghost{
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.20);
}
@media (max-width: 768px){
  .hero-overlay .hero-inner{ align-items: flex-end; padding-bottom: 18px; }
  .hero-overlay .hero-box{ width: 100%; }
  .hero-overlay .hero-title{ font-size: 26px; }
  .hero-overlay .hero-sub{ font-size: 14px; }
}

/* =========================================================
   PROJE GALERİSİ: OWL SLIDER STİLİ
   ========================================================= */
.project-gallery-owl .pg-item{
  display:block;
  position:relative;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease;
}
.project-gallery-owl .pg-item:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.project-gallery-owl img{
  width:100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display:block;
}
.project-gallery-owl .pg-overlay{
  position:absolute;
  left:12px;
  bottom:12px;
  background: rgba(0,0,0,.55);
  color:#fff;
  padding:6px 10px;
  border-radius:10px;
  font-size:13px;
  opacity:0;
  transition: .2s;
}
.project-gallery-owl .pg-item:hover .pg-overlay{ opacity:1; }

.project-gallery-owl .pg-tag{
  position: absolute;
  left: 12px;
  top: 12px;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
}

@media (max-width: 768px){
  .project-gallery-owl .owl-nav{ display:none; }
  .project-gallery-owl .pg-overlay{ opacity:1; }

  .home-concept-construction{
    padding-top: 18px !important;
    padding-bottom: 22px !important;
  }
  .home-concept-construction .lead{ font-size: 15px !important; }
}

/* =========================================================
   MOBİL/DEKSTOP SABİT İLETİŞİM BUTONLARI (Ara + WhatsApp)
   ========================================================= */
.fab-contact{
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fab-contact a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.fab-contact .fab-call{ background: #0f172a; }
.fab-contact .fab-wa{ background: #16a34a; }
.fab-contact i{ font-size: 18px; }
.fab-contact span{ font-size: 14px; }

@media (min-width: 992px){
  .fab-contact span{ display:none; }
  .fab-contact a{ width: 52px; height: 52px; padding: 0; }
}
