/* header-menu-v2 Section */
.header-menu-v3 {
  background-color: #fff;
	    padding: 15px 80px;
	position: relative;
 position: fixed;
    width: 100%;
    z-index: 99999;  
    transition: top 0.3s ease; /* Smooth pop-up effect */
  border-bottom: 1px solid #ececec;
}
.header-menu-v3 .content-wrapper {
  max-width: 100%;
}
.header-menu-v3 .navigation-content .logo{
    padding: 0 10px;
    max-width: 130px;
    width: 100%;
}
.header-menu-v3 .navigation-content .logo a {
  display: flex;
}
.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children:before {
  color: #222222;
}
.header-menu-v3 .button:after {
  display: none;
}
.header-menu-v3 .button {
    padding-top: 11px;
    padding-right: 23px;
    padding-left: 28px;
    font-size: 18px;
    padding-bottom: 10px;
}
.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    height: 0;
    position: absolute;
    right: 0;
    top: 11px;
    width: 10px;
}
.language-switcher select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  background: white;
  cursor: pointer;
}

.language-switcher select:focus {
  outline: none;
  border-color: #0073e6;
}
.language-switcher {
  display: flex;
  align-items: center;
}

.language-switcher img {
  width: 24px;
  height: 16px;
  margin-right: 5px;
}

.language-switcher select {
  border: none;
  font-size: 16px;
  background: none;
  cursor: pointer;
}
  .header-menu-v3 .navigation-content .sec-button .icon {
      margin-left: 10px;
      display: flex;
  }
  .header-menu-v3 .navbar .sec-button {
  display: flex;
    align-items: center;
        padding-left: 17px;
        padding-right: 20px;
  }

.header-menu-v3 .navigation-content,
.header-menu-v3 .navbar {
	display: flex;	
	align-items: center;
}
.header-menu-v3 .hs-menu-item.hs-menu-depth-1 {
   padding: 10px 0;
  margin: 0px;
}
.header-menu-v3 .navbar .navigation {
    margin-right: 0;
}

.header-menu-v3 .hamburger {
	display: none;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
  color: #110043;
}

.header-dark-mode .header-menu-v3 .hamburger {
  color: #ffffff;
}

.header-menu-v3 .navigation ul {
	display: flex;
  gap: 42px;
}

.header-menu-v3 .hs-menu-depth-1 a {
	text-decoration: none;
	margin-right: 15px;
  font-size: 17px;
}
.header-menu-v3 .navigation-content .logo{
    padding: 0 10px;
    max-width: 250px;
    width: 100%;
}

.header-menu-v3 .logo.white-logo{
  display: block;
}

.header-menu-v3 .logo.dark-logo{
    display: none;
}

.header-dark-mode .header-menu-v3 .logo.white-logo{
  display: none;
}

.header-dark-mode .header-menu-v3 .logo.dark-logo{
    display: block;
}


.header-menu-v3 .navbar {
    padding: 0 10px;
    flex: 1;
    justify-content: end;
}

.header-menu-v3 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
  left: -70px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children ul {
	background: #ffffff;
  gap: initial;
	min-width: 233px;
	padding: 0px;
  z-index: 2;
  border-radius: 8px;
}

.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2 a {
  font-weight: 100;
  margin: 0;
  padding: 18px 34px;
  border-bottom: 1px solid #EDF3FF;
  white-space: normal;
  text-align: center;
}

.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2 a div{
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    width: 155px;
}

.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2:last-child a{
  border-bottom: none;
}

.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2 {
	padding-left: 0;
	margin-bottom: 0;
}

.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2:last-child {
	margin-bottom: 0px;
}

.header-menu-v3 .globe_class {
    background-image: none;
    width: auto;
    height: auto;
}

.header-menu-v3 .lang-label:after {
    color: #000;
    content: "\f078";
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    height: 0;
    position: relative;
    right: -6px;
    top: 0;
    width: 10px;
}

.header-menu-v3 .lang-label {
    font-size: 17px;
    font-weight: 600;
    line-height: 51px;
    position: relative;
    text-transform: uppercase;
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 8px;
}


.header-menu-v3 .mobile-others{
  display: none;
}

.header-menu-v3 .desktop-others {
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-menu-v3 .desktop-others .sec-button {
    align-items: center;
    display: flex;
    padding-left: 18px;
    padding-right: 8px;
    max-width: 183px;
    width: 100%;
    flex: 0 0 auto;
}

.header-menu-v3 .hs_cos_wrapper_type_language_switcher {
    flex: 1;
    padding-left: 15px;
}

.header-menu-v3 span.hs_cos_wrapper_type_language_switcher:empty {
  display: none;
}


.header-menu-v3 .hs_cos_wrapper_type_language_switcher .lang_switcher_class {
    position: relative;
    display: block;
}

.header-menu-v3 .lang_list_class{
  background-color: white;
  padding: 0;
  border-radius: 8px;
  top: 50px;
}

.header-menu-v3 .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 18px 34px;
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none !important;
    border-bottom: 1px solid #EDF3FF !important;
    padding: 20px 20px 0 20px !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.header-menu-v3 .lang_list_class li:first-child {
    padding-top: 18px;
    border-top: none;
    display: none;
}
.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}
.header-menu-v3 .lang_list_class:after {
  content: initial;
}

.header-menu-v3  .lang_list_class:before {
  content: initial;
}

.header-menu-v3 .lang_list_class li a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    word-break: normal;
    font-size: 13px;
    font-weight: 700;
    line-height: 27px;
}

.header-menu-v3 .globe_class:hover .lang_list_class {
    display: flex;
}

.header-menu-v3 .lang_list_class {
    background-color: white;
    padding: 0;
    border-radius: 8px;
    top: 50px;
    width: 700px;
    flex-wrap: wrap;
    right: -40px;
    border: 1px solid #ececec;
    left: initial;
    transform: initial;
}

@media(max-width: 1290px) and (min-width: 1024px){ 
  
  .header-menu-v3 .lang_list_class {
    right: -10px;
  }
  
}

@media(max-width: 1210px) and (min-width: 1024px){ 
  
  .header-menu-v3 .navigation-content .logo {
    max-width: 175px;
  }
  .header-menu-v3 .button .icon {
   display: none;
  }
  .header-menu-v3 .navigation ul {
    display: flex;
    gap: 26px;`
  }
  .header-menu-v3 .desktop-others {
    justify-content: end;
    max-width: 205px;
  }
   .header-menu-v3 .button {
      margin: 0 auto;
  }
}
@media (max-width: 1340px) { 
 .header-menu-v3 { 
    padding: 20px;
  }
}
@media(max-width: 1024px) {
 
  .header-menu-v3 .navbar {
        position: static !important;
        width: 100% !important;
    margin-top: 25px;
            box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .1)!important;
  }
  
  .header-menu-v3 .button {
        margin: 39px auto 25px;
    }
  
  .header-menu-v3 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
           box-shadow: none;
  }
  .header-menu-v3 .button .icon {
   display: none;
  }
  .header-menu-v3 {
      padding: 20px 10px;
  }
  .header-menu-v3 .navbar.active { 
        display: block;
  }
	.header-menu-v3 .navigation ul,
	.header-menu-v3 .navigation-content,
	.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children.active .hs-menu-children-wrapper {
		display: block;
	}

  .header-menu-v3 .navbar .sec-button { 
        justify-content: center;
  }
  
  .header-menu-v3 .navbar,
  .header-menu-v3 .navigation-content .logo{
    width: 100%;
  }
  .header-menu-v3 .navbar .navigation {
     margin-top: 0px;
    margin-right: 0px;
  }
	.header-menu-v3 .navigation-content .logo img {
		max-width: 200px;
	}

	.header-menu-v3 .hamburger {
		display: block;
		position: absolute;
		right: 15px;
		top: 28px;
		padding: 0;
	}
  
  .header-menu-v3 .hamburger.is-active{
    color: #000;
    top: 35px;
  }
  .hamburger.is-active .open-mobile{
    display: none;
  }
  
  .hamburger .close-mobile{
    display: none;
  }
  
  .hamburger.is-active .close-mobile{
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
  }
  
  .hamburger.is-active .close-mobile i{
    margin-left: 16px;
    font-size: 26px;
  }

	.header-menu-v3 .navbar {
		    background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
        color: #fff;
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        transition: all .5s ease;
        width: 100%;
        padding: 20px;
	}
  
.header-menu-v3 .hs-menu-item.hs-menu-depth-1 {
        margin-bottom: 0px;
        margin-right: 0;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
       text-align: center;
    }
  
	.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-children-wrapper {
		display: none;
	}
  .header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-children-wrapper {
     margin-top: 10px;
     background-color: transparent !important;
  }
  
  .header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children:before {
    content: "\f067";
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-size: 16px;
    font-weight: 900;
    height: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 10px;
  }

	.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children.active:before {
		        top: 42px;
        transform: rotate(180deg);
        right: -4px;
    content: "\f068";
	}

	.header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children ul {
		position: initial;
	}

	.header-menu-v3 .hs-menu-depth-1 a {
		    margin: 0;
        color: #000;
	}
  
  .header-menu-v3 .mobile-others {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0px;
    }
  
  .header-menu-v3 .globe_class {
    background-image: none;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .header-menu-v3 .globe_class:hover .lang_list_class {
      display: flex;
      position: relative;
      left: 0;
      top: 0;
      border: none;
      width: 100%;
      height: 350px;
      overflow: auto;
  }
  
  .header-menu-v3 .lang-label{
    color: #000000;
  }
  
  .header-menu-v3 .desktop-others{
    display: none;
  }
  
  .header-menu-v3 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    left: 0;
  }
  
  .header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2 a div {
    width: auto;
  }
  
  .header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children ul {
    background: transparent;
    border-radius: 0;
    gap: initial;
    min-width: initial;
    padding: 0;
    z-index: 2;
  }
  
  .header-menu-v3 .hs-menu-wrapper.flyouts .hs-item-has-children .hs-menu-depth-2 a {
    border-bottom: none;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    padding: 14px 0;
    white-space: normal;
  }
  
    .header-menu-v3 .hs_cos_wrapper_type_language_switcher {
      flex: 1;
      padding-left: 0;
      margin-top: 0;
    }
  
}

@media(max-width: 580px) {
  
  .header-menu-v3 .mobile-others {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0px;
    }
  
  .header-menu-v3 .globe_class {
    background-image: none;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  
  .header-menu-v3 .globe_class:hover .lang_list_class {
      display: flex;
      position: relative;
      left: 0;
      top: 0;
      border: none;
      width: 100%;
      height: 500px;
      overflow: auto;
  }
  
  .header-menu-v3 .button {
        margin: 39px auto 25px;
    }
  
  .header-menu-v3 .hs_cos_wrapper_type_language_switcher {
    flex: 1;
    padding-left: 0;
    margin-top: 0px;
  }
  
  .header-menu-v3 .lang-label{
    color: #000000;
  }
  
  .header-menu-v3 .lang_list_class li {
    padding: 10px  !important;
  }
  
}