:root {
  --primary-color: #272727; /*rgba(39, 39, 39, 1)*/
  --secondary-color: #1d1d1d; /*rgba(29, 29, 29, 1)*/
  --third-color: rgba(18, 18, 18, 1);
  --main-black: #000;
  --main-white: #fff;

  --main-yellow: rgba(255, 165, 2, 1);
  --main-blue: rgba(72, 186, 255, 1);

  --main-text-shade1: rgba(255, 255, 255, 0.8);
  --main-text-shade2: rgba(255, 255, 255, 0.7);
  --main-text-shade3: rgba(255, 255, 255, 0.6);
  --main-text-shade4: rgba(255, 255, 255, 0.5);
  --main-text-shade5: rgba(255, 255, 255, 0.4);
  --main-text-shade6: rgba(255, 255, 255, 0.3);
  --main-text-shade7: rgba(255, 255, 255, 0.2);
  --main-text-shade8: rgba(255, 255, 255, 0.1);
}

/* ======================================================
                        HEADER SOC
====================================================== */
.rotate--90 {
  transform: rotate(-90deg);
}
.site-header {
  position: relative;
  z-index: 999;
}
.header-main .header-inner-main {
  position: relative;
  /* background-color: var(--primary-color); */
  background-color: transparent;
  /* border-bottom: 1px solid var(--main-text-shade6); */
}
.header-main-active .header-inner-main {
  background-color: var(--secondary-color);
}
.header-main .header-inner-main .header-inner {
  align-items: center;
}
.header-main .header-inner-main nav.navbar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  padding: 0px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-main
  .header-inner-main
  .header-inner
  .header-menu.show
  .header-menu-inner {
  padding-top: 0;
}
.header-main .header-inner-main .header-inner .header-menu ul li a {
  position: relative;
  font-size: 20px;
  margin: 0px 21px;
  font-weight: 400;
  padding: 40px 0px;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  font-family: "Poppins";
}
.header-main.active .header-inner-main .header-inner .header-menu ul li a {
  padding: 30px 0px;
}

.header-main .header-inner-main .header-menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
/*	header Dropdown CSS*/

.header-menu ul li .dropdown_main {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.header-menu ul li .dropdown_main .accordion-collapse {
  background-color: var(--primary-color);
  border: none;
  margin-top: 10px;
}
.header-menu ul li .dropdown_main .dropdown_link {
  background-color: transparent;
  padding: 0;
}

.dropdown_main .header-tabs {
  padding: 40px 30px;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
.dropdown_main .header-tabs .nav-tabs {
  border-bottom: none;
}
.dropdown_main .header-tabs a {
  margin: 0px !important;
  padding: 5px 0px !important;
  text-shadow: none !important;
  border: none !important;
}
.dropdown_main .header-tabs .nav-tabs a.nav-link.active {
  background: transparent;
  border: none;
  position: relative;
}
.dropdown_main .header-tabs a:after {
  display: none !important;
}
.dropdown_service-title h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  text-shadow: none;
  color: var(--main-white);
}
.dropdown_main .header-tabs .nav-tabs .active a.nav-link:before {
  height: auto;
}
.header-menu ul li a.accordion-btn[aria-expanded="true"] {
  color: var(--main-yellow);
  text-shadow: none !important;
}

.header-main button.navbar-toggler {
  padding: 0;
  width: 35px;
  height: 35px;
  border: 1px solid var(--main-text-shade7);
  border-radius: 100%;
  margin: 0px 0;
}
.header-main button.navbar-toggler span.icon-bar:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}
.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.header-main button.navbar-toggler span.icon-bar:nth-child(1) {
  top: 6.2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header-main button.navbar-toggler span.icon-bar:nth-child(3) {
  margin-right: auto;
}
.header-main button.navbar-toggler.collapsed span.icon-bar:nth-child(1),
.header-main
  .header-inner
  .header-right
  button.navbar-toggler.collapsed
  span.icon-bar:nth-child(3) {
  top: 0;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  background-color: var(--main-yellow);
}
.header-main button.navbar-toggler span.icon-bar {
  margin: auto;
  background-color: var(--main-white);
  border-radius: 2px;
  display: block;
  height: 1px;
  position: relative;
  width: 15px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.header-main button.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header-main .header-right {
  width: 100%;
}
.header-main button.navbar-toggler span.icon-bar:nth-child(3) {
  top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header-main {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  left: 0px;
}

/* ===============================================================
                COMMON SUB MENU STYLING SOC
=============================================================== */

.common-submenu .common-submenu-title-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--main-text-shade6);
  border-radius: 10px;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: center;
}
.common-submenu .common-submenu-content {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.common-submenu .common-submenu-content .common-submenu-subtitle {
  line-height: 22px;
}
.common-submenu .common-submenu-title-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* INNOVATION SECTION */
.dropdown_details_sec {
  border-left: 1px solid var(--main-text-shade6);
}

/* FOR CUSTOM GRID (ONLY USED ON SRVICE MENU) --- BY HIMANI (20/03/24) */
.custom-grid {
  grid-template-columns: calc(100% / 4) calc(100% / 4) calc(100% / 4) calc(
      100% / 4
    );
  grid-gap: 10px;
}
@media (min-width: 1200px) {
  .header-main .header-inner-main .header-inner .header-menu ul li a.active {
    color: var(--main-white);
  }

  /* FOR CUSTOM GRID --- BY HIMANI (20/03/24) */
  .inner-grid:nth-child(4) {
    grid-column: 4;
    grid-row: 1 / 4;
  }
  /* FOR CUSTOM GRID --- BY HIMANI (20/03/24) */
}
@media (min-width: 992px) {
  .dropdown_main .header-tabs .tab-content .card-header {
    display: none;
  }
  .dropdown_main .header-tabs .tab-content .card .collapse {
    display: block !important;
  }
  .header-menu ul li:hover .dropdown_main .collapse:not(.show) {
    display: block;
  }
  .header-main .header-inner-main .header-inner .header-menu ul li a:hover {
    color: var(--main-yellow);
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    ul
    li
    a.accordion-btn.collapsed:hover
    img {
    transform: rotate(-180deg);
    transition: all 500ms ease;
  }
  .header-menu ul li .dropdown_main .accordion-collapse {
    border-radius: 5px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.2);
  }
}

/* FOR NEW MENU -- BY HIMANI (20/03/24) */
@media (min-width: 768px) {
  .mainmenu {
    display: none;
  }
}
/* FOR NEW MENU -- BY HIMANI (20/03/24) */

@media (max-width: 1399px) {
  .header-main .header-inner-main .header-inner .header-menu ul li a {
    font-size: 18px;
    margin: 0 15px;
  }
  .common-submenu .common-submenu-content {
    width: calc(100% - 35px);
    padding-left: 8px;
  }
  .common-submenu .common-submenu-title-icon {
    width: 35px;
    height: 35px;
    padding: 8px;
  }
  .dropdown_main .header-tabs {
    padding: 40px 20px;
    max-height: calc(100vh - 100px);
  }
}
@media (max-width: 1199px) {
  .header-logo {
    max-width: 120px;
  }
  .header-main .header-btn .btn {
    padding: 10px 20px;
    font-size: 14px;
    min-width: 140px;
  }
  .header-main .header-inner-main .header-inner .header-menu ul li a {
    font-size: 16px;
    margin: 0 10px;
  }
  .dropdown_main .header-tabs {
    padding: 30px 20px;
    max-height: calc(100vh - 130px);
  }
  .common-submenu .common-submenu-title-icon {
    border-radius: 5px;
    padding: 5px;
  }
  .dropdown_main .header-tabs a {
    padding: 3px 0 !important;
  }

  /* FOR CUSTOM GRID --- BY HIMANI (20/03/24) */
  .custom-grid {
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
  }
  .inner-grid:nth-child(4) {
    order: 7;
  }
  /* FOR CUSTOM GRID --- BY HIMANI (20/03/24) */
}
@media (max-width: 991px) {
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    .header-menu-inner {
    position: fixed;
    top: 77px;
    left: 0;
    right: 0;
    background: var(--secondary-color);
    z-index: 777;
    height: calc(100vh - 77px);
    overflow: auto;
    transition: all 400ms ease;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu.show
    .header-menu-inner {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    background-color: var(--primary-color);
  }
  .header-main .header-inner-main .header-inner .header-menu ul li a {
    padding: 0 15px;
    margin: 0;
  }
  .header-main.active .header-inner-main .header-inner .header-menu ul li a {
    padding: 10px 0;
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    .header-menu-inner {
    display: block;
  }
  .header-main .header-inner-main .header-menu-inner .header-btn {
    justify-content: center;
    max-width: 400px;
  }
  .header-main .header-inner-main .header-menu-inner .header-btn a {
    margin: 20px 8px;
  }
  .header-main .header-menu .header-menu-inner > ul > li {
    text-align: left;
    border-bottom: 1px solid var(--main-text-shade7);
  }
  .header-main .header-inner-main {
    padding: 10px 0;
    /* background-color: var(--primary-color); */
    border: none;
  }
  .header-main .container {
    max-width: 100%;
    padding: 0 20px;
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    .header-menu-inner {
    padding-top: 20px;
  }
  .header-main .header-menu .header-menu-inner > ul > li:last-child {
    border-bottom: none;
  }

  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    ul
    li
    a:hover:after,
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    ul
    li
    a.active:after {
    transform-origin: unset !important;
    bottom: 0px;
  }
  .header-main .header-menu .header-menu-inner > ul > li {
    padding: 10px 0px;
  }
  .header-main .header-right .navbar-toggler {
    outline: none !important;
    box-shadow: none;
  }

  .header-logo {
    max-width: 120px;
  }
  .header-main {
    padding-top: 0;
  }

  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    ul
    li
    a.accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    ul
    li
    a.accordion-btn[aria-expanded="true"] {
    border-bottom: 1px solid var(--main-text-shade7);
    padding-bottom: 10px;
  }
  .common-submenu .common-submenu-content ul li a {
    display: inline-block;
  }

  .header-menu ul li .dropdown_main {
    position: static;
    margin-top: 0px;
    border: none;
    background-color: transparent;
  }
  .dropdown_main .header-tabs {
    height: auto;
    overflow: visible;
    max-height: unset;
    padding: 20px 0;
  }
  .dropdown_main .header-tabs .nav-tabs {
    display: none;
  }

  .header-main .header-menu .header-menu-inner > ul {
    margin-left: 0px;
  }
  .dropdown_service-title h5 {
    margin-bottom: 0px;
  }
  .dropdown_main .header-tabs a {
    padding: 0px !important;
    width: 100% !important;
  }

  .header-menu ul li .dropdown_main .accordion-collapse {
    background: transparent;
    backdrop-filter: blur(10px);
    border-radius: 0px;
    border: none;
    box-shadow: none;
  }
  .header-menu ul li a.accordion-btn img {
    transition: all 500ms ease;
  }
  .header-menu ul li a.accordion-btn[aria-expanded="true"] img {
    transform: rotate(-180deg);
    transition: all 500ms ease;
  }
}
@media (max-width: 767px) {
  .header-main .container {
    padding: 0 15px;
  }
  .header-btn .btn {
    padding: 10px;
    min-width: 135px;
  }
  .header-logo {
    max-width: 100px;
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    .header-menu-inner {
    top: 68px;
    height: calc(100vh - 68px);
    padding-bottom: 90px;
  }

  .dropdown_details_sec {
    border: none;
  }
  .dropdown_main .header-tabs {
    padding: 20px 0;
  }
  .header-main .navbar-nav .nav-link {
    padding: 0;
  }
  .common-submenu .common-submenu-title-icon {
    width: 30px;
    height: 30px;
  }
  .common-submenu .common-submenu-content {
    width: calc(100% - 30px);
  }
  .header-menu ul li .dropdown_main .accordion-collapse {
    margin-top: 0;
  }

  /* -------------------------------------------------- */
  .dropdown_main .header-tabs a {
    padding: 0px !important;
    width: auto !important;
  }

  /* FOR NEW MENU ---- BY HIMANI (20/03/24) */
  .sub-menu > ul > li.sub-menu > ul {
    display: none;
  }
  .sub-menu > ul {
    padding-left: 45px;
  }

  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    .mainmenu
    li.sub-menu {
    position: relative;
    margin: 10px 0;
  }
  .header-main
    .header-inner-main
    .header-inner
    .header-menu
    .mainmenu
    li.sub-menu
    > a.child-trigger {
    position: absolute;
    display: flex;
    top: 5px;
    right: 0;
    cursor: pointer;
  }
  .mainmenu li.sub-menu > a.child-trigger span {
    position: relative;
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
  }
  .mainmenu li.sub-menu > a.child-trigger span:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("./../images/select-arrow.webp");
    background-size: 10px 5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 500ms linear;
  }
  .mainmenu li.sub-menu > a.child-trigger.active span:before {
    transform: rotate(180deg);
    transition: all 500ms linear;
  }

  .mainmenu li.sub-menu ul {
    display: none;
  }
}
