.product-tabs .nav-tabs {
	border-bottom: 1px solid #e0e2e3 !important;
}

/* .breadcrumb-wrap .current {
	color: #fd5d14;
	font-weight: 500;
}
.breadcrumb-wrap .breadcrumb-current {
	color: #fd5d14;
	font-weight: 500;
} */



.horizontal-card img {
	width: auto;
}

.vertical-card .card-content {
	margin-left: 30px;
}


.pagination-wrap ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
}

.pagination-wrap li {
    margin: 0 5px;
}

.pagination-wrap a,
.pagination-wrap span {
    display: block;
    padding: 8px 14px;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    text-decoration: none;
    border-radius: 0.25rem;
}

.pagination-wrap .current {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.pagination-wrap a:hover {
    background-color: #e9ecef;
}
/* tags css */
.blog-tags h5,
.blog-categories h5
{
    font-weight: 600;
}

.blog-tags a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-tags a:hover {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
.articles-grid a {
	text-decoration: none;
}





/* Pagination wrapper */
.pagination-wrap ul.page-numbers {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}

/* All pagination links */
.pagination-wrap .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

/* Hover */
.pagination-wrap a.page-numbers:hover {
    background: #FD5D14;
    color: #fff;
    border-color: #FD5D14;
}

/* Active page */
.pagination-wrap .page-numbers.current {
    background: #FD5D14;
    color: #fff;
    border-color: #FD5D14;
}




.dropdown-menu li a {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
	white-space: nowrap !important;
}
.dropdown-menu li a:hover{
color: #fd5d14 !important;
}

/* 25-3-26 */

/* Section */
.zipcode-section {
  background: #f8f9fb;
}

/* Card */
.zip-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.zip-box:hover {
  transform: translateY(-4px);
}

/* Typography */
.zip-title {
  font-size: 24px;
  font-weight: 600;
}

.zip-subtitle {
  font-size: 14px;
  color: #6c757d;
}

/* Input Wrapper */
.zip-input-wrapper {
  position: relative;
  width: 100%;
}

/* Input */
.zip-input {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 0 130px 0 20px;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
}

.zip-input:focus {
  border-color: #002E86;
  box-shadow: 0 0 0 3px rgba(0, 46, 134, 0.1);
}

/* Button inside input */
.zip-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 45px;
  font-size: 14px !important;
}

.zip-btn:hover {
  background-color: #e14e0c;
  color: #fff;
}

/* CTA */
.cta i {
  font-size: 16px;
}

.cta p {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Result */
.result {
  font-weight: 500;
  font-size: 14px;
}

/* Button global */
#cta .btn-quote {
	font-size: 14px !important;
}

.btn-quote:hover {
  background-color: #001f5c;
  color: #fff;
}

/* Mobile */
@media (max-width: 576px) {

  .zip-title {
    font-size: 18px;
  }

  .zip-input {
    height: 50px;
    padding-right: 110px;
    font-size: 14px;
  }

  .zip-btn {
    height: 40px;
    padding: 0 16px !important;
    font-size: 12px !important;
  }

  .zip-box {
    padding: 20px !important;
  }
}

.location-result {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 15px;
}
.location-error {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #dc3545;
	font-weight: 500;
}