@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');


/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    /* font-family: 'Rubik', sans-serif; */
    overflow-x: hidden;
}
.serviceListContainer{
  display: flex;
  align-items: start;
  gap: 12px;
}

.scrollable{
  height: 70vh !important;
  overflow-y: scroll !important;
}
.dropdown {
    z-index: 100;
  }
  .dropdown:hover {
    cursor: pointer;
  }

  .dropdown:hover .dropdown_menu li {
    display: block;
  }
  .dropdown_menu {
    position: absolute !important;
    top: 100%;
    left:-142px;
    z-index: -1;
    padding-left: 0;
    overflow: hidden;
    width:1020px;
    background-color: #fff;
    border: 1px solid rgb(233, 226, 226);
    border-top: none;
    border-radius: 10px 10px 12px 12px;
    padding:24px;
  }

  .industriesDrop{
    width:800px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .menu-item {
    list-style: none;
    display: flex;
    align-items: center;
}

.menu-item img {
    margin-right: 10px; /* Adds space between image and text */
}

.menu-item a {
    text-decoration: none;
    color: inherit; /* Keeps the default text color */
    display: flex;
    align-items: center;
}

  .dropdown_menu li {
    display: none;
    color: #fff;
    /* background-color: #fff; */
    padding:5px 0px;
    font-size: 16px;
    line-height: 10px;
    opacity: 0;
    
  }

  .dropdown_menu li a{
    /* border-bottom: 1px dotted #00000047; */
    color: #003054;
    padding-left: 16px;
  padding-right: 16px;
  }
.veriIcon{
 color: #D38E25;
  background: #FAE7CA;
  padding: 6px;
  font-size: 13px;
  border-radius: 3px;
  position: absolute;
  width: 32px;
  height: 32px;
 display: flex !important;
  justify-content: center;
  align-items: center;
}
.menu-item:hover .veriIcon{
  color: #14212b;
  background-color: #b1b2b354;
}

.veriIconto{
  color: #D38E25;
  background: #FAE7CA;
  padding: 6px;
  font-size: 13px;
  border-radius: 3px;
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.menu-item:hover .veriIconto{
  color: #14212b;
  background-color: #b1b2b354;
}
.navs-ul li{
  list-style: none;
}
.navCanvas {
  background-color: #FAF5F3;
}

  .dropdown_menu li a span{
    text-transform: capitalize;
    text-wrap: nowrap;
    padding-left:43px;
    font-size: 14px;
    color: #191a19;
  }

 

  .dropdown_menu li:nth-last-child(-n+2) a {
   border-bottom: 0;
  }

  /* .dropdown_menu li:hover a {
    color: #E5B20A;
  } */
  .dropdown:hover .dropdown_menu--animated {
    display: block;
  }
  .dropdown:hover .dropdown_menu--animated.industriesDrop {
    display: grid;
 }
  .dropdown_menu--animated {
    display: none;
  }
  .dropdown_menu--animated li {
    display: block;
    opacity: 1;
  }

  .dropdown_menu-7 {
    animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
    padding-top: 16px !important;
  
  }

  @keyframes rotateMenu {
    0% {
      transform: rotateX(-90deg);
    }
    70% {
      transform: rotateX(20deg);
    }
    100% {
      transform: rotateX(0deg);
    }
  }

 
  end styling dropdown

  /* mega menu style start */

  .subList li{
    color: #000000;
  }
  .accordion-item{
    border: 0;
    margin-top: 22px;
  }
  .accordion-item .accordion-button{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    font-weight: bold;
    /* font-family: Arial, Helvetica, sans-serif; */
  }

  .megaIconContaioner img{
    border: 1px dashed;
    border-radius: 100%;
  }

  .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.subList{
  padding: 12px 0px;
}

.accordion-button::after {
  width:30px;
  margin-left: 12px;
}
  /* mega mune style end */


/* megamenu */
.serviceV{
    display: block;
}
.menu-image-title-after {
    display: block !important;
}
.servicePara{
   font-size: 12px;
  padding-left:43px;
  margin-top:5px;
  color:gray;
  margin-top: 5px;
   line-height: 1.3;
   font-weight: 200;
}
 .dropdown_menu--animated.industriesDrop.show {
    display: none !important;
  }
 .nav-item .lpusIcon {
    transition: transform 0.3s ease;
}
@media (max-width:991px) {
  /*  */


/* default closed */
.nav-item.dropdown > .industriesDrop {
    display: none;
}

/* open ONLY when JS adds .active */
.nav-item.dropdown.active > .industriesDrop {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}


/* icon animation */
.lpusIcon {
    transition: transform 0.3s ease;
}

 .dropdown_menu .menu-item {
    padding-bottom: 10px;
  }
  .dropdown_menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    top: -174% !important;
}
  .veriIcon{
    position: static;
  } 
  .veriIconto{
    position: static;
  }
  .dropdown_menu li a span{
    padding-left: 7px;
  }
   .dropdown_menu{
        left: 10px !important;
    }
    .nvs-lnk{
      width: 222px !important;
      padding: 12px;
    }
    .industriesDrop{
      width:250px !important;
    }
    .dropdown_menu li a{
      padding-left: 7px;
      display: flex !important;
    }
 
 .servicePara{
    line-height: 1.3;
 }
 .offHeader{
  border-bottom: 1px solid #e1dddd;
 }
  .slideHeading {
    font-size: 35px;
    line-height: 45px;
}

.highlight {
  font-size: 38px;
}

.subHeading {
  font-size: 13px;
  padding: 10px 0px;
}

.slidePara {
  font-size: 15px;
  line-height: 22px;
}

.btn span {
  font-size: 12px;
  padding: 12px 14px;
}

.circleBg::before {
  width: 395px;
  height: 395px;
}

/* .swiper-slide img {
  width: 440px;
} */


.logo-container.desktop{
  display: none;
}

.logo-container.phone{
  display: block;
}

.offcanvas-body{
  flex-direction: column;
}

.menu-area-container li{
  padding:5px 10px;
}

.menu-area-container li a{
 color: #000000;
}


.menu-area-container {
  width: 100%;
}



.offCanBody{
  justify-content: unset;
}

.dropdown_menu {
  position: static !important;
  width: unset;
  border: none;
}
  
.call-info-container span {
  color: #000000;
}

.call-info-container a {
  color: #161616;
}


.menu-area-container ul {
  width: 100%;
}

.dropdown .dropdown_menu--animated,.dropdown:hover .dropdown_menu--animated {
  display: none;
}

.dropdown .dropdown_menu--animated.show {
  display: block ;
  position: static!important;
  padding-left: 0
}


.divider {
  width: 80px;
  height: 1px;
  background-color: rgba(207, 201, 201, .4);
}

.dropdown_menu--animated.industriesDrop:hover {
  display: block !important;
}

.dropdown_menu--animated.industriesDrop.show {
  display: block !important;
}
.dropdown_menu{
    padding: 0px;
}
.navMenu{
  width: unset;
}

.contactMap{
  height:475px;
}

.servicesCard{
  width: 99%;
}

.subInfoContainer {
  display: none;
}
.textMob {
  display: block;
  margin-left: 8px;
}

.subInfoCard .subInfoIcon {
  padding: 8px;
  border-radius: 5px;
  font-size: 12px;
}
/* 🚫 KILL ALL HOVER DROPDOWNS */
.dropdown:hover > .dropdown_menu,
.dropdown:hover > .industriesDrop,
.nav-item.dropdown:hover > ul {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


}

  /*  */
 
  
