.adn,
.aup {
  position: relative;
  padding: 2.5rem;
  isolation: isolate;
}
.adn,
.aup {
  background: #c41e3a;
}
.adn::after,
.aup::after {
  content: "";
  position: absolute;
  inset: 2px;               
  background: #353535;       
  z-index: -1;
}
.adn,
.adn::after {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 50px),
    50% 100%,
    0 calc(100% - 50px)
  );
}
.aup,
.aup::after {
  clip-path: polygon(
    0 50px,
    50% 0,
    100% 50px,
    100% 100%,
    0 100%
  );
}
.br {
    background-color: #c41e3a;
    color: #ffffff;
    border: 2px solid #353535;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px; 
    transition: all 0.3s ease;
}

.br:hover {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #353535;
}
.bg {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px; 
    transition: all 0.3s ease;
}

.bg:hover {
    background-color: #353535;
    color: #ffffff;
}
.wp-block-navigation 
.wp-block-navigation-item__content {
  transition: color 0.2s ease-in-out;
}

.wp-block-navigation 
.wp-block-navigation-item__content:hover {
  color: #c41e3a;
}
.li img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.li img:hover {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.text-block {
  position: relative;
  z-index: 2;
}

.overlap-image {
  position: relative;
  top: -30px;
  z-index: 1;
}
.wp-site-blocks > header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--wp--preset--color--background);
}
.wp-site-blocks > header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;

  /* REAL shadow */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


.wp-site-blocks {
  overflow: visible;
}
.wp-site-blocks > header {
  background-color: #ffffff;
}
.video-cta {
  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.video-cta:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  background-color: rgba(0,0,0,0.04);
}



