/*
Theme Name: Elatus Theme
Version: 1.0.0
Author: KJP Designs
*/

    
    #canvas-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
       pointer-events: none;
      transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.8s ease-out;
      will-change: transform, opacity;
    }
    
    .bg-primary {
      background: linear-gradient(92deg, #000000ce -1.79%, #020f06ce 99.48%);
    }
    .bg-secondary {
      background: linear-gradient(92deg, #000000af -1.79%, #020f06ab 99.48%);
    }
    
.btn-typ1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* Hide the raw input but keep it clickable */
.btn-typ1 input[type="submit"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.wpcf7-spinner{
    display: none;
}

.btn-arrow {
  margin-left: 8px;
}



/* 
.admin-bar #canvas-container {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #canvas-container {
        top: 46px;
    }
}
 */

/* Disable only the Services top-level link */
.menu-item-not-clickable > a.nav-link {
    pointer-events: none;
    cursor: default;
}

/* Re-enable EVERYTHING in submenu */
.menu-item-not-clickable .sub-menu,
.menu-item-not-clickable .sub-menu li,
.menu-item-not-clickable .sub-menu li a,
.menu-item-not-clickable .sub-menu li a.sub-nav-link {
    pointer-events: auto !important;
    cursor: pointer !important;
}



.feature-item .f-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.feature-item .f-icon svg {
  width: 100%;
  height: auto;
  display: block;
}


#page-loader {
    position: fixed;
    inset: 0;
    background: #020F06;
    z-index: 9999;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
}


.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip:first-of-type {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.4;
}