/* Included files: 
- header-image-with-overlay.css
- tronhighlight.css
- breadcrumbs.css
- header.css
*/

/* header.css */
/* HEADER MY MONUTA FUNERAL WISHES */
.mnt-navbar.mnt-navbar-default.mnt-navbar-fixed-top.mnt-navbar {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    height: 120px;
    max-height: 120px;
  }
  
  .mnt-navbar.mnt-navbar-default.mnt-navbar-fixed-top.mnt-navbar .mnt-header-content {
    position: relative;
    height: 31px;
    max-height: 31px;
    width: 82%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  /* --------------------------------- */
  .mnt-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 160px;
    z-index: 1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
    padding: 12px 16px;
    border-radius: 4px;
  }
  
  .mnt-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #f9f9f9 transparent;
  }
  
  .mnt-dropdown-menu p {
    margin: 0 0 10px 0;
    cursor: pointer;
  }
  
  .mnt-dropdown-menu p:last-child {
    margin-bottom: 0;
  }
  
  .mnt-dropdown-menu.mnt-show {
    display: block;
  }
  
  /* HEADER FUNERAL WISHES */
  .mnt-announcement-bar {
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: center;
    padding: 12px 20px;
    background-color: #f6f4f5;
  }
  
  .mnt-announcement-bar-label {
    font-size: 18px;
    color: #000000;
  }
  
  .mnt-announcement-bar-phone {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
  }
  
  .mnt-announcement-bar-phone:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  .mnt-navbar-overlay {
    display: none;
  }
  
  .mnt-announcement-bar-phone:focus {
    color: #000000;
  }
  
  .mnt-navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 20px;
    z-index: 12002;
  }
  
  .mnt-navbar-left {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .mnt-navbar-links-container {
    display: flex;
    gap: 24px;
  }
  
  .mnt-navbar-links-container a {
    color: #1f1e1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
  }
  
  .mnt-navbar-link-item {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: start;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
  }
  
  .mnt-navbar-link {
    text-decoration: none;
  }
  
  /* MEGAMENU */
  .mnt-navbar-mega-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 0 10px 180px;
    width: 100%;
    height: 360px;
    top: 100%;
    left: 0;
    gap: 31px;
    z-index: 999;
    background-color: #ffffff;
  }
  
  .mnt-show-mega-menu {
    display: flex;
  }
  
  .navbar-mega-menu-link-item {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    flex: 0 0 15%;
    gap: 12px;
    font-size: 18px;
  }
  
  .mnt-navbar-right {
    display: flex;
    gap: 24px;
  }
  
  .mnt-navbar-search-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    outline: none;
    border: none;
    padding: 0;
  }
  
  .mnt-navbar-search-input {
    border: none;
    width: auto;
    padding: 20px 4px 20px 50px;
    background-color: #f6f4f5;
    font-size: 16px;
    border-radius: 16px;
    outline: none;
  }
  
  .mnt-search-icon-navbar {
    position: absolute;
    margin-left: 15px;
  }
  
  .mnt-navbar-right a {
    text-decoration: none !important;
    color: #111111 !important;
  }
  
  .mnt-navbar-button {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 4px;
    background-color: #6e0038;
    border: none;
  }
  
  .mnt-navbar-button:hover {
    filter: brightness(110%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  .mnt-navbar-button-label {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
  }
  
  .mnt-navbar-mobile {
    display: none;
  }
  
  .mnt-navbar-category-title-mobile {
    display: flex;
    align-items: center;
  }
  
  .mnt-chevron-right-btn {
    opacity: 0.5;
  }
  
  .mnt-navbar-button:hover .mnt-chevron-right-btn {
    opacity: 1;
  }
  
  /* 
  @media only screen and (max-width: 1300px) {
    .mnt-navbar-search-container {
      display: none;
    }
  } */
  
  @media only screen and (min-width: 1300px) {
    .mnt-navbar-overlay {
      display: none !important;
    }
  }
  
  @media only screen and (max-width: 1300px) {
    .mnt-navbar-link-item {
      display: flex;
      flex-direction: column;
      padding: 12px 16px;
    }
  
    .mnt-navbar-link-item a {
      text-decoration: none;
      color: #6e0038;
      font-size: 24px;
    }
  
    .navbar-mega-menu-link-item a {
      text-decoration: none;
      color: #1f1e1f;
      font-weight: 600;
      font-size: 18px;
    }
  
    .mnt-navbar-links-container {
      display: none;
    }
    
    .dropdown-menu {
      display: none !important ;
    }
  
    .mnt-navbar-category-title-mobile {
      gap: 8px;
    }
  
    .mnt-navbar-right {
      width: 100%;
    }
  
    .mnt-announcement-bar-phone {
      text-decoration: underline;
    }
  
    .mnt-navbar-button {
      display: none;
    }
  
    .mnt-navbar-search-container {
      display: none;
    }
  
    .mnt-navbar-search-container-mobile {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: end;
      outline: none;
      border: none;
    }
  
    .mnt-navbar-search-input-mobile {
      display: none;
      border: none;
      width: 100%;
      padding: 17px 13px;
      background-color: #f6f4f5;
      border-radius: 200px;
      font-size: 16px;
      outline: none;
      border-radius: 4px;
    }
  
    .mnt-search-icon-navbar {
      display: none;
      margin-right: 20px;
    }
  
    .mnt-navbar-search-input {
      display: none;
      width: 100%;
      padding-left: 20px;
      border-radius: 4px;
    }
  
    .mnt-navbar-mobile {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
  
    .mnt-navbar-mobile img {
      width: 30px;
      height: 30px;
    }
  
    .mnt-navbar-overlay {
      display: none;
      flex-direction: column;
      justify-content: start;
      top: 116px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: 9999;
      padding: 16px 24px;
    }
  
    .mnt-navbar-links-container-mobile {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 16px;
    }
  
    .mnt-show-mega-menu {
      display: flex;
      width: 100%;
      flex-direction: column;
      position: static;
    }
  
    .mnt-navbar-mega-menu {
      padding: 0;
      height: auto;
      flex-wrap: nowrap;
      align-items: start;
      gap: 10px;
      margin: 20px 0;
    }
  
    .mnt-contact-container {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 16px;
      background-color: #6e00380a;
    }
  
    .mnt-contact-phone-label {
      font-size: 16px;
      color: #1f1e1f;
      line-height: 24px;
    }
  
    .mnt-contact-phone-number-container-red {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #6e0038;
      padding: 20px 16px;
      border-radius: 4px;
    }
  
    .mnt-contact-phone-number-container-green {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #3f582d;
      padding: 20px 16px;
      border-radius: 4px;
    }
  
    .mnt-contact-arrow-phone-container {
      display: flex;
      align-items: center;
      gap: 8px;
    }
  
    .mnt-contact-arrow-phone-container a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
    }
  
    .mnt-announcement-bar-label {
      font-size: 14px;
    }
  
    .mnt-announcement-bar-phone {
      font-size: 14px;
    }
  
    .mnt-close-btn-mobile-nav {
      display: none;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 32px;
      border: 0.5px solid #1F1E1F;
      border-radius: 8px;
      background-color: #FFFFFF;
    }
  
    .mnt-close-btn-mobile-nav-x {
      font-size: 40px;
      color: #1F1E1F;
    }
  
    .mnt-close-btn-mobile-nav.mnt-active-btn {
      display: flex;
    }
  }

/* header-image-with-overlay.css (directly added in CMS) */
.mnt-header-with-text-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 1920px;
    margin: auto;
  }
  
  .mnt-header-with-text-box-img {
    object-fit: cover;
    height: 264px;
    width: 100%;
  }
  
  .mnt-header-with-text-box.blog-header .mnt-header-with-text-box-img  {
    height: 456px;
  }
  
  .mnt-header-with-text-box.blog-header .mnt-header-with-text-box-heading-wrapper {
    margin-top: -64px;
    margin-left: 20px;
    margin-right: 20px;
  
    background-color: #FFFFFF;
  }
  
  .mnt-header-with-text-box-heading-wrapper {
    min-height: 25%;
    padding: 24px 16px;
  }
  
  .mnt-header-with-text-box-heading-wrapper h1 {
    font-size: 32px;
    line-height: 40px;
    color: #6E0038;
    overflow-wrap: break-word;
  }
  
  .mnt-author-date-container {
    color: #8C8C8C;
    font-size: 18px;
    line-height: 26px;
  }
  
  .mnt-header-with-text-box-heading-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .mnt-header-with-text-box .mnt-tron-highlight {
    object-fit: cover;
    height: 456px;
    width: 100%;
  }
  
  .mnt-header-image-with-overlay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .mnt-header-overlay-container {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: #f6f4f5;
  }
  
  .mnt-header-overlay-container p {
    font-size: 18px;
  }
  
  .mnt-header-overlay-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    color: #6e0038;
    white-space: pre-wrap;
    margin-bottom: 16px;
  }
  
  .mnt-header-overlay-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 16px;
  }
  
  .mnt-header-overlay-container .mnt-links-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .mnt-header-overlay-container .mnt-header-primary-cta,
  .mnt-header-overlay-container .mnt-header-secondary-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    padding: 20px 24px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    align-self: start;
  }
  
  .mnt-header-overlay-container .mnt-header-primary-cta {
    color: #ffffff;
    background: #6e0038;
  }
  
  .mnt-header-overlay-container .mnt-header-secondary-cta {
    color: #1f1e1f;
    background: #ffffff;
  }
  
  .mnt-header-overlay-container .mnt-links-container span {
    color: #A09B9E;
    font-size: 18px;
    line-height: 26px;
  }
  
  .mnt-tron-differentiators-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 32px 0;
  }
  
  .mnt-tron-differentiators-mobile .mnt-tron-differentiator-item {
    align-items: start;
  }
  
  .mnt-tron-differentiators-desktop {
    display: none;
    justify-content: center;
    font-size: 18px;
    gap: 16px;
  }
  
  .mnt-tron-differentiator-item {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .mnt-nl-text-purple {
    color: #6e0038;
  }
  
  .mnt-nl-text-green {
    color: #647E4E;
  }
  
  .cta-header-availability {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
  }
  
  .cta-header-availability .cta-availability-icon {
    width: 12px;
    height: 12px;
  }
  
  .cta-header-availability .contact-methods-card-status-text-mobile {
    display: flex;
  }
  
  .cta-header-availability .contact-methods-card-status-text-desktop {
    display: none;
  }
  
  
  .mnt-header-overlay.hp-template .mnt-nl-label {
    background-color: #F6F4F5;
  }
  
  .mnt-header-overlay.hp-template .mnt-nl-cta-btn-text {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
  }
  
  .mnt-header-overlay.hp-template .mnt-links-container .mnt-nl-section-block+.mnt-phone-btn .mnt-nl-cta-btn-text {
    display: none;
  }
  
  .mnt-input-btn-with-error+.mnt-cms-secondary span {
    display: none;
  }
  
  .mnt-header-overlay-wrapper {
    padding: 0 20px;
    margin-top: -6%;
  }
  
  .mnt-header-overlay h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  
  
  
  @media (min-width: 640px) {
    .mnt-header-overlay.hp-template .mnt-nl-cta-btn-text {
      display: inline;
    }
  
    .mnt-header-overlay-container .mnt-links-container {
      flex-direction: row;
    }
  }
  
  @media only screen and (min-width: 1024px) {
    .mnt-header-with-text-box {
      align-items: center;
    }
  
    .mnt-header-with-text-box-heading-container {
      gap: 24px;
    }
  
    .mnt-header-with-text-box-img {
      object-fit: cover;
      height: 456px;
      width: 100%;
    }
  
    .mnt-header-with-text-box-heading-wrapper {
      background: #FFFFFF;
      margin-top: -113px;
      max-width: 1036px;
      padding: 53px 103px;
      width: 100%;
    }
  
    .mnt-header-with-text-box-heading-wrapper h1 {
      font-size: 56px;
      line-height: 64px;
    }
  
    .mnt-header-with-text-box-img.cp {
      height: 456px;
    }
  
    .mnt-header-with-text-box.blog-header .mnt-header-with-text-box-heading-wrapper {
      margin-top: -113px;
      margin-left: 0;
      margin-right: 0;
    }
  }
  
  @media (min-width: 1024px) {
    .mnt-header-overlay-wrapper {
      position: absolute;
      width: 100%;
      max-width: 1440px;
      padding: 0 96px;
      margin-top: 0;
    }
  
    .mnt-header-overlay {
      max-width: 60%;
    }
  
    .cta-header-availability .contact-methods-card-status-text-mobile {
      display: none;
    }
  
    .mnt-header-overlay.hp-template .mnt-nl-label {
      background: none;
    }
  
    .cta-header-availability .contact-methods-card-status-text-desktop {
      display: flex;
    }
  
    .mnt-tron-differentiators-mobile {
      display: none;
    }
  
    .mnt-header-image {
      width: 100%;
      height: 456px;
      object-fit: cover;
    }
  
    .mnt-tron-differentiators-desktop {
      display: flex;
      width: 100%;
      justify-content: space-between;
      padding: 24px 96px;
      font-size: 18px;
      max-width: 1440px;
      margin: auto;
    }
  
    .mnt-header-image-with-overlay {
      margin-bottom: 0;
      max-width: 1920px;
      margin: auto;
      align-items: center;
    }
  
    .mnt-header-overlay-container {
      background-color: #f6f4f5cc;
      padding: 40px;
    }
  
    .mnt-header-overlay-container .mnt-header-primary-cta {
      align-self: auto;
    }
  
    .mnt-header-overlay h1 {
      font-size: 56px;
      line-height: 64px;
      margin-bottom: 16px;
    }
  
    .mnt-header-overlay.hp-template .mnt-links-container .mnt-nl-section-block+.mnt-phone-btn .mnt-nl-cta-btn-text {
      display: inline;
    }
    
  }
  
  @media (min-width: 1200px) {
    .mnt-header-overlay {
      max-width: 50%;
    }
  }
  
  .mnt-header-with-text-box.blog-header .mnt-header-with-text-box-heading-wrapper {
    padding-bottom: 0;
    display: flex;
      flex-direction: column;
      gap: 16px;
  }
  
  
  @media (max-width: 1024px) {
    .mnt-header-overlay.hp-template .mnt-links-container .mnt-nl-section-block {
      max-width: 320px;
      width: 100%;
    }
  
    .mnt-header-overlay.hp-template .mnt-cta-transparent-input-wrapper {
      width: 100%;
    }
  
    .mnt-header-overlay.hp-template .mnt-cta-transparent-input-wrapper.mnt-nl-text-purple .input:focus {
      border-top: 1px solid #6E0038;
    }
  
    .mnt-header-overlay.hp-template .mnt-cta-transparent-input-wrapper .input:focus+.placeholder {
      background-color: #f6f4f5;
      padding: 0 12px;
    }
  
    .mnt-header-overlay.hp-template .mnt-cta-transparent-input-wrapper .input:focus+.placeholder::before {
      display: none;
    }
  
    .mnt-header-overlay.hp-template .mnt-cta-transparent-input-wrapper .input:focus+.placeholder::after {
      display: none;
    }
  }

  /* tronhighlight.css */

  .mnt-tron-highlight-wrapper {
    width: 95%;
    margin: auto;
    position: relative;
  }
  
  .mnt-tron-highlight {
    position: relative;
    width: 100%;
    height: 432px;
    border-radius: 0 0 16px 16px;
  }
  
  .mnt-tron-card {
    position: absolute;
    background-color: #ffffff;
    width: 517px;
    height: 304px;
    border-radius: 8px;
    top: 50px;
    left: 120px;
    padding: 32px;
  }
  
  .mnt-tron-card-title {
    font-size: 64px;
    line-height: 72px;
    color: #6e0038;
  }
  
  .mnt-tron-card-description {
    font-size: 18px;
    line-height: 26px;
  }
  
  .mnt-tron-card-circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #74975d;
    border-radius: 70px;
    padding: 36px 16px;
    width: 128px;
    height: 128px;
    top: -30px;
    right: -60px;
  }
  
  .mnt-tron-card-circle-text {
    color: white;
    line-height: 24px;
  }
  
  .mnt-tron-card-circle-text strong {
    font-weight: 600;
  }
  
  .mnt-tron-differentiators {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 27px 0;
  }
  
  .mnt-tron-differentiator-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
  }
  
  .mnt-tron-differentiator-item strong {
    font-weight: 600;
  }
  
  /* OVERLAY BOX VARIANT */
  .mnt-has-overlay-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: auto;
    width: 100%;
    max-width: 1920px;
  }
  
  .mnt-overlay-box h1 {
    color: #6e0038;
    font-size: 56px;
    width: 100%;
    max-width: 844px;
    line-height: 64px;
  }
  
  .mnt-overlay-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 70%;
    background-color: #FFFFFF;
    position: relative;
    top: -117px;
    padding: 44px 106px;
    max-width: 1440px;
  }
  
  .mnt-has-overlay-box>.mnt-tron-highlight {
    border-radius: 0;
    height: 456px;
    width: 100%;
    margin: 0;
  }
  
  .mnt-has-overlay-box>.mnt-tron-card {
    display: none;
  }
  
  .mnt-has-overlay-box>.mnt-tron-differentiators {
    display: none;
  }
  
  @media only screen and (max-width: 1024px) {
    .mnt-tron-highlight-wrapper .mnt-has-overlay-box {
      padding: 0px;
    }
  
    .mnt-has-overlay-box>.mnt-tron-highlight {
      height: 264px;
    }
  
    .mnt-overlay-box {
      position: static;
      height: auto;
      margin: 0;
      padding: 24px 16px;
      width: 100%;
    }
  
    .mnt-overlay-box h1 {
      margin: 0;
      font-size: 32px;
      line-height: 40px;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .mnt-tron-highlight-wrapper {
      display: flex;
      flex-direction: column;
      position: relative;
      background-color: #fbfbfb;
    }
  
    .mnt-tron-highlight {
      display: flex;
      width: 90%;
      margin: auto;
      height: 160px;
      border-radius: 4px;
    }
  
    .mnt-tron-card {
      position: absolute;
      padding: 32px 16px 24px 16px;
      border: 1px solid #8c8c8c;
      height: auto;
      left: 0px;
      right: 0px;
      top: 115px;
      width: 85%;
      margin: auto;
    }
  
    .mnt-tron-card-circle {
      top: -60px;
      right: 20px;
    }
  
    .mnt-tron-card-title {
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 8px;
    }
  
    .mnt-tron-card-description {
      font-size: 18px;
    }
  
    .mnt-tron-differentiators {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-top: 150px;
      padding: 16px 24px;
    }
  
    .mnt-tron-differentiator-item {
      align-items: start;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .mnt-tron-differentiators {
      margin-top: 300px;
    }
  }

  /* breadcrumbs.css */

  .mnt-nl-breadcrumb-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 8px 20px;
  }
  
  .mnt-nl-breadcrumb {
    margin-right: 0.5em;
    cursor: pointer;
  }
  
  .breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 0.5em;
    text-decoration: none;
  }
  
  .mnt-nl-breadcrumb .breadcrumb-link {
    text-decoration: none;
  }
  
  .mnt-nl-breadcrumb .mnt-nl-breadcrumb-name {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
  }
  
  .mnt-nl-breadcrumb-container .mnt-nl-breadcrumb:last-child .mnt-nl-breadcrumb-name {
    color: #737373;
  }
  
  .mnt-nl-breadcrumb:first-of-type img {
    display: none;
  }
  
  .breadcrumb-link img {
    width: 12px;
    height: 12px;
  }
  
  @media only screen and (min-width: 1024px) {
    .mnt-nl-breadcrumb-container {
      padding: 8px 96px;
      max-width: 1440px;
    }
  
    .mnt-nl-breadcrumb .mnt-nl-breadcrumb-name {
      font-size: initial;
      line-height: initial;
    }
  
    .breadcrumb-link img {
      width: initial;
      height: initial;
    }
  }
  
  @media only screen and (max-width: 1300px) {
    #mainContent .bootstrap-datetimepicker-widget.dropdown-menu {
      display: block !important;
    }
  }