/*
Theme Name: JJFS
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.3.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


.topbar{
	background: #0777C9;
	color: #FFF;
	height: 42px;
	line-height: 42px;
}

.topbar a{
	color: #FFF;
	display: block;
	line-height: 42px;
	text-decoration: #FFF;
}

.topbar .wp-block-social-links .wp-social-link a{
	color: #FFF;
	display: block;
	line-height: 36px;
}


.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: #FFF!important;
    fill: #FFF!important;
}

.headjjfs .nav-link{ 
	font-size: 18px;
	color: #000;
  padding: 10px 0!important;
  margin: 0 20px;
}

:root{
  --hero-h: 72vh;               /* alto del hero en desktop */
  --overlay: rgba(0,0,0,.55);    /* oscuridad del overlay */
}

.hero {
  position: relative;
  min-height: var(--hero-h);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

/* Imagen de fondo */
.hero::before{
  content:"";
  position:absolute; inset:0;
  background: url("hero.jpg") center/cover no-repeat;
  transform: scale(1.02);
  z-index: -2;
  filter: saturate(1.05) contrast(1.05) brightness(.8);
}

/* Overlay oscuro + suave degradado vertical */
.hero::after{
  content:"";
  position:absolute; inset:0;/*
  background:
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.2)),
    var(--overlay);*/
  z-index: -1;
}

.hero-copy{
  text-align:center;
  color:#fff;
  padding: clamp(1rem, 2vw, 2rem);
  max-width: 1100px;
  margin-inline:auto;
}

.hero-title{
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.5px;
  font-size: clamp(1.8rem, 3.8vw, 3.6rem);
  margin-bottom: .9rem;
}

.hero-sub{
  font-size: clamp(.98rem, 1.4vw, 1.125rem);
  opacity:.95;
  max-width: 900px;
  margin: 0 auto 1.5rem;
}

.btn-ghost{
  --bs-btn-color:#fff;
  --bs-btn-border-color:#ffffffb3;
  --bs-btn-hover-color:#0b1220;
  --bs-btn-hover-bg:#fff;
  --bs-btn-hover-border-color:#fff;
  --bs-btn-focus-shadow-rgb:255,255,255;
  padding:.7rem 1.25rem;
  font-weight:700;
  border-width:2px;
  border-radius:.6rem;
  text-transform: uppercase;
  letter-spacing:.4px;
}

/* Ajustes responsive extra */
@media (max-width: 576px){
  :root{ --hero-h: 68vh; }
}


.jjfs-hero {
  position: relative;
  min-height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.jjfs-hero__bg {
  position: absolute; inset: 0;
  background-size: cover;
  z-index: -2;
}

.jjfs-hero__content {
  text-align: center;
  padding: 2rem 1rem;
}

.jjfs-hero__title {
  font-size: 42px;
  font-weight: 200;
  color: #0677C9; /* azul */
  margin-bottom: .5rem;
}

.jjfs-hero__sub {
  font-size: 1.1rem;
  color: #1e293b; /* gris oscuro */
  margin-bottom: 1rem;
}

.jjfs-btn {
  background: #0677C9;
  color: #fff;
  padding: .6rem 1.2rem;
  border-radius: .4rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease;
}

.jjfs-btn:hover {
  background: #1d4ed8;
}

/* ===== Sección Servicios (match mockup) ===== */

.svc{
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* Arcos/ornamentos de fondo */
.svc::before,
.svc::after{
  content:"";
  position:absolute; inset:auto auto -140px -120px;
  width:1200px; height:1200px;
  border-radius:50%;
  background:
    radial-gradient(closest-side, rgba(35,146,235,.08), rgba(35,146,235,0) 70%) 60% 40%/70% 70% no-repeat,
    radial-gradient(closest-side, rgba(14,165,233,.08), rgba(14,165,233,0) 70%) 40% 60%/60% 60% no-repeat;
  pointer-events:none;
  z-index:0;
}
.svc::after{
  left:auto; right:-200px; bottom:-200px;
  background:
    radial-gradient(closest-side, rgba(35,146,235,.06), rgba(35,146,235,0) 70%) 40% 40%/70% 70% no-repeat,
    radial-gradient(closest-side, rgba(14,165,233,.06), rgba(14,165,233,0) 70%) 60% 60%/60% 60% no-repeat;
}

.svc .box-home-2{
  margin-top: 60px;
}

.svc .box-home-3{
  margin-top: 120px;
}

/* Título */
.svc .display-6{
  color:#2b6cb0;
  margin-bottom: .5rem;
  position: relative;
  z-index: 1;
  font-size: 42px;
  font-weight: 200!important;
}

/* Grid de tarjetas */
.svc .svc-card{
  position: relative;
  border:1px solid #ecf0f4;            /* borde muy claro */
  border-radius: 18px;
  background:#fff;
  box-shadow: 0 18px 38px rgba(15,23,42,.10);
  transition: transform .2s ease, box-shadow .2s ease;
  z-index:1;
}

/* Acento turquesa en borde izquierdo + esquinas redondeadas como la referencia */
.svc .svc-card::before{
  content:"";
  position:absolute; left:0; top:12px; bottom:12px;
  width: 10px; border-radius:12px;
  background:#15b5a6;
}
.svc .svc-card::after{
  /* “botón” redondo abajo-izquierda, sutil */
  content:"";
  position:absolute; left:18px; bottom:-10px;
  width:18px; height:18px; border-radius:50%;
  background:#e8faf7;
  box-shadow: 0 6px 12px rgba(21,181,166,.25);
}

/* Hover ligero como en tarjetas material */
.svc .svc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(15,23,42,.14);
}

/* Badge numerado con doble aro */
.svc-badge{
  position:absolute;
  top: -15px; right: -15px;
  width: 45px; height: 45px;
  display:grid; place-items:center;
  border-radius: 50%;
  font: 800 1.4rem/1 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  color:#fff;
  background:#2b6cb0;                           /* azul sólido interior */
  box-shadow:
    0 10px 20px rgba(43,108,176,.25),
    0 0 0 4px #fff,                              /* aro blanco */
    0 0 0 8px #e5f0ff;                           /* aro externo claro */
}

/* Bloque de contenido */
.svc .card-body{ padding: 1.6rem 1.5rem 1.7rem 1.75rem; }

.svc-icon{
  width:66px; height:66px; object-fit:contain;
  display:block;
  margin-bottom: .8rem;
  filter: saturate(.9);
}

/* Título y texto de la card */
.svc .h5{
  color:#111827;       /* casi negro */
  letter-spacing:.2px;
}
.svc .card p{
  color:#6b7280;       /* gris medio */
  line-height: 1.7;
  font-size: .98rem;
  margin-bottom: 0;
}

/* Separación y alineación general */
.svc .row.g-4{ row-gap: 1.8rem; }

/* ===== Valor agregado ===== */
.value-block{ position: relative; }

.value-figure{
  min-height: 320px;
  padding-left: clamp(0px, 3vw, 40px);
}

.vb-img{
  display:block;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  background: #f2f4f8;
}

/* Imagen pequeña (izquierda) */
.vb-img--sm{
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(200px, 28%, 320px);
  aspect-ratio: 4/3;
  z-index: 1;
}

/* Imagen grande (centro) */
.vb-img--lg{
  position: relative;
    margin-left: clamp(140px, 28%, 260px);
    width: calc(100% - clamp(140px, 440px, 260px));
    aspect-ratio: 16 / 10;
    border-radius: 22px;
}

/* Puntos decorativos bajo la pequeña */
.vb-dots{
  position: absolute;
  left: clamp(40px, 9%, 90px);
  bottom: -26px;
  width: 180px; height: 120px;
  opacity: .25;
  background-image: radial-gradient(#2b6cb0 18%, transparent 20%);
  background-size: 22px 22px;
  background-position: 0 0, 11px 11px;
  border-radius: 12px;
}

/* Texto */
.value-copy .display-5{
  letter-spacing: .2px;
  color: #2b6cb0;
}
.value-copy .lead{
  font-size: 16px;
}

/* Ajustes responsive */
@media (max-width: 991.98px){
  .value-figure{ min-height: 280px; }
  .vb-img--sm{
    position: relative;
    width: 42%;
    margin-bottom: 18px;
  }
  .vb-img--lg{
    margin-left: 0; width: 100%;
  }
  .vb-dots{ left: 10px; bottom: -18px; transform: scale(.9); }
}

@media (max-width: 575.98px){
  .vb-img--sm{ width: 58%; }
  .vb-dots{ display:none; }
}

@media (min-width: 768px) {
    .mt-md-6 {
        margin-top: 5rem !important;
    }
}

/* =========================================
   JJFS — Quiénes Somos (compacto y regular)
   Mantiene el HTML tal cual
   ========================================= */

.jjfs-qs{
  /* Escala compacta */
  --space-0: 0;
  --space-1: .35rem;
  --space-2: .55rem;
  --space-3: .8rem;
  --space-4: 1rem;
  --space-5: 1.25rem;

  /* Tokens visuales */
  --radius: 14px;
  --ink-900:#0f172a;
  --ink-700:#334155;
  --ink-500:#64748b;
  --line:#e5e7eb;
  --paper:#fff;
  --brand:#2563eb;

  color: var(--ink-900);
  font-family: system-ui,-apple-system,Segoe UI,Inter,Roboto,Arial,sans-serif;
  line-height: 1.5; /* más compacto que 1.6–1.7 */
}

/* ---------- HERO (bajo y legible) ---------- */
.jjfs-qs .jjfs-hero{
  position: relative;
  max-height: 320px;        /* más bajo */
  overflow: hidden;
  border-radius: 0 0 var(--radius) var(--radius);
  background:#0b1220;
}
.jjfs-qs .jjfs-hero img{
  width:100%; height: 300px; object-fit: cover; display:block;
  filter: contrast(1.03) saturate(1.03);
}
.jjfs-qs .jjfs-hero__overlay{
  position:absolute; inset:0; display:grid; place-content:center;
  text-align:center; color:#fff; padding: var(--space-4);
  background: linear-gradient(180deg, rgba(0,0,0,.50), rgba(0,0,0,.20));
}
.jjfs-qs #qs-title{
  margin: 0 0 var(--space-1);
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(1.2rem, 2.8vw, 1.8rem); /* titular discreto */
}
.jjfs-qs .jjfs-hero__overlay p{
  margin: 0;
  font-size: clamp(.92rem, 1.6vw, 1rem);
  opacity:.95;
}

/* ---------- CONTENEDOR ---------- */
.jjfs-qs .jjfs-wrap{
  max-width: 1040px; /* más estrecho para foco */
  margin: 0 auto;
  padding: var(--space-4) var(--space-4) calc(var(--space-4) + .25rem);
}

/* Intro compacto */
.jjfs-qs .jjfs-intro p{
  margin: 0 0 var(--space-3);
  color: var(--ink-700);
  font-size: .98rem;
}

/* ---------- GRID DE SERVICIOS ---------- */
.jjfs-qs .jjfs-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.jjfs-qs .card{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--space-4);
  /* sombras muy contenidas */
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
  transition: box-shadow .2s ease, transform .2s ease;
}
.jjfs-qs .card:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15,23,42,.08);
}
.jjfs-qs .card h2{
  margin: 0 0 var(--space-2);
  font-size: 1.02rem;
  letter-spacing:.15px;
}
.jjfs-qs .card p{
  margin: 0;
  color: var(--ink-700);
  font-size: .95rem;
  line-height: 1.45;
}

/* ---------- PORTAFOLIO (PILLS compactas) ---------- */
.jjfs-qs .jjfs-products{
  margin-top: var(--space-3);
}
.jjfs-qs .jjfs-products h2,
.jjfs-qs .jjfs-values h2{
  margin: 0 0 var(--space-2);
  font-size: 1.05rem;
  letter-spacing:.15px;
}
.jjfs-qs .pill-list{
  display:flex; flex-wrap:wrap; gap: .45rem .5rem;
  padding:0; margin:0 0 var(--space-2); list-style:none;
}
.jjfs-qs .pill-list li{
  border:1px solid var(--line);
  background:#f3f6fb;
  color:#0f172a;
  border-radius: 999px;
  padding: .28rem .55rem;       /* más ceñido */
  font-size: .9rem;
  line-height: 1.1;
  white-space: nowrap;
}
.jjfs-qs .note{
  margin: 0;
  color: var(--ink-500);
  font-size: .9rem;
}

/* ---------- VALORES (lista precisa) ---------- */
.jjfs-qs .jjfs-values ul{
  margin: 0; padding-left: 1rem; color: var(--ink-700);
}
.jjfs-qs .jjfs-values li{
  margin: .25rem 0; line-height: 1.45;
}
.jjfs-qs .jjfs-values strong{ color: var(--ink-900); }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px){
  .jjfs-qs .jjfs-grid{ grid-template-columns: repeat(2, 1fr); }
  .jjfs-qs .jjfs-hero{ max-height: 280px; }
  .jjfs-qs .jjfs-hero img{ height: 260px; }
}
@media (max-width: 600px){
  .jjfs-qs .jjfs-grid{ grid-template-columns: 1fr; }
  .jjfs-qs .jjfs-wrap{ padding: var(--space-4) var(--space-3); }
  .jjfs-qs .jjfs-hero{ max-height: 240px; }
  .jjfs-qs .jjfs-hero img{ height: 230px; }
}

/* ===========================
   JJFS — Página ID 7 (estilo exclusivo)
   =========================== */
.page-id-7 {
  /* Paleta (ajusta si quieres afinar) */
  --jjfs-primary: #2b6cb0;    /* azul principal de la captura */
  --jjfs-primary-600: #1f58a3;
  --jjfs-soft: #e9f2ff;       /* azul muy claro para fondos suaves */
  --jjfs-muted: #6b7a8c;      /* gris texto secundario */
  --jjfs-ink: #0f172a;        /* texto principal */
  --jjfs-paper: #ffffff;
  --jjfs-line: #e5e7eb;

  --radius-lg: 18px;
  --radius: 12px;
  --shadow-sm: 0 8px 18px rgba(15,23,42,.08);
  --shadow-md: 0 14px 28px rgba(15,23,42,.12);
}

/* --------- Título general (azul) --------- */
.page-id-7 h1, .page-id-7 .entry-title {
  color: var(--jjfs-primary);
  letter-spacing: .2px;
}

/* ===========================
   Sección: About (fundador + intro)
   =========================== */
.page-id-7 .about-section{
  padding: 2.5rem 0 0;
}

.page-id-7 .about-content .head{
  font-weight: 800;
  color: var(--jjfs-ink);
  margin-bottom: .35rem;
  letter-spacing: .2px;
}

.page-id-7 .pie span{
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    margin: 10px;
    padding: 5px 10px;
    border-radius: 10px;
}

/* Imagen del directivo */
.about-img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.about-img img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Pie de foto */
.about-img .pie {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 0 0 15px 15px;
}

/* Contenido */
.about-content {
  font-family: "Segoe UI", sans-serif;
}

.about-content blockquote {
  background: #f1f5f9;
  border-left: 5px solid #0056b3;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 12px;
  color: #2f3a64;
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-content blockquote strong {
  color: #0056b3;
}

/* Responsive mejora visual para pantallas pequeñas */
@media (max-width: 768px) {
  .about-img {
    margin-bottom: 20px;
  }
}

.headjjfs .nav-link{
  position: relative;
}

.headjjfs .nav-link.active:before{
  content: " ";
  display: block;
  background: #549da3;
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ===========================
   Sección: Misión, Visión y Valores
   =========================== */
.page-id-7 .bg-light{
  background: #f5f7fb !important;
}

.page-id-7 .section-title .badge{
  background: var(--jjfs-soft) !important;
  color: var(--jjfs-primary) !important;
  border: 1px solid #d7e8ff;
  font-weight: 700;
  letter-spacing: .3px;
}

.page-id-7 .section-title .title{
  color: var(--jjfs-ink);
  font-weight: 800;
  letter-spacing: .2px;
}

.page-id-7 .section-title .para-desc{
  color: var(--jjfs-muted);
  max-width: 900px;
}

/* Tarjetas */
.page-id-7 .services{
  border: 1px solid var(--jjfs-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.page-id-7 .services:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #dbe4ee;
}

/* Icono circular */
.page-id-7 .services .icon i{
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--jjfs-primary) !important;
  background: var(--jjfs-soft);
  border: 1px solid #d7e8ff;
  margin-top: .25rem;
}

/* Título y texto de tarjeta */
.page-id-7 .services .content h5{
  color: var(--jjfs-ink);
  font-weight: 700;
  margin-bottom: .35rem;
}
.page-id-7 .services .content p{
  color: var(--jjfs-muted);
  margin-bottom: 0;
  line-height: 1.7;
}

/* ===========================
   JJFS — Servicios (Simple)
   =========================== */
.jjfs-simple-services{
  --brand:#2b6cb0; --ink:#0f172a; --muted:#475569; --line:#e5e7eb;
  padding:3rem 0;
}

.jjfs-simple-services .svc-header h1{
  font-weight:800;
  color:var(--brand);
  margin-bottom:1rem;
}

.jjfs-simple-services .svc-desc{
  max-width:800px;
  margin:0 auto 2rem;
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.6;
}

.jjfs-simple-services .svc-card{
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}
.jjfs-simple-services .svc-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(0,0,0,.10);
}

.jjfs-simple-services .image{
  object-fit:contain;
  height: 234px;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.jjfs-simple-services .svc-title{
  font-size:1.1rem;
  font-weight:700;
  margin:.5rem 0;
  color:var(--ink);
}
.jjfs-simple-services .svc-text{
  color:var(--muted);
  font-size:.96rem;
  line-height:1.5;
}

.hero-section {
  transition: all 0.3s ease-in-out;
  background-size: cover; 
  background-position: center; 
  min-height: 30vh; 
  position: relative;
}

.hero-section h1 {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  color: #FFF;
}

.hero-section .lead {
  max-width: 600px;
  margin: 0 auto;
  color: #f1f1f1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
/* Fondo general */
.bootscore-footer-top {
  background: linear-gradient(to bottom right, #e8f0fe, #ffffff);
  padding: 80px 20px;
}

/* Contenedor del formulario */
.contact-box {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Título */
.contact-box h2 {
  font-weight: 200;
  font-size: 2rem;
  color: #185fb2;
  text-shadow: 0 1px 0 #ffffff;
}

/* Campos del formulario */
.contact-box .form-control {
  background-color: #f7f9fc;
  border: 1px solid #dce3ec;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02);
}

.contact-box .form-control:focus {
  border-color: #2979d5;
  box-shadow: 0 0 0 0.2rem rgba(41, 121, 213, 0.2);
  background-color: #fff;
}

/* Placeholder suave */
.contact-box .form-control::placeholder {
  color: #999;
  font-weight: 400;
}

/* Botón estilizado */
.btn-gradient {
  background: linear-gradient(135deg, #2979d5, #0059c1);
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 14px rgba(41, 121, 213, 0.3);
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #0059c1, #003c9e);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 89, 193, 0.4);
}

.bootscore-footer-columns{
  background: #549da3;
  color: #FFF;
}

.bootscore-footer-columns ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.bootscore-footer-columns ul li a{
  color: #FFF;
  text-decoration: none;
}

.bootscore-copyright a{
  color: #549da3;
}

.contacto {
  background: #f8f9fa;
}

.contacto-box h3 {
  font-weight: 700;
}

.contacto-datos i {
  width: 24px;
  height: 24px;
}

.contacto-datos span {
  font-size: 1rem;
  color: #333;
}

@media (max-width: 768px) {
  .contacto-box {
    text-align: center;
  }
  .contacto-datos {
    justify-content: center;
  }
}

@media (max-width: 575.98px){
  .svc-badge{
    top:-18px; right:0; width:58px; height:58px; font-size:1.2rem;
  }
  .svc .svc-card::before{ top:10px; bottom:10px; width:8px; }
  .svc .card-body{ padding: 1.4rem 1.25rem 1.5rem 1.55rem; }
  .vb-img.vb-img--sm{
    display: none;
  }

  .box-home-2, .box-home-3{
    margin-top: 0!important;
  }
  .value-figure{
    padding-left: 0!important;
    min-height: inherit;
  }
  ..bootscore-footer-top{
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-brand{
    width:200px;
  }
  .wp-block-image.alignleft{
    float: none;
    text-align: center;
  }
}