/* Mega Menu Dropdown */
.mega-menu__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1000;
  transition: opacity 0.3s, visibility 0.3s;
  height: 460px;
  overflow: hidden;
}

.mega-menu-link-item  a:hover {
  text-decoration: none !important;
}

.header__main-nav .menu-item a:hover {
  color: unset !important;
}

.header-transparent .header__main-nav .menu-item a:hover {
  color: #ffffff !important;
}

.header__sticky .header__main-nav .menu-item a:hover {
  color: #000 !important;
}

.mega-menu__submenu_head {
  height: 5px;
  background: #194899;
  background: linear-gradient(90deg, #194899 35%, #b81b57 100%);
}

.mega-menu__submenu.active,
.mega-menu__item.active .mega-menu__submenu,
.mega-menu__item:hover .mega-menu__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content */
.mega-menu__content {
  display: flex;
  height: 100%;
  width: 100%;
}

.mega-menu__submenu-inner {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding-top: 20px;
}

.mega-menu__column {
  flex: 0 0 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Mega Menu Links */
.mega-menu__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu__links li {
  margin-bottom: 20px;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.mega-menu__links li:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}


.mega-menu__links a {
  text-decoration: none;
  color: #333;
  display: block;
  align-items: flex-start;
}


.mega-menu__link-item-wrapper {
  display: flex;
  text-transform: none;
}

.mega-menu__link-arrow {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: 32px;
}

.mega-menu__link-arrow img {
  display: none;
}

/* Mega Menu Link Icon */
.mega-menu__link-icon {
  width: 32px;
  height: 32px;
  background-color: #14234B;
  border-radius: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}


.mega-menu__link-icon img {
  width: 60%;
  height: auto;
  /* filter: brightness(0) invert(1); */
  object-fit: contain;
}

/* Mega Menu Link Content */
.mega-menu__link-content {
  display: flex;
  flex-direction: column;
}

.mega-menu__link-text {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #14234B;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  font-weight: 600;
  line-height: 1.31;
}

.mega-menu__link-text:hover,
.mega-menu__post-item__title > a:hover {
  text-decoration: underline !important;
}

.mega-menu__item > a:hover {
  text-decoration: underline !important;
  font-weight: normal;
}
.mega-menu__item-active > a {
  text-decoration: underline !important;
}

.mega-menu__link-description {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  padding-right: 20px;
}

/* Mega Menu Right Content */
.mega-menu__right-content {
  width: 25%;
  padding: 30px 50px 30px 30px;
  display: flex;
  background-color: #f8f9fa;
}

.mega-menu__right-content-title {
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.mega-menu__quote-quotation-image {
  width: 41px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

/* Quote Styles */
.mega-menu__quote {
  padding: 20px;
  border-radius: 4px;
}

.mega-menu__quote-title {
  margin-bottom: 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}

.mega-menu__quote blockquote {
  margin: 0 0 15px 0;
  font-style: italic;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
}

.mega-menu__quote-author {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}

.mega-menu__quote cite {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.mega-menu__quote .company-name {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}

/* Post Item Styles */
.mega-menu-post-item__image,
.mega-menu-post-item__placeholder {
  width: 100% !important;
  height: 320px !important;
  object-fit: cover;
  display: block;
  border-radius: 24px 0px;
}

.mega-menu-post-item__placeholder {
  background: linear-gradient(90deg, #194899 25%, #b81b57 100%);
}

.post-item__wrapper {
  position: relative;
}

.mega-menu__post-item__content-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 24px;
  padding-left: 12px;
}

.mega-menu__post-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.mega-menu__post-item__title > a {
  padding: 0px !important;
  color: #ffffff !important;
}

.mega-menu__preheadline--highlight {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mega-menu__preheadline--highlight img {
  height: 12px;
}

.mega-menu__news-badge {
  width: 110px;
  height: 30px;
  border-radius: 8px 0px 24px;
  background-color: #024ea1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mega-menu__item-container {
  width: 100%;
}

.mega-menu__news-badge > a {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .mega-menu__content {
    flex-direction: column;
    height: auto;
  }

  .mega-menu__submenu-inner,
  .mega-menu__right-content {
    width: 100%;
  }

  .mega-menu__right-content {
    margin-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .mega-menu__submenu {
    position: static;
    box-shadow: none;
  }

  .mega-menu__content {
    padding: 15px;
  }

  .mega-menu__column {
    flex: 0 0 100%;
  }
  .mega-menu__right-content {
    margin-top: 30px;
    padding-left: 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
  }
}