/* 

Theme Name: TeknoRitim
Theme URI: https://www.teknoritim.com
Author: Selehattin inan
Description: Alemdar Bina Yönetimi Web Sitesi
Version: 1.0
Text Domain: teknoritim



*/


/*Slider  */
.swiper-button-next svg{ 
    display:none !important;
}
.swiper-button-prev svg{ 
    display:none !important;
}
div.swiper-button-next{
    padding-left:2% !important;
}
div.swiper-button-prev{
    padding-right:2% !important;
}
.swiper-button-next, .swiper-button-prev {color:#646875 !important; }
.swiper-button-next, .swiper-button-next {color:#646875 !important; }











/* Menü Düzenlemeleri */

.menu-css li a{
    position: relative !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 15px 20px !important;
    color: #0b1030 !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease-in-out !important;
    
}
    
.sub-menu li a{
    color: #777 !important;
    padding: 10px 25px !important;
    transition: all 0.3s ease-in-out !important;  
}    


/* Masaüstünde gizle */
li.mobil-active {
  display: none;
}

/* Sadece mobilde göster */
@media (max-width: 768px){
  li.mobil-active{
    display: block !important;
  }
  li.mobil-active a{ 
    background: white !important;
    color:#0b1030;
    margin: 10px 15px;
   }
   .sub-menu li a {
    color: #ffffff !important;
    }    
    
}






.topbar li a{
    color : #646875 !important;
}
.topbar li a i{
    color : #646875 !important;
}






      

/*Slider Arka Plan */    
.background-white{
    background-color: #ffffff !important;
    padding-top:10px !important;
}       
.background-gray{
    background-color: #f1f1f178 !important;
}
.footer-black .about-footer-content p{
    color:black !important;
}
h3.footer-head{
    color:#0b1030 !important;
}
.footer-links li a{
    color:black !important;
}
.footer-links ul li::before {
   background-color:#0b1030 !important;
}
.footer-contact-content p{
    color:black !important;
}     
.footer-copyright-text p{
    color:black !important;
}     
.footer-social-link ul li a::before{
    opacity:1 !important;
}
.footer-contact-item .icon-box::before{    
    opacity:1 !important;
}
.footer-social-link hr{
    color: #0b1030 !important;
}    
.contact-info-item{    
    background-color:#f1f1f178 !important;
}    
.contact-us-form .contact-form .form-control {
    background-color: #f1f1f178 !important;
}    
.accordion-item h2 button{
    color:black !important;
}   
.accordion-collapse p{
    color:#556171 !important;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color:black !important;
}
.accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {
    color: black !important;
}
.service-item-content h3{
    color:black !important;
}
.slicknav_open > a .slicknav_arrow:after {
    color: white !important;
}



/* Sticky Header Başlangıç */ 
.main-header {
  position: relative;    
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
  background: #fff;  
}

/* Scroll sonrası görünüm */
.main-header.scrolled {
  position: fixed;
  top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}
/* Sticky Header Bitiş */ 

 
 



/*Alt Bar Teklif Al Başlangıç*/
    .fixed-offer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      text-align: center;
      padding: 10px 0;
      box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
      z-index: 997;
    }
    .fixed-offer a {
      color: #dd6887;
      font-weight: 600;
      text-decoration: none;
      font-size: 18px;
    }
    .fixed-offer a i {
      margin-right: 5px;
    }
/*Alt Bar Teklif Al Bitiş*/


/* Wp Buton Başlangıç*/    
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.whatsapp-icon {
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.whatsapp-icon img {
  width: 42px;
  height: 42px;
}

.whatsapp-text {
  background-color: #25d366;
  color: white;
  font-weight: 500;
  margin-left: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.4s ease;
  max-width: 0;
  overflow: hidden;
}

.whatsapp-float:hover .whatsapp-icon {
  transform: scale(1.1);
  animation: none; /* Hover s覺ras覺nda nefes efekti durur */
}

.whatsapp-float:hover .whatsapp-text {
  opacity: 1;
  transform: translateX(0);
  max-width: 300px;
}

/* Nefes alan (pulse) animasyonu */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 768px) {
  .whatsapp-float .whatsapp-text {
    display: none;
  }
}
/* Wp Buton Bitiş*/    
    
    
    
    
    
.service-header {
    border-bottom: 1px solid white !important;
}    
    



.main-menu ul ul {
    width: 300px !important;
}    
.main-menu ul ul li {
    padding: 10px 0px !important;
}    

    









    .umay-hizmet-konteynir {
        border: 1px solid #e2e2e2;
        border-radius: 6px;
        margin: 25px 0;
        background: #ffffff;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    .umay-hizmet-baslik {
        background-color: #4a4a4a; /* Sade koyu gri */
        color: #ffffff !important;
        text-align: center;
        padding: 12px 15px;
        font-size: 19px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }

    .umay-hizmet-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Yan yana 3 post */
        gap: 12px 20px;
        padding: 20px;
    }

    .umay-post-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #444;
        font-size: 14.5px;
        line-height: 1.4;
        transition: color 0.2s ease;
    }

    .umay-post-link:hover {
        color: #ff4757; /* Çiçekçi temasına uygun soft kırmızı */
    }

    .umay-pin-svg {
        width: 16px;
        height: 16px;
        fill: #666;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .umay-post-link span {
        border-bottom: 1px solid #eee;
        width: 100%;
        padding-bottom: 2px;
    }

    .umay-post-link:hover span {
        border-bottom-color: #ff4757;
    }

    /* Mobil ve Tablet Uyumluluğu */
    @media (max-width: 900px) {
        .umay-hizmet-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
        .umay-hizmet-grid { grid-template-columns: 1fr; }
    }    