.main-header {
  color: #fff;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 100;
    width: 100%;
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
 
}
.main-header .logo img {
   
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
max-width: 150px;
}
.main-header.bgcolor .logo img {
    max-width: 180px;
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
}
.main-header.bgcolor {
  background-color: #8A736E;
    padding: 1rem 2rem;
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
}
.logo {
  font-weight: bold;
  font-size: 22px;
  width: 15%;
}
/* .single-our-doctor .main-header.bgcolor {
  background-color: #fff;
    padding: 1rem 2rem;
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
} */
.single-our-doctor .main-header .wpml-ls-legacy-list-horizontal a {
	color: #000!important;
}
span.wpml-ls-native {
	color: #fcaf79;
}
nav.main-nav {
  width: 65%;
}
.right-menu {
 width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-container {
  max-width: 1800px;
  width: 90%;
  margin: 0 auto;
    display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-details a {
  color: #fff;
}
ul.language li:nth-child(1) {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #fff;
    color: #FCAF79;
}
ul.language li:nth-child(1) a {
  color: #FCAF79;
}

.contact-details span {
  width: 35px;
    display: inline-flex;
    height: 35px;
    background-color: #000;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}
.contact-details span img {
  width: 20px;
    height: 20px;
}
ul.language {
  display: flex;
  margin: 0 50px 0 0;
}
ul.language li a {
 color: #fff;
}
.main-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.main-nav .menu li {
  position: relative;
}

.main-nav .menu > li > a {
  color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

/* Hover dropdown on desktop */
.dropdown:hover > .mega-menu,
.dropdown:hover > .submenu {
  display: flex;
}

/* Mega menu layout */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 4px;
  min-width: 550px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  gap: 40px;
}

.mega-col {
 display: flex;
    width: 100%;
    gap: 30px;
    flex-wrap: wrap;
}

.mega-col h4 {
  margin: 0 0 8px;
  color: #114466;
}

.mega-col a {
color: #333;
    text-decoration: none;
    font-size: 1em;
    font-weight: 500;
    border-bottom: 1px solid #333;
}

.submenu {
  display: none;
  position: absolute;
  background: #fff;
  color: #333;
  top: 100%;
  left: 0;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.submenu li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

/* Mobile styles */
.hamburger {
  display: none;
  cursor: pointer;
  font-size: 24px;
}

@media (max-width: 768px) {
  .main-nav .menu {
    display: none;
    flex-direction: column;
    background: #114466;
    width: 100%;
  }
  .main-nav .menu li a {
    padding: 10px 0;
    border-top: 0;
	  border-bottom: 0;
  }
  .main-nav .menu.active {
    display: flex;
  }

  .mega-menu,
  .submenu {
    position: static;
    display: none;
    flex-direction: column;
   background: #8a736e;
    color: #fff;
    padding: 10px 20px;
    box-shadow: none;
    min-width: auto;
  }

  .mega-col a {
    color: #fff;
  }

  .dropdown.open > .mega-menu,
  .dropdown.open > .submenu {
    display: flex;
  }

  .hamburger {
    display: block;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .mega-menu,
  .submenu {
    position: static;
    display: block; /* always block, but hidden with height */
    max-height: 0;
    overflow: hidden;
    color: #fff;
    padding: 0 20px;
    transition: max-height 0.4s ease;
  }

  .dropdown.open > .mega-menu,
  .dropdown.open > .submenu {
    max-height: 500px; /* large enough to show content */
    padding: 10px 20px;
  }

  .mega-col a,
  .submenu a {
    color: #fff;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}
.close-btn {
  display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1101;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .main-nav .menu {
   position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        background: #8A736E;
        padding: 60px 20px 20px;
        transform: translateX(100%);
        transition: transform 0.4s 
cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        overflow-y: auto;
        /* align-items: flex-start; */
        justify-content: flex-start;
        padding: 200px 40px;
  }

  /* When active, slide menu into view */
  .main-nav .menu.active {
    transform: translateX(0);
  }
  .hamburger {
    display: block;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    text-align: right;
	  transform: translate(10px, 10px);
  }

  /* hide hamburger when menu is open */
  .main-nav .menu.active ~ .hamburger {
    display: none;
  }

  /* show close button when menu is open */
  .main-nav .menu.active ~ .close-btn {
    display: block;
  }
}
