/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

#header-wrapper .main-title-section-wrapper {
  position: relative;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper {
  position: static;
}

.main-title-section-container {
  clear: both;
  float: left;
  margin: 0;
  padding: 65px 0 90px;
  width: 100%;
}

.main-title-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-title-section h1 {
  font-size: var(--wdtFontSize_H1);
  font-size: clamp(1.875rem, 1.65rem + 1.125vw, 3rem); /* Min-30 & Max-48 */
  text-transform: capitalize;
  margin: 0 0 15px;
  word-break: break-all;
}

.breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 500;
}

.breadcrumb a:not(:focus) {
  text-decoration: none;
}

.breadcrumb span:not(.current) {
  display: inline-block;
  margin: 0px 12px;
  padding: 0;
}

.breadcrumb .breadcrumb-default-delimiter:last-child {
  display: none;
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  height: 14px;
  opacity: 0.45;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.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;
}

/* Theme style */

.main-title-section-wrapper .main-title-section,
.main-title-section-wrapper .container {
  position: static;
}

.main-title-section-wrapper .main-title-section,
.main-title-section-wrapper .breadcrumb {
  width: calc(100% - clamp(17.5rem, -1.6667rem + 39.9306vw, 46.25rem)); /* 740 - 280 - min-width: 768px */
  max-width: calc(100% - clamp(17.5rem, -1.6667rem + 39.9306vw, 46.25rem)); /* 740 - 280 - min-width: 768px */
}

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before,
.main-title-section-wrapper > .main-title-section-bg::before {
  content: '';
  background-image: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
  background-color: transparent;
  width: clamp(15.625rem, -0.625rem + 33.8542vw, 40rem); /* 640 - 250 - min-width: 768px */
  height: calc(100% - var(--header-height) + 80px);
  display: block;
  position: absolute;
  bottom: -80px;
  right: 5%;
}

.header-top-relative .main-title-section-wrapper > .main-title-section-bg::before,
.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before {
  display: none;
}

.main-title-section-wrapper .main-title-section::before {
  content: '';
  width: 400px;
  max-width: 45%;
  height: 20px;
  display: block;
  background-color: var(--wdtSecondaryColor);
  position: absolute;
  inset: auto;
  bottom: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  pointer-events: none;
}


/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb {
  color: var(--wdtBodyTxtColor);
}

.main-title-section h1 {
  color: var(--wdtHeadAltColor);
}

.breadcrumb a {
  color: var(--wdtHeadAltColor);

  display: inline;
  background: linear-gradient(90deg, currentColor, currentColor);
  background-position: bottom center;
  background-size: 0% 1px;
  background-repeat: no-repeat;
   transition: var(--wdt-Ad-Transition); -webkit-transition: var(--wdt-Ad-Transition);
  transition-property: background-size;
  -webkit-transition-property: background-size;
}

.breadcrumb span.current {
  color: rgba(var(--wdtHeadAltColorRgb),0.55);
}

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after {
  opacity: 0.5;
}

.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(--wdtPrimaryColorRgb),1);
}

.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(--wdtHeadAltColor);
}

/* Anchor issue */

.breadcrumb > *:last-child {
  pointer-events: none;
}


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

/* Primary Color */
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--wdtHeadAltColor);
  background-size: 100% 1px;
  background-position: bottom center;
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media only screen and (min-width:1921px) {
  .main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before,
  .main-title-section-wrapper > .main-title-section-bg::before {
    right: clamp(5.625rem, -54.5002rem + 50.0782vw, 25.625rem); /* 410 - 90 ( 2560 to 1921 ) */
  }
}

@media only screen and (max-width: 1540px) {
  .main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before,
  .main-title-section-wrapper > .main-title-section-bg::before {
    right: 30px;
  }
}

@media only screen and (min-width: 1281px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 65px 0 90px;
  }
}

@media only screen and (max-width: 1280px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 35px 0 70px;
  }

  .main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before,
  .main-title-section-wrapper > .main-title-section-bg::before {
    height: calc(100% - var(--header-height) + 40px);
    bottom: -40px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before,
  .main-title-section-wrapper > .main-title-section-bg::before {
    right: 20px;
  }
}

@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: var(--wdtFontSize_H3);
  } */

  .main-title-section,
  .main-title-section h1,
  .breadcrumb {
    text-align: center;
  }

  .main-title-section-wrapper .main-title-section-container {
    padding: 10px 0 50px;
  }

  .main-title-section-wrapper .main-title-section, 
  .main-title-section-wrapper .breadcrumb {
    width: 100%;
    max-width: 100%;
  }

  .main-title-section-wrapper.overlay-wrapper > .main-title-section-bg::before, 
  .main-title-section-wrapper > .main-title-section-bg::before {
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
  }

  .main-title-section-wrapper .main-title-section::before {
    width: 60%;
    max-width: 60%;
    left: 50%;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
  }
}

/* Common Styles for the devices below 479px width */

/* @media only screen and (max-width: 479px) {
  .main-title-section h1 {
    font-size: var(--wdtFontSize_H3);
  }
} */
