/**
 * Custom styles for Cheks theme
 */


.text-primary {
  color: #0d6efd !important;
}

/* Header styles */
.contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.contact-link {
  color: #333;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #0d6efd;
}

.social-icons i {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.social-icons a:hover i {
  transform: scale(1.1);
}

/* Navigation styles */
.navbar .nav-link {
  padding: 0.8rem 1rem;
  font-weight: 500;
}

.navbar .nav-link.active {
  /* font-weight: 700; */
}

.offcanvas .nav-link {
  padding: 0.5rem 0;
}

/* Button styles */
.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.navbar .btn-primary {
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-color: white;
}

/* Card styles */
.card {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

/* Feature item styles */
.feature-item {
  transition: all 0.3s ease;
  border-radius: 6px;
}

.feature-item:hover {
  background-color: rgba(13, 110, 253, 0.05);
}

/* FAQ accordion styles */
.accordion-button:not(.collapsed) {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Team member styles */
.team-member {
  transition: all 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
}

/* Footer styles */
footer a {
  transition: all 0.3s ease;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Form styles */
.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .social-column {
    justify-content: center !important;
    margin-top: 1rem;
  }
}

/* WordPress specific styles */
.wp-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
  margin-top: 0.5rem;
}

.gallery-caption {
  font-size: 0.875rem;
  color: #6c757d;
}

.bypostauthor {
  display: block;
}

.alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

.breadcrumb-item a{
  color: #0d6efd;
  text-decoration: none;
}

.navbar-collapse a{
  color: #ffffff;
}
header .fw-bold{
  color: #0d6efd!important;
}
.navbar-nav{
  margin-left: 0;
}
.rvw-btn-leave,.rvw-btn-filter, #rvw-submit-review{
  background-color: #0d6efd!important;
}
.rvw-pagination .page-numbers.current,.active .page-link{
  color: white!important;
}
.page-link{
  color: #212529!important;
}
.rvw-star{
  color: #ffc107!important;
}
