
/* Light Mode Overrides */

body.bg-dark-5 {
  background: #ffffff !important;
}

body.light-mode {
  background: #ffffff;
  color: #111;
}

.banner-area4 {
  background-image: none !important;
  background: linear-gradient(#ffffff, #ffffff) !important;
}

.section-title-3 h2,
.section-title-4 h2,
.section-title-5 h2,
.banner-area4 .banner-content h1 {
  color: #111 !important;
}

.section-title-3 p,
.section-title-4 p,
.section-content p,
.banner-area4 .banner-content p {
  color: #333 !important;
}

.header-sidebar {
  background: #f9f9f9 !important;
  border-left: 1px solid #ccc;
}

.header-sidebar .sidebar-content p,
.header-sidebar .address-card .address-list li,
.header-sidebar .informations .single-info .info p {
  color: #111 !important;
}

.primary-btn3 {
  color: #ffffff !important;
  background-color: #333 !important;
}

.primary-btn3:hover {
  background-color: #111 !important;
  color: #ffffff !important;
}
