/**
 * RBSS Fintech Theme - Purple & White
 * Primary: #6B4EAA | Dark: #5B3A99 | White accents
 */

/* Accent colors - replace yellow/dark blue with purple */
.menu.menu-extra li a:hover, .flat-information li i, a:hover, a:focus,
.breadcrumbs ul li a:hover, .breadcrumbs ul li i, .footer a:hover,
.title-section .title span, .title-section .symbol, .contactform label.error,
.iconbox .box-header .box-icon i, .flat-counter .numb-count, .countdown .square .numb,
.iconbox.style2:hover .box-header .box-icon i, .entry .readmore:hover,
.entry .content-post .title-post a:hover {
  color: #6B4EAA !important;
}

.tp-caption.title-slide span {
  color: #6B4EAA !important;
}

/* White text on purple backgrounds */
.flat-button, .social-links.style2 li a:hover, .social-links.style3.team a {
  color: #FFF !important;
}

/* Border focus */
.flat-mailchimp p.wrap-input-email input:focus, .fancybox:before, .iconbox.style2 .box-header .box-icon,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border-color: #6B4EAA !important;
}

/* Primary purple backgrounds - buttons, nav active, accents */
.fancybox:before, .flat-accordion .toggle-title.active::before, .bg-theme,
#mainnav > ul > li.active > a, #mainnav > ul > li > a:hover, #mainnav ul.submenu > li > a:hover,
.flat-button, .flat-button.style2::before, .go-top,
.social-links.style2 li a:hover, .social-links.style3 a:hover {
  background-color: #6B4EAA !important;
}

/* Header / nav - deeper purple */
.top.background-661, .nav-absolute .nav-wrap, .header.header-style1,
.widget-nav-menu ul li::before, .flat-button.style2, .flat-tabs ul.menu-tab li.active,
.iconbox .effecthover, .infobox.style2 .info-map,
.flat-team.style2 .info-team, .flat-quote .quote-link .flat-button.style2 {
  background-color: #5B3A99 !important;
}

.flat-button.style2::before {
  background-color: #6B4EAA !important;
}

.imagebox .imagebox-content {
  background-color: rgba(107, 78, 170, 0.9) !important;
}

/* Light purple tint for sections */
.bg-section {
  background-color: #FAF5FF !important;
}
.bg-section2 {
  background-color: #F5F0FF !important;
}

/* Request callback overlay */
.section-overlay.style2 {
  background-color: rgba(91, 58, 153, 0.85) !important;
}
