/*
Theme Name: Infrastructure Networks, Inc (iNet)
Theme URI: https://example.com
Author: Your Name
Author URI: https://yourwebsite.com
Description: A fast and optimized WordPress theme for Infrastructure Networks, Inc.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inetlte
Tags: custom-theme, fast, responsive
*/

.inet-box .ekit-wid-con {
  position: relative;
  /* Prevents overflow */
}

.inet-box .ekit-wid-con::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px; /* Initially hidden off-screen */
  width: 20px;
  height: 100%;
  background: rgba(255, 0, 0, 0);
  transform: skewX(-4deg);
  transition: right 0.4s ease-in-out;
  border-radius: 0 25px 0 0;
}

.inet-box .ekit-wid-con:hover::after {
  right: -7px; /* Move in on hover */
  background: #E5002B;
  z-index: -1;
}
.inet-box .ekit-wid-con:hover {
  box-shadow: 0px 20px 40px -30px #00000075 !important;
}
.inet-box .ekit-wid-con {
  transition: all 0.7s ease-in-out;
}
.menu-item-has-children .menu-item-has-children {
    background: #eee;
}
