#wpadminbar {
    position: fixed !important;
    top: 0 !important;
    z-index: 99999 !important;
}

/* Header ko neeche push karo */
body.admin-bar header,
body.admin-bar .site-header,
body.admin-bar .main-header,
body.admin-bar .navbar,
body.admin-bar .header,
body.admin-bar [class*="header"] {
    position: relative;
    top: 32px !important;
}
  /* Submenu Mega Menu */
  .has-submenu {
    position: relative;
  }

  .submenu-mega {
    position: absolute;
    top: calc(100% + 1px);
    left: 55px;
    transform: translateX(-50%);
    width: 100vw;
    background: #f1f1f1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }

  .has-submenu:hover .submenu-mega {
    opacity: 1;
    visibility: visible;
  }

  .submenu-wrapper {
    max-width: calc(100% - 70px);
    margin: 0px;
    display: grid;
    grid-template-columns: 280px repeat(3, 1fr);
    gap: 40px;
    padding: 0px;
  }

  .submenu-image {
    width: 100%;
  }

  .submenu-image img {
    width: 100%;
    border-radius: 0px;
  }
  .submenu-column {
    padding: 50px 10px;
    border-right: 1px solid #bbbbbb;
  }

  .submenu-column h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1C1C1C;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .submenu-column h3 .line.active {
    width: 4px;
    height: 20px;
    background: #0033cc;
    border-radius: 2px;
  }

  .submenu-column h3 .line {
    width: 4px;
    height: 20px;
    background: #b4b6bd;
    border-radius: 2px;
  }

  .submenu-column ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    padding-left: 15px;
  }

  .submenu-column ul li {
    margin-bottom: 12px;
  }

  .submenu-column ul li a {
    color: #1C1C1C;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease;
    display: block;
  }

  .submenu-column ul li a:hover {
    color: #0033cc;
  }

  .menus a.active {
  color: #0033cc !important; /* highlight color */
  font-weight: 600;
}

.menus li.active > a {
  color: #0033cc;
}
.section-cmn3{
  border-top: 1px solid #585858;
}
.ctitle2.White h3, .ctitle2.White span{
  color: #fff !important;
}
.ctitle2.Black h3, .ctitle2.Black span{
  color: #000 !important;
}
.cls_reconfigurable_description {
    position: relative;
    padding: 49px 0px;
    background-color: #F1F1F1;
    /* border-top: 1px solid #585858; */
    /* border-bottom: 1px solid #585858; */
}
.cls_techenabled{
  padding: 90px 0px !important;
}
.cls_reconfigurable_description p{
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
  font-weight: 400;
  text-align: left;
}
.cls_pdp_cate{
  margin: 0px !important;
  border-top: none !important;
}
.cls_artemis, .cls_private_office{
  margin-top: 0px !important;
}
.cls_storage_photos ul li{
  width: 50% !important;
}
.clsimagegallery{
  border-top: 1px solid #585858;
}
  /* Mobile Responsive */
  /* ====== MOBILE VERSION ====== */
  @media (max-width: 991px) {
    /* hide hover logic */
    .has-submenu:hover .submenu-mega {
      opacity: 1;
      visibility: visible;
    }

    .submenu-mega {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      width: 100%;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      display: none;
      padding: 0 15px;
    }

    .submenu-mega.active {
      display: block;
    }
    .clssubmentmega {
      margin-top: 30px;
    }

    .submenu-wrapper {
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 0;
    }

    .submenu-image {
      display: none;
    }

    .submenu-column {
      border: none;
      padding: 0px 0;
    }

    .submenu-column h3 {
      margin-bottom: 15px;
      padding-bottom: 15px;
      font-size: 13px;
      border-bottom: 1px solid #e5e5e5;
    }

    .submenu-column h3::after {
      font-size: 18px;
      font-weight: bold;
      color: #0033cc;
    }

    .submenu-column ul {
      display: none;
      padding-left: 20px;
      margin-top: 10px;
    }
    .submenu-column h3 .line.active {
      background: #0033cc;
    }
  }

  @media (max-width: 1024px) {
    .submenu-wrapper {
      grid-template-columns: 1fr;
    }

    .submenu-image {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .submenu-mega {
      position: relative;
      transform: none;
      left: 0;
    }
  }
@media screen and (max-width: 782px) {
    body.admin-bar header,
    body.admin-bar .site-header,
    body.admin-bar .main-header,
    body.admin-bar .navbar,
    body.admin-bar .header,
    body.admin-bar [class*="header"] {
        top: 46px !important;
    }
}
/* Added on 24-10-2025 */
header:hover, header:has(.menus li:hover) {background: #f1f1f1;}
header:hover .menus li a {
  color: #000000;
}
.clsmain:has(.has-submenu:hover)::before,
.openmenu .clsmain::before{content: ''; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55); z-index: 1;}
.openmenu{overflow: hidden;}
.cls_menu a{
  color: #1C1C1C;
}
.cls_menu a:hover{
  color: #000DAF;
}

@media (max-width: 1399px) {
  .submenu-column h3, .submenu-column ul li a{font-size: 16px;}
}

@media (max-width: 1299px) {
  header .submenu-mega {left: 130px !important;}
}

@media (max-width: 1199px) {
  header .custnav .menus{display: block;}
  header .custnav .menus > li > a{min-height: 0;}
  header .submenu-mega {left: 10px !important;}
  .submenu-wrapper{max-width: 100%;}
  .submenu-column h3 .line{background: #0033cc;}
}

/* Home page */
.section-h7 .ctitle3{max-width: 340px;}
.section-h9.section-h2 .textinfo .ctextinfo1{width: 275px;}
.section-h9.section-h2 .textinfo2 .ctextinfo1{width: 275px;}
.clsviewbtn {font-size: 14px;}
.clsviewbtn span{background-size: 18px;background-position: right 7px;}
.section-h10 .ctitle span p{font-weight: 600;}
.clsattailn .textinfo1 h3 > p{font-weight: 300;}
.section-h12 .ctitle h3{max-width: 330px;font-size: 54px;line-height: 60px;}
.section-h13 .ctitle h3{max-width: 330px;}

@media (max-width: 767px) {
  .clsviewbtn{font-size: 12px;}
  .clsviewbtn span {background-size: 16px;background-position: right 5px;}
  .section-h9.section-h2 .textinfo .ctextinfo1{width: 168px;}
  .section-h9.section-h2 .textinfo2 .ctextinfo1{width: 185px;}
  .section-h12 .ctitle h3{max-width: 100px; font-size: 20px;line-height: 22px;}
  .section-h13 .ctitle{width: 100%;}
  .section-h13 .ctitle h3{max-width: 130px; font-weight: 400;}
}