.inner_logo {
  margin-bottom: 10px;
}
/* top header */
.Header_top_menu ul {
  gap: 20px;
  display: flex;
  margin: 0px;
  padding: 0px;
}
/* Login */
.Header_top_menu ul li  a {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 325;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}


@media (max-width: 1024px ) {
  .header {
    background: linear-gradient(#000000 8.55%, rgba(0, 0, 0, 0) 96.5%);
    {#  background: linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)); */
    backdrop-filter: blur(4px); 
    #}
  }
  .header.tata_hm {
    background: #001119;
  }
  .top_header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header.tata_hm  .top_header {
    background: #001119;
  }
  header#header .content-wrapper {
    padding: 0px;
    height: 100%;
  }
  .menu_container.open,
  header#header .hs_cos_wrapper_type_module {
    height: 100%;
  }
  .header.tata_hm {
    bottom: 0;
    height: auto;
    position: fixed;
    right: auto;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    z-index: 99;
  }
}


header .accordion {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}
.accordion__intro {
  position: relative;
  cursor: pointer;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.accordion h4, .accordion p {
  margin: 0;
  line-height: 1;
}
.accordion p {
  margin: 0;
}
.accordion__active .accordion__content {
  opacity: 1;
}

li .submenu-container.revamp_container .tab_inner_flex_item a svg {
  width: 10px !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}

li .submenu-container.revamp_container .tab_inner_flex_item a:hover svg {
  opacity: 1;
  visibility: visible;
}

.submenu-container .tab-content .tab_inner_flex_item .inner_logo {
  cursor: auto;
}

@media(max-width: 1024px) {
  header .accordion {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .custom_Solutions .submenu-container .tab-content .bottom_menu {
    display: none;
  }
}




/* new changes header css */
.stag-header .Header_top_menu {
  position: relative;
}
.stag-header .Header_top_menu ul li,
.stag-header .Header_top_menu .sublogo,
.stag-header .Header_top_menu .sublogo a {
  display: inline-flex;
}
.stag-header .Header_top_menu {
  align-items: flex-end;
}
.stag-header .Header_top_menu .sublogo img {
  vertical-align: middle;
}
.stag-header .header-profile .profile-btn {
  display: inline-flex;
  flex-direction: column;

}
.stag-header .header-profile .profile-btn a {
  font-size: 18px;
  letter-spacing: -0.01em;
  color:#00AAFF;
}

.stag-header .header-profile .profile-btn .btn_des {
  font-size: 12px;
  font-weight: 400;
  opacity:0.93;
  font-family: inherit;
  line-height: normal;
}

.stag-header .header-profile .header-profile-content {
  background-image:url('https://www.tatacommunications.com/hubfs/TaCO-2024/images/Pattern_bg_new.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: transparent;
  border-radius:0 0 12px 12px;
  box-shadow: 0 2px 4px #00000021;
  font-size: 16px;
  margin-top: 14px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  transform-origin: top right;
  width: 410px;
  z-index: 7000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease,transform 0.3s ease,visibility 0s linear 0.3s;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.stag-header .header-profile .header-profile-content::-webkit-scrollbar { 
  width:6px;
}

.stag-header .header-profile .header-profile-content::-webkit-scrollbar-track {
  background-color:#09354d;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.stag-header .header-profile .header-profile-content::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#ebebeb;
}


.stag-header .header-profile .header-profile-content .header-profile-item {
  padding: 20px;
}

.stag-header .header-profile .header-profile-content.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s ease,transform 0.3s ease,visibility 0s;
}
.stag-header .header-profile .profile-buttons {
  display: flex;
  padding-top: 30px;
  gap: 20px;
  flex-direction:column;
  flex-wrap: wrap;
}

.stag-header .header-profile .profile-heading {
  margin-bottom: 10px;
  font-size:18px;
}
.stag-header .header-profile .profile-buttons .btn__secondary .text {
  background: linear-gradient(to bottom, #075283 0%, #09294a 100%);
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  border-radius: inherit;
}
.stag-header .header-profile .profile-description {
  font-size: 14px;
  opacity:0.8;
}

.stag-header .header-profile .profile-buttons a {
  min-width: 120px;
}

.stag-header .header-profile .profile-buttons .profile-inner-btn  a .text{
  padding: 7px 15px;
  width: 100%;
  font-family:inherit;
  font-weight:inherit;
}
.stag-header .header-profile .header-profile-content .header-profile-item .card-icon {
  max-width: 44px;
  margin-bottom: 10px;
}
.stag-header .header-profile .header-profile-content .header-profile-item .card-icon img {
  vertical-align: middle;
  width: 100%;
}
.stag-header .header-profile .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  transition: background-color 0.2s  ease;
  width: 22px;
  z-index:99;
}
.stag-header .header-profile .profile-buttons a.btn__link {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.stag-header .header-profile .profile-buttons a.btn__link span {
  font-family: inherit;
  font-weight: inherit;
  color: #00AAFF;
}
.stag-header .header-profile .header-profile-content .header-profile-item.my_account_card:after {
  background: #144CA733 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 12px 12px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  content: '';
  pointer-events: none;
}

.stag-header .header-profile .header-profile-content .header-profile-item.my_account_card {
  position: relative;
}
.stag-header .header-profile .header-profile-content .header-profile-item.my_account_card:before {
  content: '';
  background-image: url(https://www.tatacommunications.com/hubfs/TaCO-2024/images/Divider-line.png);
  background-size: cover;
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 1px;
  left: 0;
  z-index: 99;
  pointer-events: none;
  opacity:.5;
}
.stag-header .header-profile .profile-btn a .user_icon img {
  vertical-align: middle;
}

.stag-header .header-profile .profile-buttons a.btn__link .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  color:inherit;
  overflow: hidden;
}

.stag-header .header-profile .profile-buttons a.btn__link .btn path {
  fill: currentColor;
}

.stag-header .header-profile .profile-buttons a.btn__link .btn .hvr_1 {
  transition: 0.8s;
  position: relative;
  top: 0px;
  left: 0px;
}

.stag-header .header-profile .profile-buttons a.btn__link .btn .hvr_2 {
  position: absolute;
  left: -17px;
  top: 17px;
  bottom: 0;
  transition: 0.8S;
}

.stag-header .header-profile .profile-buttons a.btn__link:hover .btn .hvr_1 {
  top: -17px;
  left: 17px;
}

.stag-header .header-profile .profile-buttons a.btn__link:hover .btn .hvr_2 {
  left: 0px;
  top: 0px;
}

.stag-header .header-profile .profile-buttons .profile-inner-btn .btn__secondary{
  text-align: center;
  padding: 4px;
  background: transparent;
  border: 0;
  overflow: hidden;
}
.stag-header .header-profile .profile-buttons a i {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.stag-header .header-profile .profile-buttons a i:before {
  animation: animationButton 2s ease-in-out infinite;
  content: "";
  height: 400px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 400px;
  z-index: -1;
  mask-composite: exclude;
}

.stag-header .header-profile .profile-buttons a i:before {
  background: linear-gradient(45deg, var(--btn_primary_default_color_1), var(--btn_primary_default_color_1), #0000001a, #0000001a);
}

.stag-header .header-profile .profile-buttons .cta-inner a {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.stag-header .header-profile .profile-buttons .cta-inner {
  width: 100%;
}
.stag-header .header-profile .profile-buttons .cta-inner span{
  width: 100%;
  display:inline-flex;
}

.stag-header .header-profile .profile-btn a {
  display: inline-flex;
  gap: 5px;
  width:fit-content;
  align-items: center;
}

.stag-header .header-profile .profile-btn a svg {
  width: 12px;
  height: auto;
  color: #fff;
  position: relative;
  vertical-align:middle;
}

.stag-header .header-profile .profile-btn a svg path {
  fill: currentColor;
}

.stag-header .header-profile .profile-btn a .arr_icon {
  position: relative;
  width: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stag-header .header-profile .profile-btn a .arr_icon svg {
  position: absolute;
  transition: all 0.3s ease;
  color:#00AAFF;
}

.stag-header.desktop .header-profile:has(.is-open) .profile-btn a .arr_icon svg,
.stag-header.mobiles .header-profile:has(.is-open) .profile-btn a .arr_icon svg{
  transform: rotate(-180deg);
}

#mobile_header.stag-header:has(.header-profile-content.is-open):after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000085;
  display: block;
  z-index: 1;
}

.tata_header.desktop.stag-header:has(.header-profile-content.is-open):after {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000085;
  display: block;
  z-index: -1;
}
.stag-header.desktop .header-profile:after {
  content: '|';
  position: relative;
  right: -20px;
  bottom: 0;
  display: inline-block;
  vertical-align: bottom;
  line-height: normal;
}
.stag-header.desktop .header-profile .close-button{
  display:none;
}
.custom-home-header .stag-header .header_button {
  display: none !important;
}
.stag-header .header-profile .profile-btn a:before {
  position: absolute;
  content:'';
  width:100%;
  height:100%;
  display:inline-block;
  top: 0;
  left:0;
}

.stag-header .header-profile .profile-btn {
  position: relative;
}

html:has(.stag-header.mobiles .header-profile .header-profile-content.is-open) {
  overflow: hidden;
}

@media(max-width:1024px){
  .stag-header .header-profile .header-profile-content {
    width: 100%;
    margin: 0;
    top: 100%;
    border-radius: 0 0 8px 8px;
    max-height: calc(100vh - 56px);
  }
  .stag-header .header-profile .profile-btn a .user_icon {
    width: 24px;
  }
  .stag-header .header-profile .profile-btn a .user_icon svg{
    width:100%;
  }
  .stag-header .header-profile .profile-btn {
    line-height: normal;
  }
  html:has(.stag-header.mobiles .header-profile .header-profile-content.is-open) .sticky-widgets .main-stiky-icons.active-widget {
    opacity: 0;
    visibility: hidden;
  }
}