/*
Theme Name:   Hello Elementor Child
Template:     hello-elementor
Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below */


.logo a {
    max-width: 200px;
    display: inline-flex
;
}
.elementor-container {
    max-width: 1250px;
    margin:auto;
}
.d-flex{
display: flex;
}
.logo-nav {
    justify-content: space-between;
    align-items: center;
}

#menu-main-menu li a {
    color: #111111;
    padding: 5px 15px;
    font-weight: 500;
}

#menu-main-menu li a:hover{color: #8529e2;}

.tyre-nav {
    padding-block: 20px;
}
/* Basic menu reset */
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Dropdown hidden by default */
.sub-menu li a {
    display: block;
    margin: 0px !important;
    padding: 8px 7px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px !important;
    text-transform: capitalize !important;
}
.sub-menu li:last-child a {
    border-bottom:0px solid #ebebeb;
}
.sub-menu:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cbcbcb;
    position: absolute;
    top: -11px;
    left: 30px;
}
.sub-menu:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 30px;
}
.menu-item-has-children {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23333' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right;
     background-size:23px;
}
.main-menu .menu-item-has-children a{
    padding-right:26px !important;
}
#menu-header-menu li.current_page_item a {
    color: #321cfd;
}
@media(min-width:768px) {
  .d-md-none{
    display: none;
  }
 #mainNav > ul {
    display: flex;
    gap: 10px;
}
#mainNav li{
    display: block;
    position: relative;
}
#mainNav, .getdemo-nav{
    align-items: center;
    display: flex;
}
.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s ease;
  height:0px;
    z-index:1;
    border: 1px solid #eee;
}
/* Show dropdown on hover (desktop) */ 
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(15px);
  height:auto;
}
}
/* Mobile styles */
@media (max-width: 767px) {
.menu-item-has-children {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23333' fill='none' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 7px;
            background-size: 23px;
}
#menu-main-menu li a {
    width: 100%;
}
.logo-nav {
    padding-left: 15px;
}
.sub-menu li a {
    border-bottom: 0;
    width: 100%;
}
  .sub-menu {
    position: static;
    box-shadow: none;
  }
  .main-menu .open > .sub-menu {
    display: block;
  }
   .iirs-logo a {
    padding: 10px 17px;
  }
  .logo img.img-fluid {
    max-width: 126px;
}

  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin-left: -15px;
    margin-right: 5px;
  }

  #hamburger .line {
    fill: none;
    stroke: #462ae3;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .logo-nav-wrap nav {
    position: fixed;
    background: #fff;
    left: -100%;
    height: 100%;
    top: 0;
    z-index: 99999999;
    transition: .3s ease-in-out;
    box-shadow: 0 0 9px -5px #000;
    width: 280px;
    padding-top: 20px;
    border-right: 1px solid #ddd;
  }

  .logo-nav-wrap nav.open {
    left: 0;
  }

  .logo-nav-wrap nav ul li {
    margin-left: 0;
    border-bottom: 1px solid #eee;
    display:block;
  }
.main-menu, .getdemo-nav{
    padding-left:0px;
}
ul.getdemo-nav {
    padding-inline: 13px;
    border-top: 1px solid #eeeeee;
    padding-top: 11px;
}
  .logo-nav-wrap nav ul li:last-child {
    border-bottom: 0;
  }

  .logo-nav-wrap nav ul li a {
    padding: 8px 15px;
    display: inline-block;
    color: #000;
  }

  .dropDowmAngle {
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .logo-nav-wrap nav ul ul {
    position: static;
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
    transition: none;
    display: none;
  }

  .logo-nav-wrap nav ul ul li a {
    font-size: 13px;
  }

  .heroBannerWrap::after {
    content: none;
  }

  .overlaySliderHeroWrap {
    margin-top: -65px;
  }

  .heroContent {
    margin-top: 0;
  }

  .heroContent h3,
  .heroContent h4 {
    font-size: 4rem;
  }

  .searchBanner {
    margin-top: 10px;
  }


  .overlaySliderHeroWrap .bx-wrapper .bx-prev {
    margin-left: 0 !important;
  }

  .overlaySliderHero .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-website-links ul li {
    margin-bottom: 8px;
}
.register-form-wrap {
    padding: 15px !important;
}
}