/* vFix Tech brand overrides */
:root {
  --mainColor: #0B6BCB;
  --mainColorShadow: #0B6BCB40;
  --blackColor: #111111;
  --paragraphColor: #666666;
}

/* Avoid stuck preloader on heavy local images */
#pre-loader {
  pointer-events: none;
  background-color: #fff;
}
body.vfix-ready #pre-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Brand-blue CSS spinner (replaces orange GIF) */
#pre-loader .preloader-img {
  display: none !important;
}
#pre-loader::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  border: 4px solid rgba(11, 107, 203, 0.18);
  border-top-color: var(--mainColor);
  border-right-color: var(--mainColor);
  animation: vfix-spin 0.75s linear infinite;
}
@keyframes vfix-spin {
  to {
    transform: rotate(360deg);
  }
}

.navbar-brand img,
.mobile-nav .logo img {
  width: 210px;
  height: 70px;
  max-width: 210px;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}

.navbar-brand {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 16px;
}

.main-nav .navbar,
.main-nav .navbar-brand {
  min-height: auto;
}

.mobile-nav .logo img {
  width: 154px;
  height: 50px;
  max-width: 154px;
  max-height: 50px;
}

.mobile-nav {
  min-height: 64px;
  display: flex;
  align-items: center;
}

/* Hide meanmenu mobile logo strip on desktop */
@media (min-width: 992px) {
  .main-responsive-nav,
  .mean-container .mean-bar,
  .mean-container .mean-nav {
    display: none !important;
  }

  .main-nav {
    display: block !important;
  }
}

.footer-logo-area img {
  width: 182px;
  height: 60px;
  max-width: 182px;
  max-height: 60px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 991px) {
  .navbar-brand img,
  .mobile-nav .logo img {
    width: 140px;
    height: 46px;
    max-width: 140px;
    max-height: 46px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-brand img {
    width: 182px;
    height: 60px;
    max-width: 182px;
    max-height: 60px;
  }
}

.topbar-left-area ul li a,
.topbar-right-area ul li a {
  font-size: 14px;
}

.topbar-right-area {
  text-align: end;
}

.topbar-right-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-right-area ul li {
  display: inline-block;
  color: var(--whiteColor);
  font-size: 14px;
  font-family: var(--fontFamily2);
}

.topbar-right-area ul li i {
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.topbar-right-area ul li a {
  color: var(--whiteColor);
  margin-left: 25px;
}

.topbar-right-area ul li:first-child a {
  margin-left: 0;
}

@media (max-width: 991px) {
  .topbar {
    display: none !important;
  }
}

/* Spec chips (RefurbRebel-style) */
.vfix-spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 12px;
}

.vfix-spec-chips span {
  display: inline-block;
  background: #111111;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 8px;
  border-radius: 3px;
  line-height: 1.2;
}

.vfix-warranty-badge {
  display: inline-block;
  background: var(--mainColor);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.vfix-shop-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  margin-bottom: 16px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  background: #fff;
  color: var(--blackColor);
  font-weight: 600;
  font-family: var(--fontFamily2);
  cursor: pointer;
}

.vfix-shop-sidebar {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .vfix-shop-sidebar:not(.is-open) {
    display: none;
  }
}

.vfix-shop-filter-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.vfix-shop-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.vfix-shop-filter-head h3 {
  margin-bottom: 0;
}

.vfix-shop-clear {
  border: 0;
  background: transparent;
  color: var(--mainColor);
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  font-family: var(--fontFamily2);
  text-decoration: none;
}

.vfix-shop-clear:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

.vfix-shop-cat-list,
.vfix-shop-check-list,
.vfix-shop-price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vfix-shop-cat-list li,
.vfix-shop-check-list li,
.vfix-shop-price-list li {
  margin: 0;
}

.vfix-shop-cat {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 10px 0;
  text-align: left;
  cursor: pointer;
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
  font-size: 15px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.35);
  text-decoration: none;
}

.vfix-shop-cat:hover,
.vfix-shop-cat.is-active {
  color: var(--mainColor);
  text-decoration: none;
}

.vfix-shop-cat .post-amount {
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  color: var(--blackColor);
}

.vfix-shop-cat.is-active .post-amount {
  background: var(--mainColor);
  color: #fff;
}

.vfix-shop-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  cursor: pointer;
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
  font-size: 15px;
}

.vfix-shop-check input {
  accent-color: var(--mainColor);
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
}

.vfix-shop-check em {
  margin-left: auto;
  color: #999;
  font-style: normal;
  font-size: 13px;
}

.vfix-shop-price-bucket {
  width: 100%;
  display: block;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 8px 0;
  cursor: pointer;
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
  font-size: 15px;
  text-decoration: none;
}

.vfix-shop-price-bucket:hover,
.vfix-shop-price-bucket.is-active {
  color: var(--mainColor);
  font-weight: 600;
  text-decoration: none;
}

.vfix-shop-price-bucket em {
  font-style: normal;
  color: #999;
  font-weight: 400;
}

.vfix-shop-price-custom {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(205, 205, 205, 0.35);
}

.vfix-shop-price-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.vfix-shop-price-inputs label {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  color: var(--paragraphColor);
  font-size: 14px;
}

.vfix-shop-price-inputs input {
  width: 72px;
  border: 1px solid #ddd;
  padding: 6px 8px;
  font-size: 14px;
}

.vfix-shop-price-go {
  width: 100%;
  justify-content: center;
}

.vfix-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 14px 18px;
  margin-bottom: 10px;
  background: #f9f9f9;
  border: 1px solid rgba(205, 205, 205, 0.35);
}

.vfix-shop-toolbar p {
  color: var(--paragraphColor);
  font-family: var(--fontFamily2);
}

.vfix-shop-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vfix-shop-sort label {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
  color: var(--paragraphColor);
}

.vfix-shop-sort .form-select,
.vfix-shop-sort .nice-select {
  min-width: 190px;
  border-radius: 4px;
  border: 1px solid #ddd;
  float: none !important;
}

.vfix-shop-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 8px;
  align-items: center;
}

.vfix-shop-chip,
.vfix-shop-chip-clear {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 10px;
  font-size: 13px;
  font-family: var(--fontFamily2);
  color: var(--blackColor);
  cursor: pointer;
  text-decoration: none;
}

.vfix-shop-chip:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.vfix-shop-chip-clear {
  border-color: transparent;
  background: transparent;
  color: var(--mainColor);
  font-weight: 600;
  padding-left: 4px;
}

.vfix-shop-empty {
  text-align: center;
  padding: 60px 20px;
  border: 1px dashed #ddd;
  margin-top: 20px;
}

.vfix-shop-empty p {
  margin-bottom: 18px;
}

.product-card .vfix-price {
  color: var(--mainColor);
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.product-card .product-card-text-area {
  flex-direction: column;
  align-items: flex-start;
}

.product-card .vfix-view-btn {
  margin-top: 12px;
}

/* Enquiry CTAs */
.vfix-enquire-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.vfix-enquire-btns .default-button {
  margin: 0;
}

.vfix-btn-whatsapp {
  background: #25D366 !important;
  border-color: #25D366 !important;
}

.vfix-btn-whatsapp:hover {
  background: #1ebe57 !important;
  border-color: #1ebe57 !important;
}

.vfix-enquire-note {
  margin-top: 14px;
  font-size: 14px;
  color: var(--paragraphColor);
}

/* IT Solutions cards */
.vfix-it-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 35px 28px;
  height: 100%;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.vfix-it-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.vfix-it-card .vfix-it-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--mainColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
}

.vfix-it-card h4 {
  margin-bottom: 12px;
}

.vfix-it-card p {
  margin-bottom: 22px;
}

/* Refurbished promo strip */
.vfix-refurb-banner {
  background: linear-gradient(90deg, #111111 0%, #1d284b 100%);
  padding: 40px 0;
}

.vfix-refurb-banner h3 {
  color: #fff;
  margin-bottom: 10px;
}

.vfix-refurb-banner p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}

.vfix-refurb-banner .default-button {
  background: #fff;
  color: #111;
}

.vfix-refurb-banner .default-button:hover {
  background: var(--mainColor);
  color: #fff;
}

/* Contact action cards */
.vfix-action-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
}

.vfix-action-card .vfix-action-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--mainColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 16px;
}

.vfix-action-card h4 {
  margin-bottom: 16px;
}

/* Google reviews bar */
.vfix-google-bar {
  background: #eef2ff;
  border-radius: 8px;
  padding: 16px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}

.vfix-google-bar .vfix-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vfix-google-bar .vfix-stars {
  color: #fbbc04;
  letter-spacing: 2px;
}

.vfix-google-bar .vfix-stars i {
  margin-right: 2px;
  font-size: 16px;
}

.vfix-google-bar .vfix-rating-score {
  font-weight: 700;
  font-size: 22px;
  color: #111;
}

/* Booking wizard */
.vfix-booking-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.vfix-booking-progress {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 35px;
  position: relative;
}

.vfix-booking-progress::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: #e9e9e9;
  z-index: 0;
}

.vfix-booking-progress .vfix-step-dot {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
}

.vfix-booking-progress .vfix-step-dot .num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e9e9e9;
  color: #666;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 8px;
}

.vfix-booking-progress .vfix-step-dot.active .num,
.vfix-booking-progress .vfix-step-dot.done .num {
  background: var(--mainColor);
  color: #fff;
}

.vfix-booking-progress .vfix-step-dot .label {
  display: block;
  font-size: 12px;
  color: #666;
}

.vfix-booking-progress .vfix-step-dot.active .label {
  color: #111;
  font-weight: 600;
}

.vfix-booking-panel {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 35px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.vfix-booking-panel.active {
  display: block;
}

.vfix-option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.vfix-option-card {
  border: 2px solid #eee;
  border-radius: 8px;
  padding: 22px 18px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  text-align: left;
  background: #fff;
  width: 100%;
}

.vfix-option-card:hover,
.vfix-option-card.selected {
  border-color: var(--mainColor);
  box-shadow: 0 6px 18px var(--mainColorShadow);
}

.vfix-option-card i {
  font-size: 28px;
  color: var(--mainColor);
  margin-bottom: 10px;
  display: block;
}

.vfix-option-card h5 {
  margin-bottom: 6px;
  font-size: 17px;
}

.vfix-option-card p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.vfix-option-card .price {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  color: var(--mainColor);
}

.vfix-booking-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.vfix-booking-nav .default-button {
  min-width: 140px;
  text-align: center;
}

.vfix-booking-nav .btn-secondary-outline {
  background: transparent;
  border: 1px solid #ccc;
  color: #111;
  padding: 12px 28px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
}

.vfix-booking-nav .btn-secondary-outline:hover {
  border-color: var(--mainColor);
  color: var(--mainColor);
}

.vfix-review-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.vfix-review-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.vfix-review-list li span:first-child {
  color: #666;
  font-weight: 500;
}

.vfix-review-list li span:last-child {
  color: #111;
  font-weight: 600;
  text-align: right;
}

.vfix-field-error {
  color: #d93025;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}

.vfix-field-error.show {
  display: block;
}

.vfix-success-box {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 45px 30px;
}

.vfix-success-box .check {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e8f8ee;
  color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 20px;
}

.vfix-service-icon-grid .service-card {
  text-align: center;
}

.vfix-values .vfix-value-item {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 25px 20px;
  height: 100%;
}

.vfix-values .vfix-value-item h5 {
  margin-bottom: 10px;
}

.vfix-values .vfix-value-item i {
  color: var(--mainColor);
  font-size: 28px;
  margin-bottom: 12px;
  display: block;
}

.banner-text-area-3 .vfix-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.banner-text-area-3 .vfix-hero-ctas .default-button-outline {
  background: transparent;
  border: 2px solid var(--mainColor);
  color: var(--mainColor);
}

.banner-text-area-3 .vfix-hero-ctas .default-button-outline:hover {
  background: var(--mainColor);
  color: #fff;
}

.vfix-mobile-service-list li {
  margin-bottom: 10px;
  padding-left: 8px;
}

@media (max-width: 767px) {
  .vfix-option-grid {
    grid-template-columns: 1fr;
  }

  .vfix-booking-progress .label {
    display: none !important;
  }

  .vfix-refurb-banner {
    text-align: center;
  }

  .vfix-refurb-banner .default-button {
    margin-top: 18px;
  }
}

/* CMS-driven chrome */
.vfix-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff !important;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.vfix-social-links a:hover {
  background: var(--mainColor);
  transform: translateY(-2px);
}
.vfix-wa-float {
  position: fixed;
  right: 18px;
  bottom: 88px;
  z-index: 1040;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff !important;
  font-size: 1.65rem;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .4);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.vfix-wa-float:hover {
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(37, 211, 102, .55);
}
.newsletter-text-area p {
  opacity: .85;
}
