/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

#header-wrapper .main-title-section-wrapper {
  position: relative;
}

#header-wrapper .main-title-section-wrapper > .container {
  display: grid;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper,
#header-wrapper.header-top-absolute .container {
  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(1.75rem, 1.575rem + 0.875vw, 2.625rem); /* Min-28 & Max-42 */
  text-transform: capitalize;
  margin: 0 0 15px;
  word-break: break-all;
}

.main-title-section-container:not(:has(.breadcrumb)) .main-title-section h1 {
  margin-bottom: 0;
}

.breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
}

.breadcrumb a:not(:focus) {
  text-decoration: none;
  background: var(--wdt-link-hover-bg);
}

.breadcrumb span:not(.current) {
  display: inline-block;
  margin: 0px 15px;
  padding: 0;
}

.breadcrumb .breadcrumb-default-delimiter:last-child {
  display: none;
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  position: relative;
  vertical-align: middle;
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M33,33.34,16.17,16.66,33,0,49.83,16.66Z'/%3E%3Cpath d='M83.5,50,66.67,66.66,49.83,50,66.67,33.34Z'/%3E%3Cpath d='M33,66.66,49.83,83.34,33,100,16.17,83.34Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M33,33.34,16.17,16.66,33,0,49.83,16.66Z'/%3E%3Cpath d='M83.5,50,66.67,66.66,49.83,50,66.67,33.34Z'/%3E%3Cpath d='M33,66.66,49.83,83.34,33,100,16.17,83.34Z'/%3E%3C/svg%3E");
}

.main-title-section h1,
.breadcrumb {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.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;
}

.main-title-section-wrapper .main-title-section-bg::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: inherit;
    background-position: inherit;
    background-repeat: inherit;
    background-size: inherit;
    display: block;
    width: 50%;
    z-index: 1;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper .main-title-section-bg::before {
  display: none;
}


/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb {
  color: var(--wdtBodyTxtColor);
}

.main-title-section h1 {
  color: var(--wdtAccentTxtColor);
}

.breadcrumb a {
  color: var(--wdtAccentTxtColor);
}

.breadcrumb span.current {
  color: var(--wdtAccentTxtColor);
}

.main-title-section-wrapper.overlay-wrapper .main-title-section-bg:after {
  opacity: 1;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper.overlay-wrapper .main-title-section-bg:after {
  opacity: 0.7;
}

.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(--wdtTertiaryColor);
}

.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(--wdtTertiaryColor);
}

.header-top-absolute .main-title-section-wrapper.dark-bg-breadcrumb .main-title-section-bg {
  background-color: rgba(var(--wdtSecondaryColorRgb), 0.7);
}

.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(--wdtAccentTxtColor);
  background-size: var(--wdt-link-hover-bg-size);
}

/*--------------------------------------------------------------
    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: 95px 40px 100px;
    padding-left: 7%;
    width: 50%;
  }
  #header-wrapper.header-top-absolute .main-title-section-wrapper .main-title-section-container {
    width: 100%;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 55px 40px 60px;
  }
  .main-title-section-wrapper.overlay-wrapper .main-title-section-bg:after {
    opacity: 0.8;
  }
  .main-title-section-wrapper .main-title-section-bg::before {
    opacity: 0;
    visibility: hidden;
  }
}

@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 {
    margin-bottom: 10px;
  }

  .main-title-section,
  .main-title-section h1,
  .breadcrumb {
    text-align: center;
  }

  .main-title-section-wrapper .main-title-section-container {
    padding: 45px 20px 50px;
  }
}

/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
  /* .main-title-section h1 {
    font-size: var(--wdtFontSize_H3);
  } */
}
