/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

#header-wrapper .main-title-section-wrapper {
    position: relative; margin: 0 20px; border-radius: var(--wdtRadius_2X); width: calc(100% - 40px); max-width: 100%; overflow: hidden; }

#header-wrapper.header-top-absolute .main-title-section-wrapper {
  position: static;
}

.main-title-section-container {
  clear: both;
  float: left;
  margin: 0;
  padding: 75px 0 90px;
  width: 100%;
}

.main-title-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-title-section h1 {
  font-size: clamp(2.625rem, 2.3289rem + 1.1842vw, 3.75rem); /* Min-42 & Max-60 */
  text-transform: none;
  margin: 0 0 15px;
  word-break: break-all;
}

.breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: var(--wdtFontWeight_Base);
}

.breadcrumb a:not(:focus) {
  text-decoration: none;
}

.breadcrumb span:not(.current) {
  display: inline-block;
  margin: 0px 7px;
  padding: 0;
}

.breadcrumb .breadcrumb-default-delimiter:last-child {
  display: none;
}

.breadcrumb a[href="javascript:void(0);"], .breadcrumb a:last-child { pointer-events: none; }

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  height: 2px;
  opacity: 1;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 8px;
}

.main-title-section h1,
.breadcrumb {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
}

.main-title-section-wrapper > .main-title-section-bg { background-color: var(--wdtTertiaryColor); }

.main-title-section-wrapper > .main-title-section-bg,
.main-title-section-wrapper > .main-title-section-bg:after {
  content: "";
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.home #header-wrapper .main-title-section-wrapper .main-title-section-container {
    display: none;
}

/* Additional Style for Breadcrumb Module */
.main-title-section-wrapper .main-title-section-container:has( .main-title-media) .container { max-width: 100%; padding: 0 20px; }
.main-title-section-wrapper .main-title-section-container:has( .main-title-media) .main-title-section-breadcrumb {
    display: grid; grid-template-columns: 1fr .65fr; align-items: center; gap: 10px; }

.main-title-section-wrapper .main-title-section-container .main-title-section-breadcrumb .main-title-media img {
    border-radius: var(--wdtRadius_2X); max-height: 380px; object-fit: cover; object-position: top center; }

/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb {
  color: var(--wdtBodyTxtColor);
}

.main-title-section h1 {
  color: var(--wdtHeadAltColor);
}

.breadcrumb a {
  color: var(--wdtHeadAltColor);
}

.breadcrumb span.current {
  color: var(--wdtBodyTxtColor);
}

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after { opacity: 0.9; }

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after { background-color: var(--wdtTertiaryColor); }

.main-title-section-wrapper.overlay-wrapper.dark-bg-breadcrumb > .main-title-section-bg:after { background-color: var(--wdtHeadAltColor); }

.main-title-section-wrapper > .main-title-section-bg:after { background-color: rgba(var(--wdtTertiaryColorRgb), 0.5); }

.main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg { background-color: var(--wdtHeadAltColor); }

.dark-bg-breadcrumb .main-title-section h1,
.dark-bg-breadcrumb .breadcrumb a,
.dark-bg-breadcrumb .breadcrumb span.current,
.dark-bg-breadcrumb .breadcrumb span:not(.current) { color: var(--wdtAccentTxtColor); }

.breadcrumb a:hover,
.dark-bg-breadcrumb .breadcrumb a:hover { color: var(--wdtPrimaryColor); }

/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

/* Primary Color */
.breadcrumb a:hover { color: var(--wdtPrimaryColor); }

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 1281px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 20px 0 20px;
  }
  .main-title-section-wrapper .main-title-section-container:not(:has(.main-title-media)) {
    padding: 40px 0 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 20px 0 20px;
  }
  .main-title-section-wrapper .main-title-section-container:not(:has(.main-title-media)) {
    padding: 40px 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #header-wrapper .main-title-section-wrapper {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .main-title-section h1 {
    font-size: clamp(1.75rem, 1.6184rem + 0.5263vw, 2.25rem); /* Min-28 & Max-36 */
  }
}

@media only screen and (min-width: 768px) {
  
  .main-title-section-wrapper.hide-content .main-title-section, .main-title-section-wrapper.hide-content .breadcrumb { display: none; }
  .main-title-section-wrapper.hide-content .main-title-section-container { min-height: 300px; }  

}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {
  .main-title-section h1 {
    font-size: clamp(1.75rem, 1.6184rem + 0.5263vw, 2.25rem); /* Min-28 & Max-36 */
  }

  .main-title-section,
  .main-title-section h1,
  .breadcrumb {
    text-align: center;
  }

  .main-title-section-wrapper .main-title-section-container .main-title-section-breadcrumb .main-title-media { display: none; }
  .main-title-section-wrapper .main-title-section-container:has( .main-title-media) .main-title-section-breadcrumb {
    grid-template-columns: 1fr; justify-content: center; justify-items: center; min-height: 130px; }
}

/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
  .main-title-section h1 {
    font-size: clamp(1.75rem, 1.6184rem + 0.5263vw, 2.25rem); /* Min-28 & Max-36 */
  }
}
