p{
	padding: 0;
	margin:0;
	font-size: 16px;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
	margin-bottom: 0;
}

.nav-primary li a{
	text-decoration: none;
	color:white;
}

/* .nav-primary > li.current-menu-item > a,
.nav-primary > li.current-menu-ancestor > a {
    color: #14BAA6;
} */
/* Ensure that submenu items have their active color */
.nav-primary .sub-menu li.current-menu-item > a {
    color: #14BAA6; /* Color for the active submenu item */
}

/* Style the active top-level menu item */
.nav-primary > li.current-menu-item > a {
    color: #14BAA6; /* Color for the active top-level item */
}

/* Style the parent of an active submenu item (ancestor) differently */
.nav-primary > li.current-menu-ancestor > a {
    color: #FFFFFF; /* Neutral color for the parent of the active submenu item */
}



.h6{
	font-size: 16px;
}
body{
	color:#181818;
    font-family: 'Public Sans';
    font-weight: 400;
}
.keyways-container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}


.color-green{
	color:#14BAA6;
}

.color-light-green{
	color:#e5faf7;
}

.color-black{
	color:#181818;
}

.color-black-bg{
	background-color: #1f1f1f;
}

.site-header{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 999;
	border-bottom: 1px solid rgba(214,214,217,0.2);
}

.site-header.sticky{
	background-color: #000;
	border-bottom: 1px solid #000;
}

.mobile-nav-menu{
  padding-top: 130px;
  width: 100%;
  gap: 24px;
}



.nav-primary li a:hover{
    color:#14BAA6 !important;
}

.footer-inner{
	padding:80px 0;
	color:#fff;
}

.footer-copyright{
	padding:16px 0;
	background-color: #2E2E2E;
	color:#fff;
	text-align: center;
}

.page-id-707 .site-header{
	background-color: #000;
}

.btn12 {
  position: relative;
  width: 40px;
  height: 40px;
  top: 0;
  right:0;
  transition-duration: 0.5s;
  display:none;
}
.btn12 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 18px;
  background-color: #fff;
}
.btn12 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: -10px;
}
.btn12 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #fff;
  content: "";
  top: 10px;
}
.btn12.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn12.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn12.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn12:hover {
  cursor: pointer;
}

.mobile-nav{
   position: fixed;
    inset: 0;
    background-color: #fff;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s all cubic-bezier(0.075, 0.82, 0.165, 1);
}


.mobile-nav.menu-open{
  visibility: visible;
  opacity: 1;
}

.mobile-nav-menu li a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins';
}

.mobile-nav-menu li.current_page_item a{
color:#14BAA6;
font-weight: 600;
}

.header-social-mobile {
    display: flex;
    list-style: none;
    filter: invert(1);
    gap: 24px;
    margin: 30px auto 0;
    justify-content: center;
    padding: 0;
}


@media (max-width:980px){

/* General submenu styling */
.mobile-nav .sub-menu {
    display: none; /* Hidden by default */
    position: relative; /* Ensure it stays in the flow of the document */
    margin-left: 20px; /* Indent the submenu items */
    box-shadow: none;
	max-height: 150px; /* Set a max height */
    overflow-y: auto; /* Enable vertical scroll */
    padding: 8px;
	}
/* Ensure submenus open below their parent items */
.mobile-nav .menu-item-has-children > a {
   display: block;
    text-align: center; /* Centers the parent item */
    width: 100%; 
}

/* Toggle submenu visibility when opened */
.mobile-nav .submenu-open > .sub-menu {
    display: flex;
	justify-content:center;
	align-items:center;/* Show the submenu when the parent is active */
}



.mobile-nav .sub-menu > li > a {
   padding: 8px 15px; 
} 

/* Optional: Arrow styling */
.mobile-nav .menu-item-has-children > a::after {
    content: '▼'; /* Add arrow for submenu */
    font-size: 12px; /* Adjust arrow size */
    margin-left: 10px;
    /* Rotate arrow if needed */
}
	
	
	.mobile-nav .menu-item {
    margin-bottom: 10px; /* Adjust as needed */
}

/* Add space beneath dropdown */
.mobile-nav .sub-menu {
    margin-top: 5px; /* Adjust as needed */
}


/* Adjust for the active state */
.mobile-nav .menu-item-has-children.submenu-open > a {
    background: #FFFFFF; /* Highlight active parent */
    color: #14BAA6;
	text-align: center;/* Ensure color consistency */
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

  .btn12{
    display: block;
  }
	.nav-primary{
		display: none !important;
	}

	.header-socials{
		display: none !important;
	}
.header-inner.active{
  position: relative;
  z-index: 99999;
  border-bottom:1px solid #D6D6D9;
}

.header-inner.active img{
  filter: invert(1);
}

.header-inner.active .btn12 .icon:after,.header-inner.active .btn12 .icon:before{
  background-color: #FFFFFF;
}
  
}


/* Main menu styles */
.nav-primary > li {
    position: relative;
}

.nav-primary > li > a {
    padding: 10px 15px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Submenu styles */
.sub-menu {
    position: absolute;
    top: 28px;
    left: 1px;
    background-color: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 300px;
    z-index: 1000;
}

.sub-menu li {
    width: 100%;
}

.sub-menu li a {
    padding: 10px 15px;
    color: #181818;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.nav-primary > li:hover > .sub-menu {
    display: block;
}

/* Add hover effect for dropdown */
.nav-primary > li > a:hover,
.sub-menu li a:hover {
    color: #14BAA6; /* Change this color as per your design */
}










