@keyframes pulse {
  70% {
    -webkit-box-shadow: 0 0 0 15px #D51C3F;
    box-shadow: 0 0 0 15px #D51C3F;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #D51C3F;
    box-shadow: 0 0 0 0 #D51C3F;
    opacity: 0;
  }
}
.frm-fluent-form input {
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
}
.frm-fluent-form textarea {
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
}
.frm-fluent-form button[type="submit"] {
  display: flex;
  padding: 16px;
  border-radius: 0 !important;
  background-color: #D51C3F !important;
  color: white;
  font-family: inherit;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.scroll-down div {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.scroll-down:hover div {
  transition: all 0.3s ease-in-out;
  color: white !important;
  transform: scale(1.05);
}
.btn-more-info a:hover {
  color: #D51C3F;
}
.btn-more-info .btn-more-info-icon {
  transition: transform 0.3s ease-in-out;
}
.btn-more-info:hover .btn-more-info-text {
  color: #D51C3F !important;
}
.btn-more-info:hover .btn-more-info-icon {
  color: #D51C3F !important;
  fill: #D51C3F !important;
  transform: translateX(10px);
}
.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.owl-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.custom-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-prev, .custom-next {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
}
.custom-prev.active, .custom-next.active {
  background-color: #D51C3F;
  transition: background 0.3s ease-in-out;
}
.custom-prev.active:hover, .custom-next.active:hover {
  background-color: #000319;
}
.custom-dots {
  display: flex;
  gap: 12px;
}
.custom-dots .owl-dot {
  gap: 12px;
  width: 150px;
  height: 4px;
  opacity: 0.5 !important;
  background-color: #000319 !important;
}
.custom-dots .owl-dot.active {
  opacity: 1 !important;
}
.candidate-link {
  border: 1px solid #f9f9f9;
}
.candidate-link:hover .item-content {
  background-color: #d51c3f;
  color: white;
}
.candidate-link:hover .item-title {
  color: white;
}
.candidate-link:hover p {
  color: white !important;
}
.item-content {
  position: relative;
  background: white;
  padding: 24px;
  margin-top: -64px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
}
.item-content .item-title {
  color: #D51C3F;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.item-content p {
  font-size: 14px;
  font-weight: 500;
  color: #000319;
}
.item-cover-img {
  object-fit: cover;
  height: auto;
  background: linear-gradient(0deg, #e6e6e6 0%, white 100%);
}
.fluentform input, .fluentform textarea {
  border-radius: 0 !important;
}
.oxy-pro-menu-mobile-close-icon {
  left: unset !important;
  right: 24px;
}
.oxy-pro-menu-open-container .menu-menu-glowne-container {
  width: 100% !important;
  margin-top: 64px !important;
  margin-bottom: auto;
}
.oxy-pro-menu-open-container .menu-menu-glowne-container .oxy-pro-menu-list {
  border-top: 2px solid #c0c4cf77;
  padding-left: 24px;
  padding-top: 24px;
  gap: 12px;
}
.oxy-pro-menu-open-container .menu-menu-glowne-container .menu-item a {
  font-size: 20px !important;
}
.modal-tigger {
  position: relative;
}
.modal-tigger::before, .modal-tigger::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 3s infinite;
}
.modal-tigger::before {
  box-shadow: 0 0 0 0 #D51C3F;
  opacity: 0.6;
}
.modal-tigger::after {
  box-shadow: 0 0 0 0 #D51C3F;
  opacity: 0.6;
  animation-delay: 0.3s;
}
@media (max-width: 1024px) {
  .owl-controls {
    width: 100%;
  }
  .custom-navigation {
    max-width: 100%;
  }
  .custom-dots {
    max-width: 70%;
  }
  .owl-dot {
    width: auto;
    flex: 1 0;
  }
}
@media (max-width: 768px) {
  .owl-controls {
    gap: 24px;
  }
  .custom-dots {
    max-width: 60%;
    gap: 2px;
  }
  .custom-navigation {
    gap: 12px;
  }
  .custom-navigation button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .custom-navigation button svg {
    width: 24px;
    height: 24px;
    margin-top: -2px;
  }
}
@media (max-width: 375px) {
  .custom-navigation {
    width: 100%;
    justify-content: space-between;
  }
  .custom-dots {
    display: none;
  }
}
