/* 

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; }

/*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;
}







/* 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: #ffffff !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;
   }
}

 
      

/*Slider Arka Plan */    
.background-white{
    background-color: #ffffff !important;
    padding-top:10px !important;
}       
.background-gray{
    background-color: #f1f1f1 !important;
}
.footer-black .about-footer-content p{
    color:black !important;
}
h3.footer-head{
    color:#c60d11 !important;
}
.footer-links li a{
    color:black !important;
}
.footer-links ul li::before {
   background-color:#c60d11 !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: #c60d11 !important;
}    
.contact-info-item{    
    background-color:#f1f1f1 !important;
}    
.contact-us-form .contact-form .form-control {
    background-color: #f1f1f1 !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: #c60d11;
      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-item-content h3 {
    text-transform: none !important;
}
    