.warning-message {
    background: #2240ee;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.warning-message p {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.warning-message a,
.warning-message a:active,
.warning-message a:hover,
.warning-message a:visited {
    color: #fff;
}

/* General Hover Link styles */
div.header-container .bookend {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  display: inline-block;
}


/* Hover Effect */
div.header-container .bookend-vert {}


div.header-container .bookend-vert::after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}


div.header-container .bookend-vert::after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

div.header-container .bookend-vert:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

div.header-container .bookend-vert span {
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

header.template-header .navbar-side .mobile-sub-nav ul li:not(.website-phone) {
  display: inline-block;
}
/* Hover Effect */

@media (min-width: 601px) {
  .testimonials-wrapper .inner-wrapper {
    display: block !important;
    text-align: center;
    -ms-columns: unset !important;
    columns: unset !important;
    column-gap: 0 !important;
  }

  .testimonials-wrapper .testimonial-box {
    display: inline-block !important;
    vertical-align: top;
    width: 280px;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
  }
}

.testimonials-wrapper .testimonial-box blockquote {
  padding: 30px;
  margin: 0;
  height: 100%;
}

h2.page-title-heading.h2 {
  line-height: 0.33 !important;
}

h2.page-title-heading.h2 span {
  font-size: 0.25em !important;
}

.widget--list-items {
  margin: 60px auto;
  max-width: 1640px;
  padding: 0 20px;
  text-align: center;
}

.list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px 20px;
}

.list-items__item {
  flex: 1 1 calc(20% - 20px);
  max-width: calc(20% - 20px);
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}

.list-items__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.widget.image figure {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f4f4f4;
}

.widget.image figure img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.widget--list-items h4 {
  font-size: 20px;
  font-weight: 600;
  color: #4c6e87;
  margin-bottom: 15px;
}

.widget--list-items p {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.widget.page-intro {
  max-width: 1600px;
}

@media (max-width: 1439px) {
  .list-items__item {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

@media (max-width: 1439px) and (min-width: 1025px) {
  .list-items {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .list-items__item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  h2.page-title-heading.h2 span {
    font-size: 0.35em !important;
  }

  .list-items__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}