
a:hover, 
.section-title a.read-more:hover, 
#nav li.current-menu-item a, #nav li:hover a, 
.breadcrumbs li.active a, 
.team-info .name-position span, 
.portfolio-filter-container li.active a, 
.post-body h3:hover, 
.widget_recent_comments li:hover a, 
#footer a:hover, 
.footer-contact-info li.mail a:hover, 
blockquote span.author, 
.pricing-table-col.selected-2 .head h1,
.pricing-table-col.selected-2 .head h2,
.pricing-table-col.selected-2 .head h3,
.pricing-table-col.selected-2 .head h4,
.pricing-table-col.selected-2 .head h5,
.pricing-table-col.selected-2 .head h6{
    color: #880015;
}


a.read-more:hover span, 
.tabs li.active, 
.social-links.presentation li:hover,
span.dropcap-color, 
.clients-navigation a:hover, 
.service-box:hover, 
.nivo-controlNav a.active,
.nivo-controlNav a:hover, 
.portfolio-default-description, 
.post-category:hover, 
.blog-post.sticky h3, 
.widget_tag_cloud a:hover, 
.footer-widget-container .widget .social-links li:hover{
    background-color: ##f8f8f8; 
}

.pricing-table-col.selected .head span.price{
    color: #880015;
}

.text-color, 
.footer-widget-container .widget li a:hover{
    color: #333 !important;
}

blockquote{
    border-left: 2px solid #880015;
}

.tabs li.active{
    border-bottom: 1px solid #880015;
    border-right: 1px solid #880015;
    border-left: 1px solid #880015;
}


.btn-color, 
.comment-reply-link, 
#respond #comment-reply, 
.pagination li:hover, .pagination li.active, 
.pricing-table-col.selected .head{
    background: #880015;
    border: 1px solid #880015;
}

.btn-color:hover, 
.comment-reply-link:hover, 
#respond #comment-reply:hover{
    background: #880015;
    border: 1px solid #880015;
}

.expand{
    background: #880015;
    border: 1px solid #880015;
}
}

.accordion .title.active a{
    background: #880015;
    border: 1px solid #880015;
}



.service-hex-icon:hover{
    background: url('../img/colors/orange/service-hover-bkg.png') no-repeat 0 0; 
}

.portfolio-hover li:hover{
    background: url('../img/colors/orange/portfolio-icon.png') no-repeat center center;
}

.contact-info li.address{
    background: url('../img/colors/orange/address.png') no-repeat 0 0;
}

.widget li:hover{
    background: url('../img/colors/orange/aside-hover.png') no-repeat 0 9px;
}
.service-box p {
    color: #333 !important;
}
.service-box i,
.service-box h4,
.service-box h3,
.service-box span {
    color: #880015 !important;
    fill: #880015 !important;
}
.service-box:hover {
    background-color: #880015 !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.service-box:hover i,
.service-box:hover h4,
.service-box:hover h3,
.service-box:hover span,
.service-box:hover p {
    color: #fff !important;
    fill: #fff !important;
}
.service-box h5 {
    color: #880015 !important;
}
#footer, footer, .footer {
  background-color: #fff !important;
  color: #333 !important;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-section {
  flex: 1 1 30%;
  min-width: 250px;
}

.footer a {
  color: #333 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  text-decoration: underline;
}

/* Footer içinde mail ve telefon hover rengi */
.footer-contact-info li.mail a:hover,
.footer-contact-info li.phone a:hover {
  color: #333 !important;
}

.footer-bottom {
  background-color: #880015 !important;
  color: #ffffff !important;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
}

/* Sosyal medya ikonları varsa */
.footer .social-links li a {
  color: #ffffff !important;
}

.footer .social-links li a:hover {
  color: #ffcdd2 !important;
}

.footer-bottom a {
  color: #ffffff !important;
}
#header {
    display: flex;
    justify-content: space-between;
    align-items: center; /* dikeyde ortalamayı sağlar */
    padding-bottom: 0px;
    background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.hero-section, .intro, .slider {
  margin-top: -20px; /* veya mevcut boşluğu azalt */
}
#nav li a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

#nav li a:hover {
  color: #880015 !important; /* Logodaki bordo renk */
}



.footer-line-full {
  position: relative;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #880015;
  margin: 0;
  padding: 0;
}

body, html {
  padding: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 768px) {
  article.grid12.note {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px 15px !important;
    box-sizing: border-box;
    float: none !important;
    display: block;
    text-align: center;
  }

  .note-content {
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
  }
}