/* Ensure the parent is positioned relative */
.menu-item-has-children {
  position: relative;
}

/* Dropdown container: hidden by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -45px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
  z-index: 20;
  min-width: 200px;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

/* Show dropdown on hover */
.menu-item-has-children:hover .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* Style individual dropdown items */
.dropdown-menu li {
  list-style: none;
  padding: 8px 20px;
}

/* Dropdown links styling */
.dropdown-menu li:not(.red) a {
  color: #455561;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Hover state for dropdown links */
.dropdown-menu li:not(.red) a:hover {
  color: #D71946;
}


.menu-section{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  max-height: 107px;
  margin: 0!important;
      padding: 0;
    flex-wrap: wrap;
}


.row-fluid .lang-title ul li.first {
  border-right: none!important;

}

.menu-lang li:not(:last-of-type)::after{
  margin: 0!important;
}

.menu-section > li > a {

    position: relative;
    font-size: 17px;
    white-space: nowrap;
    padding: 0;
    font-weight: 700;
    color: #455561;
    transition: color 0.3s ease;
    vertical-align: middle;
    text-decoration: none;
}

/* Underline pseudo-element 
.menu-section > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px; /* Thickness of the underline 
    width: 0;    /* Start with zero width 
    background-color: #D71946;
    transition: width 0.3s ease;
}*/

/* Hover states */

.menu-section > li > a:hover::after {
    width: 100%; /* Animate underline to full width on hover */
}


body > div.header-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span9.widget-span.widget-type-cell.menu-column > div > div{
display: flex;
  align-items: center;
}

body > div.header-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span9.widget-span.widget-type-cell.menu-column > div > div > div.span3.widget-span.widget-type-cell.header-set-locations > div.row-fluid-wrapper.row-depth-2.row-number-2 > div{
  max-width: 180px;
}


body > div.header-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span9.widget-span.widget-type-cell.menu-column > div > div > div.span3.widget-span.widget-type-cell.header-set-locations > div.row-fluid-wrapper.row-depth-2.row-number-2 > div{
float: right;
}


/* menu */
 .menu-lang li:not(:last-of-type)::after {
    content: "|";
    color: #455561;
    margin-left: 8px;
    margin-right: 10px;
}
.row-fluid .lang-title ul {

  font-weight: 700;
}
.row-fluid .lang-title ul li a{
  margin-right: 5px;
}
.menu-lang{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 7px!important;
}
.header{
    z-index: 12;
    position: sticky;
    top: 0;
    background: #fff;
    transition: all 300ms;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, .0784313725);
  display: flex;
}
.inner-redesign{
display: flex;
    padding-top: 32px;
    padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
    flex-wrap: wrap;
    column-gap: 32px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.menu-actions {
display: flex;
    gap: 25px;
    align-items: center;
}

.header-menu-actions{
    display: flex;
    list-style: none;
    gap: 13px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.header-menu-actions > li {
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.header-menu-actions > li > svg{
    width: 100%;
    height: 100%;
}

@media(max-width: 978px){
  #hs_cos_wrapper_module_38747049_ > ul{
    display: flex;
  } 
  body > div.header-container-wrapper > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1 > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3 > div > div.span9.widget-span.widget-type-cell.menu-column > div > div > div.span3.widget-span.widget-type-cell.header-set-locations > div.row-fluid-wrapper.row-depth-2.row-number-2 > div > div > div > div{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body>div.header-container-wrapper>div>div>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-1>div>div>div>div>div>div.row-fluid-wrapper.row-depth-1.row-number-3>div>div.span9.widget-span.widget-type-cell.menu-column>div>div{
    display: flex;
  align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .menu-section{
    display: none;
    
  }
  
    ul.mobile-menu {
      
          overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    transition: max-height 0.3s linear;
    display: block;
    animation: 0.3s ease-in-out 0s 1 normal both running fade-in;
    padding-left: 16px;
    padding-right: 16px;
    list-style: none;
    padding-top: 16px;
        overflow-y: scroll !important;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        border-top: 1px solid #e4e5e6;
        background: #fff;
        padding: 0 0 5px 0;
        margin-top: 0;
    }
  ul.mobile-menu li {
            width: 100%;
        float: left;
        padding: 0 1rem;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 12px;
    
  }
  ul.mobile-menu a {
             display: inline-block;
        position: relative;
        font-size: 14px;
        /* line-height: 97px; */
        padding: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        transition: color 0.3s ease;
        vertical-align: middle;
        text-decoration: none;
        padding: 6px 12px;
        background-color: #455561;
        width: 100%;
  }
  
}


@media (max-width: 991.98px) {
  .inner-redesign{
   margin: unset;
    width: 100%;
    padding: 32px 16px;
  }
    .header {
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        justify-content: space-between;
    }
}


@media (max-width: 1199.98px) {
    .menu-section {
        gap: 10px;
    }
}
@media only screen and (max-width: 1364px) {
   .menu-section {
        gap: 20px;
    }
}
@media only screen and (max-width: 1540px) {
    .menu-section {
        gap: 25px;
    }
}

.menu-section > li > a:hover, .menu-section > li.active > a {
    color: #D71946; 
}

.side-btn a.bnt-i{
    border: none !important;
    background-color: #D71946 !important;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
    width: 65px!important;
}


.red a {
    background-color: #D71946;
    border-radius: 1rem;
padding: 5px 15px;
    color: white;
}


.red a:hover {

    color: white;
}
