
/* Buttons */
.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  gap: 0px!important;
  background-color: var(--color-blue)!important;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  padding: 3px !important;
}

.primary .gb-text,
.secondary .gb-text{
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  color: var(--color-white);
  line-height: 15.4px;
  vertical-align: middle;
  padding: 14px;
}

.primary .gb-shape,
.secondary .gb-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  padding: 15px 13.5px;
  align-self: stretch;
  border-radius: 4px;
}

.primary .gb-shape svg {
  color: var(--color-blue);
  transition: transform 0.3s ease;
}

/* Secondary Button */
.secondary {
  border: 1px solid rgba(41, 165, 226, 0.5);
}


.secondary .gb-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue);
  padding: 14px 16px;
  align-self: stretch;
}

.secondary .gb-shape svg {
  color: var(--color-white);
  transition: transform 0.3s ease;
}

.secondary:hover {
  border-color: var(--color-blue-light);
}

.secondary:hover .gb-shape svg {
  transform: translateX(4px);
}

/* Hover */
.primary:hover {
  background-color: var(--color-blue-light);
  border-color: var(--color-blue-light);
}

.primary:hover .gb-shape svg {
  transform: translateX(4px);
}

/* Service card */
.service-card {
   position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(41, 165, 226, 0.2);
  background-color: #01061A !important;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 32px;
  color: #fff;
}

/* .service-card p{ 
    position: relative;
    z-index: 2;
} */

/* Pattern budovy */
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/06/pattern.svg');
  background-repeat: repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

/* Modrý glow */
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/06/pattern-bg.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

.card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.card-number,
.card-content {
  position: relative;
  z-index: 2;
}
.card-number{ 
font-weight: 500;
font-size: 80px;
line-height: 100px;
letter-spacing: -4px;
vertical-align: middle;
color: var(--color-blue);
}


/* Referencie */
.wp-block-easy-tabs-block-tab-contents{ 
    background-color: #fff;
    border: 0px solid #000;
    padding: 0rem;
}
.ref-card{ 
    position: relative;
}

.ref-card::after{ 
position: absolute;
content: "";
width: 100%;
height: 100%;
top:0;
right: 0;
background-image: url("/wp-content/uploads/2026/06/ref-pattern.svg");
background-size: contain;
background-repeat: no-repeat;
background-position-x: 100%;
border-radius: 16px;
z-index: 0;
}

.ref-card-left{ 
    position: relative;
    z-index: 1;
    min-height: 642px;
    height: 100%;
    display: flex;
    flex-direction: column;

}

.ref-card-left-button{ 
    margin-top: auto;
}

.ref-card-left::after{ 
    position: absolute;
content: "";
width: 130px;
height: 137px;
bottom:32px;
right: 32px;
background-image: url("/wp-content/uploads/2026/06/icon-building.svg");
background-size: contain;
background-repeat: no-repeat;
background-position-x: 100%;
}
.ref-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 0 0;
}
.ref-meta .wp-block-separator{ 
    height: 1px;
    border-top: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.ref-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.80625rem;    /* 12.9px */
  line-height: 1.05625rem;  /* 16.9px */
  letter-spacing: -0.00875rem;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.ref-meta-item p{ 
    margin-bottom: 0px!important;
    font-family: var(--font-mono);
font-weight: 500;
font-size: 12.9px;
line-height: 16.9px;
letter-spacing: -0.14px;
vertical-align: middle;
text-transform: uppercase;
color: #fff;
}

.ref-meta-item img,
.ref-meta-item svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--color-blue-light);
}

.ref-list {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.0625rem;     /* 17px */
  line-height: 1.875rem;    /* 30px */
  color: var(--color-text-muted);
  padding-left: 20px;
}

.ref-list li {
  margin-bottom: 4px;
}

.ref-card-right {
  position: relative;
  overflow: hidden;
}