/*
CTC Separate Stylesheet
Updated: 2026-08-11 10:17:45
*/

/*Drawer Menu Header*/
body.drawer-open{
overflow:hidden!important;
}

.close-menu, .cursor-pointer{
	cursor:pointer;
}

.close-menu.disabled{
	pointer-events:none!important;
}

.hamburger-icon{
cursor:pointer!important;    
}

.drawer-menu{
    transition: left 0.5s ease-in-out!important;
    max-height:100dvh!important;
    scrollbar-width:none!important;
	will-change:left;
}

.fixed-heading-title{
    left:auto!important;
}

.drawer-menu.active{
	left:0!important;
}

.drawer-tabs.fade-out {
  animation: drawerFade 0.4s ease-in forwards;
}

@keyframes drawerFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.drawer-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
font-weight:500!important;    
}

.drawer-tabs .e-n-tabs-content > * {
	scrollbar-width: none!important;
}

.drawer-tabs .e-n-tabs-heading {
    position: fixed!important;
    background: #FFF!important;
    z-index: 999999!important;
    padding-top:40px!important;
    width:100%!important;
    padding-right:25px!important;
	max-width: 980px!important;
	overflow-x:auto!important;
	flex-wrap:nowrap!important;
}

.drawer-tabs{
    max-height: 430px!important;
    overflow: auto!important;
 scrollbar-width: none!important;
}

/* Sub Drawer Menu Custom HTML */

.drawer-nav-links{
    font-family: 'Inter';
    margin-top:20px;
    list-style: none;
    color: #090A0A;
    padding: 0;
    display: none;
}

.drawer-nav-links svg{
    visibility: hidden;
}

.nav-main-link svg{
visibility: visible!important;
}

.drawer-nav-links.active{
    display: flex!important;
    flex-direction: column;
    gap: 10px;
}

.nav-link {
display: flex;
align-items: center;
justify-content: space-between;
padding-block: 10px;
cursor: pointer;
}

.nav-link-text h4{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.nav-link-text{
    display: flex;
    align-items: center;
    gap: 12px;
}

.fas.fa-chevron-right {
    font-size: 12px;
}

/* Sub Drawer Menu */

.sub-drawer-menu .drawer-tabs{
	display:none!important;
}

.experience-flow-banner{
	display:none;
}

.sub-drawer-menu .experience-flow-banner{
display:block!important;	
}

/*Tab List CSS*/

.tabs-grid-posts .e-n-tabs-heading{
padding-bottom: 23px;
}

.rep-tabs-div{
padding-bottom: 46px;    
}

.tab-list {
  display: flex;
  gap: 27px;
  border-bottom: 1px solid #D9D9D980;
  position: relative;
  overflow-x: auto;
  padding-inline: 20px;
  scrollbar-width: none;
	scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.tab {
  background: none;
  border: none;
  padding: 12px 0;
  font-weight: 500!important;
  font-size: 16px!important;
  color: #737373;
  cursor: pointer!important;
  position: relative;
  box-shadow: none!important;
	scroll-snap-align: center;
  flex-shrink: 0;
}

.tab.active {
  color: #00b3b3;
  font-weight: 700!important;
}

.tab:hover, .tab:focus{
  color: #00b3b3;
  background: transparent;
}

.tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #00b3b3;
}

.tab-content {
    padding-inline: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #090A0A;
    display: none;
    border-bottom: 1px solid #D9D9D980;
}

.tab-content.active{
	display:block;
}

.tab-content h3{
font-weight: 500;
font-size: 16px;
line-height: 24px;
margin: 0;
}

.tab-content p{
font-weight: 400;
font-size: 14px;
line-height: 24px;
margin: 10px 0 0 0;
}

@media screen and (max-width: 1024px){
	 .drawer-tabs .e-n-tabs-heading {
    max-width: calc(90% - 20px)!important;
}
}

@media screen and (max-width: 767px){
	.drawer-tabs .e-n-tabs-heading {
    max-width: calc(90% - 20px)!important;
	padding-top:20px!important;
}
}