/* colors */
.primary-color {
  background-color: #007AFF;
}

.text-color {
  color: #222;
}

.text-primary-color {
  color: #007AFF;
}

/* Header css start */
/* button css */
.btn-listing {
  background-color: #F17213;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  line-height: normal;
  padding: 12px 20px;
  text-transform: none;
  width: auto;
}

.btn-listing:hover {
  background-color: #d9640f;
  color: #ffffff;
}

.custom-logo {
  width: 140px;
}

.navbar {
  background-color: #007AFF;
  padding: 15px 0px;
}

.navbar-site.navbar > .container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link i {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-dark .dropdown-menu .nav-link,
.navbar-dark .dropdown-menu .nav-link:hover {
  color: #222;
}

.drop-icon {
  width: 20px;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 12px;
}

.dropdown-toggle::after {
  display: none;
}

.log-font {
  font-size: 0.96rem;
}

.drop-icons {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 8px;
}

.navbar-toggler:focus {
  background-color: #007AFF;
}

/* header css end */

/* hero section css */
.text-trened {
  font-size: 12px;
}

.btn-search:hover {
  background-color: #007AFF;
  border: 1px solid #007AFF;
}

.copy-info {
  color: #ffffff;
}

/* card style */
.card {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.card-img-top {
  transition: transform 0.5s ease;
  object-fit: cover;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.card .title {
  font-weight: 400;
  font-size: 24px;
  text-align: inherit;
  text-transform: capitalize;
  color: #ffffff;
}

.card .text-trened-title {
  font-size: 15px;
  font-weight: 600;
  text-align: inherit;
  text-transform: capitalize;
  color: #ffffff;
}

/* recent posts css */
.section-title {
  position: relative;
  /* Ensure the parent has a positioning context */
  display: inline-block;
  /* Make the title's width fit its content */
}

.section-title::before {
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  /* Align the starting point of the line to the end of the text */
  width: 60%;
  /* The length of the line */
  background: rgba(0, 0, 0, 0.07);
}


.section-title span {
  position: relative;
  z-index: 1;
  margin-left: 25px;
  padding-right: 10px;
  color: #222;
}

.section-title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -25px;
  height: 15px;
  width: 15px;
  background: #007AFF;
  top: 50%;
  margin-top: -7.5px;
}

.pl {
  padding-left: 15px;
}

/* side bar css */
.search-categories:hover {
  background-color: #007AFF;
}

/* icon css  */
.avatar-author {
  width: 10%;
}

/* pagination css */
.pagination-controls .pagination {
  margin: 0px;
}

.page-item {
  margin: 0 5px;
  border-radius: 0px;
}

.page-item:hover {
  background-color: #007AFF;
  color: #ffffff;
}

.page-item .page-link {
  color: #222;
  background: transparent;
  border-radius: 0px;
}

.page-item .page-link:hover {
  background-color: #007AFF;
  color: #ffffff;
  border-radius: 0px;
}

.page-item.active .page-link {
  background-color: #007AFF;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 700;
}

.pagination-guide a {
  text-decoration: none;
  color: #222;
}

.pagination-guide i {
  font-size: 14px;
}

.pagination-guide button:hover {
  color: #222;
}

.popular-tags:hover {
  background-color: #007AFF;
  border-color: #007AFF;
}

.form-comment {
  border: 1px solid rgba(0, 122, 255, 0.25) !important;
}

.form-comment:focus {
  outline: #007AFF !important;
  box-shadow: 0 0 0 .25rem rgba(0, 122, 255, 0.25);
  border: 1px solid rgba(0, 122, 255, 0.25);
}

.comment-form-cookies-consent label {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.author-dot {
  font-size: 8px;
}

/* mobile css  */

@media only screen and (max-width: 576px) {
  .navbar-identity {
    width: 100% !important;
  }

  .navbar-right {
    padding: 10px 0 10px 0;
  }

  .mobile-search-bar {
    display: block !important;
  }

  .mobile-search-bar .search-bar {
    justify-content: center !important;
    padding: 15px 0 9px 0;
    width: 100% !important;
  }

  .search-right {
    width: 100%;
  }

  .section-title::before {
    width: 10% !important;
  }

  .mobile-gudie {
    padding: 0 8px 0 8px !important;
  }

  .mobile-icon-bar {
    flex-direction: column-reverse !important;
  }

  .mobile-icon-bar>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .mobile-icon-bar .search-bar-right {
    justify-content: flex-start !important;
  }
  .mobile-title{
    font-size: 14px !important;
  }
}
.guide-title{
  font-size: 14px;
  font-weight:500;
  color: #222;
}
.guide-title:hover{
  color: #007AFF;
}
.all-headings:hover{
	color:#007AFF;
}

/* small list-item thumbnail + title inside News/Car Comparison/Tips & Advice columns */
.tips-grid-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.small-post-thumb {
  width: 100%;
  aspect-ratio: 1024 / 534;
  object-fit: cover;
}

.small-post-title {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* single post: quoted sub-line inside a content heading */
.post-heading-main {
  font-weight: 700;
}

.post-heading-sub {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  color: #555;
  margin-top: 6px;
}