/*
Theme Name: Vital-Care Diagnostic Services
Theme URI: https://vitalcarediagnosticservices.com/
Author: Vital-Care Diagnostic Services
Author URI: https://vitalcarediagnosticservices.com/
Description: Production-ready block theme customized for Vital-Care Medical Diagnostic Services.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: spike-insurance
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, education

Spike Insurance WordPress Theme, Copyright 2025 kortezthemes
Spike Insurance is distributed under the terms of the GNU General Public License v3
*/

/* Reset Default Blocks Gap */
body.editor-styles-wrapper .wp-site-blocks > * {
  	margin-block-start: 0;
}
.wp-site-blocks > * {
  	margin-block-start: 0;
}

/* Support Alignfull */
body {
  	overflow-x: hidden;
}
.entry-content .alignfull {
	margin-left: calc( -50vw + 50%);
	margin-right: calc( -50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

/*Custom Box Shadow [is-style-sb-box-shadow]*/
.wp-block-image.is-style-sb-box-shadow img,
.wp-block-column.is-style-sb-box-shadow,
.wp-block-columns.is-style-sb-box-shadow,
.wp-block-group.is-style-sb-box-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-sb-box-shadow-medium img,
.wp-block-column.is-style-sb-box-shadow-medium,
.wp-block-columns.is-style-sb-box-shadow-medium,
.wp-block-group.is-style-sb-box-shadow-medium {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-sb-box-shadow-large img,
.wp-block-column.is-style-sb-box-shadow-large,
.wp-block-columns.is-style-sb-box-shadow-large,
.wp-block-group.is-style-sb-box-shadow-large {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-sb-box-shadow-hover img:hover,
.wp-block-column.is-style-sb-box-shadow-hover:hover,
.wp-block-columns.is-style-sb-box-shadow-hover:hover,
.wp-block-group.is-style-sb-box-shadow-hover:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/*Secondary button [is-style-sb-button-secondary]*/
div.is-style-sb-button-secondary .wp-element-button{
  color: var(--wp--preset--color--secondary-accent-text);
  background-color: var(--wp--preset--color--secondary-accent);
  border: 3px solid var(--wp--preset--color--secondary-accent) !important;
}
div.is-style-sb-button-secondary .wp-element-button:hover,
div.is-style-sb-button-secondary .wp-element-button:focus,
div.is-style-sb-button-secondary .wp-element-button:active {
    color: #ffffff;
    background-color: var(--wp--preset--color--hover);
    border-color: var(--wp--preset--color--hover) !important;
}
/*SVG icon color support [sb-duotone-primary] [sb-duotone-secondary]*/
.sb-duotone-primary {
  filter: var(--wp--preset--duotone--primary);
}
.sb-duotone-secondary {
    filter: var(--wp--preset--duotone--secondary);
}

/*WooCommerce Compatibility*/
.woocommerce ul.products li.product a img {
  border-radius: 6px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 6px;
}
.woocommerce-page .wc-block-components-product-name {
    font-size: var(--wp--preset--font-size--small);
    text-decoration: none;
    font-weight: var(--wp--custom--font-weight--semi-bold);
}
.woocommerce .bt-woo-breadcrumb-center .woocommerce-breadcrumb {
  text-align: center;
}
.woocommerce .bt-woo-breadcrumb-left .woocommerce-breadcrumb {
  text-align: left;
}
.woocommerce .bt-woo-breadcrumb-right .woocommerce-breadcrumb {
  text-align: right;
}
/*Single Product Gallary*/
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1),
.woocommerce .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce .flex-control-thumbs li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce .flex-control-thumbs li img.flex-active,
.woocommerce .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--light);
}
/*Single Product Page Price*/
.woocommerce .wp-block-add-to-cart-form form.cart div.quantity {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/*Single Product Tab*/
.wp-block-woocommerce-product-details ul.wc-tabs {
    border-bottom: none;
}

/* Navigation */
@media screen and (min-width: 600px){
    .wp-block-navigation ul.wp-block-navigation-submenu li {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .wp-block-navigation ul.wp-block-navigation-submenu li:last-child {
        border: none;
    }
}

/* Vital-Care Diagnostic Services */
:root {
  --vc-navy: #12324a;
  --vc-teal: #0f8b8d;
  --vc-green: #126b4f;
  --vc-red: #c91f37;
  --vc-ink: #17232f;
  --vc-muted: #617180;
  --vc-line: #d8e4ea;
  --vc-surface: #eef7f5;
  --vc-white: #ffffff;
  --vc-shadow: 0 18px 45px rgba(18, 50, 74, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: var(--vc-ink);
}

.vc-container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.vc-topbar {
  background: var(--vc-navy);
  color: #ffffff;
  font-size: 13px;
}

.vc-topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.vc-topbar a,
.vc-footer a {
  color: inherit;
  text-decoration: none;
}

.vc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--vc-line);
  backdrop-filter: blur(12px);
}

.vc-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.vc-brand {
  color: var(--vc-navy);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.vc-brand__mark {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: var(--vc-red);
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.vc-brand strong,
.vc-brand small {
  display: block;
  line-height: 1.1;
}

.vc-brand strong {
  font-size: 22px;
  letter-spacing: 0;
}

.vc-brand small {
  color: var(--vc-muted);
  font-size: 12px;
  margin-top: 4px;
  text-transform: uppercase;
}

.vc-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.vc-nav a {
  color: var(--vc-navy);
  text-decoration: none;
}

.vc-button {
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  background: var(--vc-red);
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(201, 31, 55, 0.22);
}

.vc-button--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.vc-button--ghost {
  color: var(--vc-navy) !important;
  background: #ffffff;
  border: 1px solid var(--vc-line);
  box-shadow: none;
}

.vc-hero {
  padding: 86px 0 70px;
  background:
    linear-gradient(110deg, rgba(238, 247, 245, 0.98), rgba(255, 255, 255, 0.92)),
    linear-gradient(135deg, #ffffff 0%, #e3f4f1 100%);
}

.vc-hero__grid,
.vc-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 52px;
}

.vc-kicker {
  color: var(--vc-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.vc-hero h1,
.vc-section h2,
.vc-cta h2 {
  color: var(--vc-navy);
  font-family: Poppins, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.vc-hero h1 {
  font-size: clamp(42px, 6vw, 70px);
  max-width: 820px;
}

.vc-lede,
.vc-section__heading p,
.vc-cta p,
.vc-split p {
  color: var(--vc-muted);
  font-size: 18px;
  line-height: 1.7;
}

.vc-lede {
  max-width: 680px;
  margin: 22px 0 0;
}

.vc-actions,
.vc-hero__facts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.vc-hero__facts {
  gap: 10px;
  margin-top: 28px;
}

.vc-hero__facts span {
  border: 1px solid rgba(15, 139, 141, 0.25);
  border-radius: 999px;
  color: var(--vc-green);
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
}

.vc-hero__panel {
  position: relative;
}

.vc-hero__panel img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--vc-shadow);
  border: 1px solid rgba(18, 50, 74, 0.08);
}

.vc-panel-card {
  position: absolute;
  left: -34px;
  bottom: 34px;
  width: min(280px, 78%);
  background: #ffffff;
  border-left: 5px solid var(--vc-teal);
  border-radius: 8px;
  padding: 18px;
  box-shadow: var(--vc-shadow);
  z-index: 2;
}

.vc-panel-card__label {
  color: var(--vc-red);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.vc-panel-card strong {
  color: var(--vc-navy);
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.vc-panel-card p {
  color: var(--vc-muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
}

.vc-section {
  padding: 90px 0;
}

.vc-section--surface {
  background: var(--vc-surface);
}

.vc-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
}

.vc-section h2,
.vc-cta h2 {
  font-size: clamp(34px, 4.5vw, 52px);
}

.vc-checkgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.vc-checkgrid span {
  border-radius: 8px;
  background: var(--vc-surface);
  color: var(--vc-navy);
  font-weight: 700;
  padding: 14px 16px;
}

.vc-checkgrid span::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--vc-teal);
}

.vc-section__heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.vc-section__heading--left {
  margin-left: 0;
  text-align: left;
}

.vc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vc-service-card,
.vc-process > div,
.vc-contact-card {
  background: #ffffff;
  border: 1px solid var(--vc-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(18, 50, 74, 0.06);
}

.vc-service-card {
  min-height: 245px;
  padding: 26px;
}

.vc-service-card span {
  color: var(--vc-teal);
  display: block;
  font-weight: 900;
  margin-bottom: 18px;
}

.vc-service-card h3,
.vc-process h3 {
  color: var(--vc-navy);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.vc-service-card p,
.vc-process p,
.vc-contact-card p {
  color: var(--vc-muted);
  line-height: 1.65;
  margin: 0;
}

.vc-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.vc-media-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--vc-line);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(18, 50, 74, 0.06);
}

.vc-media-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vc-media-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border-radius: 8px;
  background: rgba(7, 29, 46, 0.82);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 14px;
}

.vc-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.vc-process > div {
  padding: 28px;
}

.vc-process strong {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  background: var(--vc-teal);
  color: #ffffff;
  margin-bottom: 18px;
}

.vc-cta {
  padding: 86px 0;
  background: var(--vc-navy);
  color: #ffffff;
}

.vc-cta h2 {
  color: #ffffff;
}

.vc-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.vc-contact-card {
  padding: 30px;
}

.vc-contact-card a:not(.vc-button) {
  color: var(--vc-navy);
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.vc-contact-card p {
  margin: 18px 0 24px;
}

.vc-footer {
  background: #071d2e;
  color: rgba(255, 255, 255, 0.78);
  padding: 62px 0 28px;
}

.vc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr;
  gap: 42px;
}

.vc-brand--footer {
  color: #ffffff;
}

.vc-brand--footer small,
.vc-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.vc-footer h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 18px;
}

.vc-footer a {
  display: block;
  margin-bottom: 10px;
}

.vc-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 24px;
  font-size: 14px;
}

@media (max-width: 960px) {
  .vc-header__inner,
  .vc-topbar__inner {
    justify-content: center;
    text-align: center;
  }

  .vc-header__inner {
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .vc-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .vc-hero__grid,
  .vc-cta__grid,
  .vc-split {
    grid-template-columns: 1fr;
  }

  .vc-service-grid,
  .vc-process,
  .vc-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vc-panel-card {
    left: 18px;
  }
}

@media (max-width: 640px) {
  .vc-container {
    width: min(100% - 28px, 1120px);
  }

  .vc-topbar {
    display: none;
  }

  .vc-brand strong {
    font-size: 19px;
  }

  .vc-nav {
    gap: 14px;
    font-size: 13px;
  }

  .vc-hero {
    padding: 58px 0 54px;
  }

  .vc-actions .vc-button,
  .vc-contact-card .vc-button {
    width: 100%;
  }

  .vc-panel-card {
    position: static;
    width: auto;
    margin: 0 0 14px;
  }

  .vc-section {
    padding: 62px 0;
  }

  .vc-checkgrid,
  .vc-service-grid,
  .vc-media-grid,
  .vc-process,
  .vc-footer__grid {
    grid-template-columns: 1fr;
  }

  .vc-footer__bottom {
    flex-direction: column;
  }
}
