.main-header > .e-con-inner > div {
    padding-inline: 80px;
}
.menu-footer a {
    color: white;
}
@media only screen and (min-width:576px){
	.content-container{
		max-width:  540px;
			padding-inline: 12px !important;
	
	}
	
}
@media only screen and (min-width:768px){
	.content-container{
		max-width:  720px;
			padding-inline: 12px !important;
	}
	
}
@media only screen and (min-width:992px){
	.content-container{
		max-width:  960px;
			padding-inline: 12px !important;
	}
	
}
@media only screen and (min-width:1200px){
	.content-container{
		max-width:  1140px;
			padding-inline: 12px !important;
	}
	
}
@media only screen and (min-width:1400px){
	.content-container{
		max-width:  1320px;
			padding-inline: 12px !important;
	}
	
}
@media only screen and (min-width:1599px){
	.content-container{
		max-width:  1464px;
			padding-inline: 12px !important;
	}
	
}
@media only screen and (min-width:1699px){
	.content-container{
		max-width:  1633px;
			padding-inline: 12px !important;
	}
	
	.main-header {
    position: absolute;
    z-index: 9;
    background: transparent !important;!i;!;
}
}

/* header opn css */
.hide_top_nav .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2ea7c6; /* blue */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Menu List */
.hide_top_nav .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.hide_top_nav .menu-list li {
  margin: 15px 0;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 400;
}

/* Numbers */
.hide_top_nav .menu-list span {
  font-size: 14px;
  opacity: 0.7;
  width: 40px;
  text-align: right;
}

/* Links */
.hide_top_nav .menu-list a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.hide_top_nav .menu-list a:hover {
  opacity: 0.7;
}


.hide_top_nav .lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hide_top_nav .lang img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* Bottom Contact */
.hide_top_nav .menu-footer {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
}
.hide_top_nav {
  display: none;
}

.hide_top_nav.active {
  display: flex; /* or block depending on your layout */
}
.hide_top_nav .menu-overlay {
    position: unset;
    background: unset;
    background-color: #1DBEEF;
}

.hide_top_nav {
    background-color: #1DBEEF !important;
}

.main-header:has(.active ) {
    background-color: #1DBEEF !important;
    height:100vh;
}
.hide_top_nav .elementor-shortcode .menu-footer {
    position: static;
    opacity: 1;
    font-size: 26px;
}

@media only screen and (max-width:991px){
	.main-header > .e-con-inner > div {
    padding-inline: 12px;
}
}
@media only screen and (max-width:1199px){
	.main-header > .e-con-inner > div {
    padding-inline: 40px;
}
}