/* ==========================================================================
  34. COLOR SCHEME
  ========================================================================== */ 

  .tra-menu .wsmainfull {
    background-color: transparent !important;
    box-shadow: none;
}
.bg--theme,
.shape--blue-400:after { 
  background-color: #A12642; 
}

.btn--theme {
  color: #fff!important;
  border-color: #A12642!important;
  background-color: #A12642!important;
}

.hover--theme:hover,
.white-scroll .scroll .hover--theme:hover,
.black-scroll .scroll .hover--theme:hover {
  color: #fff!important;
  border-color: #a959a9!important;
  background-color: #a959a9!important;
}

.theme--dark .white-scroll .scroll .hover--theme:hover {
  color: #fff!important;
  border-color: #a959a9!important;
  background-color: #a959a9!important;
}

.theme--dark .white-scroll .hover--theme:hover {
  color: #fff!important;
  border-color: #a959a9!important;
  background-color: #a959a9!important;
}

.color--theme, 
.color--theme h1, 
.color--theme h2, 
.color--theme h3, 
.color--theme h4, 
.color--theme h5, 
.color--theme h6, 
.color--theme p, 
.color--theme a, 
.color--theme li, 
.color--theme i, 
.color--theme span,
.color--white .color--theme { color: #A12642!important; }

.loading--theme .loader { 
  border-color: transparent #A12642 !important; 
}

.loading--theme .loader::after {
  border-color: transparent rgba(190, 108, 190, .15) !important; 
}

.nav-theme .sm-info { 
  background-color: #A12642 !important; 
}

.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #A12642!important;
}

.hero-section .quick-form .form-control:focus {
  border-color: #A12642;
}

.cbox-2:hover .cbox-2-ico.bg--theme { 
  color: #A12642; 
  border-color: #A12642; 
}

.tabs-1.tabs--theme, 
.tabs-1.tabs--theme li.current:hover { 
  color: #A12642; 
  border-color: #A12642; 
}

.faqs-section .tabs--theme .tabs-1 li.current,
.faqs-section .tabs--theme .tabs-1 li.current:hover {
  background-color: #A12642;
  border-color: #A12642!important;
}

.switch-wrap input:checked + .switcher.switcher--theme { 
  background-color: #A12642; 
  border-color: #A12642; 
}

.shape-ico.color--theme path,
.shape-ico.color--theme path,
.shape-ico.color--theme path {
  fill: #f7e4f1;
}

.newsletter-section .form-control:focus {
  background-color: #fff;
  border-color: #353f4f;
}

.theme-pagination .page-item.active .page-link {
  color: #fff!important;
  background-color: #A12642;
  border: 2px solid #A12642;
}

.iletisim-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #A12642;
      color: white;
      border: none;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      cursor: pointer;
      font-family: sans-serif;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 999;
      text-decoration: none;
    }

 .iletisim-button span {
      font-size: 24px;
      line-height: 1;
    }

.iletisim-button small {
      font-size: 11px;
      margin-top: 4px;
    }

.iletisim-button:hover {
      background-color: #891d38;

    }
	
.iletisim-button small:hover {
    color: white;
}