.wdt-flex-banner-options .wdt-flex-banner-option {
  width: 100%;
  height: 100vh;
  transition: .8s cubic-bezier(.29, 0, .2, 1);
  background-image: var(--optionBackground);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
  margin-right: 5px;
}

/* Transtion Style */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  padding: 30px;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title {
  flex: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
  flex: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  width: 20vw;
  padding: 0 clamp(0.625rem, 0.1923rem + 1.9231vw, 2.5rem);
  margin: 0 0 10px;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  -webkit-transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon {
  transition-delay: 60ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
  transition-delay: 50ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  transition-delay: 25ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  transition-delay: 2ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon {
  transition-delay: 0ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
  transition-delay: 100ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  transition-delay: 250ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  transition-delay: 320ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Transtion End */


.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
  line-height: var(--wdtLineHeight_Alt);
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_Alt);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
  padding: 30px 0 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div:last-child {
  margin-bottom: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  font-family: var(--wdtFontTypo_Base);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content p {
  margin: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
  margin-top: 10px;
  display: inline-block;
  line-height: 1;
  font-size: 1em;
  padding: 0.75em 1.5em;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.8), transparent);
}

/* -----------------------
    Primary Color 
----------------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
  color: var(--wdtAccentTxtColor);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}

/* -----------------------
    secondary Color 
----------------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:focus,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:hover {
  background-color: var(--wdtSecondaryColor);
  color: var(--wdtAccentTxtColor);
}




/* ========= Vertical Slider ============ */

:root {
  --wdt-Ad-Transition: all 0.3s linear 0s;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: none;
  padding: clamp(1.875rem, 1.5865rem + 1.2821vw, 3.125rem) clamp(1.875rem, 1.2981rem + 2.5641vw, 4.375rem);
  border: 1px solid var(--wdtBorderColor);
  margin: 0 0 -1px 0;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>div[class$="-group"] {
  position: static;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:not(.active) {
  cursor: pointer;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:not(.active)>.wdt-flex-banner-detail-group {
  height: 0px;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active {
  pointer-events: none;
}

/* V- Title-Group Style */
.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  align-items: flex-start;
  position: relative;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-title-group {
  padding-bottom: 20px;
  pointer-events: none;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  pointer-events: none;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active>.wdt-flex-banner-detail-group {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: none;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-title {
  margin: 0;
  font-size: clamp(1.5rem, 1.1377rem + 1.6561vw, 3.125rem);
  line-height: normal;
  pointer-events: none;
  color: var(--wdt-elementor-color-primary);
  margin-right: 1rem;
  text-transform: capitalize;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group>.wdt-flex-banner-icon svg {
  display: none;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group>.wdt-flex-banner-icon {
  text-align: center;
  background-color: transparent;
  color: var(--wdtBodyTxtColor, var(--wdtDarkBodyTxtColor));
  border: none;
  transition: var(--wdt-Ad-Transition);
  line-height: 0;
  height: clamp(2.5rem, 2.125rem + 1.6667vw, 4.125rem);
  width: auto;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  margin-right: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
  opacity: 0.6;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:hover .wdt-flex-banner-title-group>.wdt-flex-banner-icon,
.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-title-group>.wdt-flex-banner-icon {
  background-color: transparent;
  color: var(--wdtAccentTxtColor, var(--wdtDarkAccentTxtColor));
  opacity: 1;
}

/* V- Sub-Title Style */
.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-sub-title,
.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-icon {
  display: none;
}

/* V- Description Style */
.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-content p {
  margin: 0;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-content {
  max-width: 55%;
  width: 100%;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-content {
  padding-left: calc(clamp(1.25rem, 1.1058rem + 0.641vw, 1.875rem) + 20px);
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-button {
  width: fit-content;
  margin-left: auto;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-button a {
  font-weight: var(--wdtFontWeight_Base);
  padding: var(--wdtPadding_Btn, 0.75em 1.5em);
  font-size: var(--wdtButton_size, 1rem);
  border-radius: 10em;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  border: 1px solid currentColor;
  color: var(--wdtAccentTxtColor, var(--wdtDarkAccentTxtColor));
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-button a:hover {
  background-color: var(--wdt-elementor-color-secondary);
  border-color: var(--wdtPrimaryColor, var(--wdtDarkPrimaryColor));
  color: var(--wdtAccentTxtColor, var(--wdtDarkAccentTxtColor));
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-button a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
  height: clamp(1rem, 0.9423rem + 0.2564vw, 1.25rem);
  margin-right: 10px;
  background-color: var(--wdt-elementor-color-secondary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cpath d='M6.1,69.5v-69L65.9,35L6.1,69.5z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70;' xml:space='preserve'%3E%3Cpath d='M6.1,69.5v-69L65.9,35L6.1,69.5z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-transition: var(--wdt-Ad-Transition);
  transition: var(--wdt-Ad-Transition);
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>.wdt-flex-banner-button a:hover:before {
  background-color: currentColor;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option >.wdt-flex-banner-detail-group{
  width: 55%;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-content-item-group {
  display:flex;
  justify-content: space-between;
  align-items: end;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-content-item-group .wdt-flex-banner-content{
  max-width:70%
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-content-item-group .wdt-flex-banner-content p {
  margin-bottom:0;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-title-group .wdt-flex-banner-button a {
  opacity: 1;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button span {
  font-size: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  background-color: var(--wdtPrimaryColor);
  border-radius: var(--wdtRadius_Full);
  position: relative;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button span:before {
  content: "";
  position: absolute;
  display: inline-flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M33.2,8.2l15.6,15.1c1,0.9,1,2.4,0,3.4L33.2,41.8c-1,0.9-2.5,0.9-3.5,0c-1-0.9-1-2.4,0-3.4 c4.2-4.1,1.2-11.1-4.8-11.1H3c-1.4,0-2.5-1.1-2.5-2.4c0-1.3,1.1-2.4,2.5-2.4h21.9c6,0,9-7,4.8-11.1c-1-0.9-1-2.4,0-3.4 C30.7,7.3,32.2,7.3,33.2,8.2z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: var(--wdtFontSize_Base);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cpath d='M33.2,8.2l15.6,15.1c1,0.9,1,2.4,0,3.4L33.2,41.8c-1,0.9-2.5,0.9-3.5,0c-1-0.9-1-2.4,0-3.4 c4.2-4.1,1.2-11.1-4.8-11.1H3c-1.4,0-2.5-1.1-2.5-2.4c0-1.3,1.1-2.4,2.5-2.4h21.9c6,0,9-7,4.8-11.1c-1-0.9-1-2.4,0-3.4 C30.7,7.3,32.2,7.3,33.2,8.2z'%3E%3C/path%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: var(--wdtFontSize_Base);
  background-color: var(--wdtLinkColor);
  transition: var(--wdt-Ad-Transition);
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button span:hover {
  background-color: var(--wdtLinkColor);
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button span:hover:before {
  background-color: var(--wdtAccentTxtColor);
  animation: button-icon 0.3s linear;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-title-group .wdt-flex-banner-button span {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/* .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group .wdt-flex-banner-image {
  width: clamp(10.3125rem, 8.726rem + 7.0513vw, 17.1875rem);
  height: clamp(10.3125rem, 8.726rem + 7.0513vw, 17.1875rem);
  display: inline-block;
  position: absolute;
  right: 30%;
  bottom: 0;
  transform: translateX(30%) rotate(-15deg);
  border: 1px solid var(--wdtPrimaryColor);
  border-radius: var(--wdtRadius_2X);
  background: var(--optionBackground);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group .wdt-flex-banner-content-item-group .wdt-flex-banner-content-items {
  padding: 10px 0;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group .wdt-flex-banner-content-item-group .wdt-flex-banner-content-items:last-child {
  padding-bottom: 0;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group .wdt-flex-banner-content-item-group .wdt-flex-banner-content-items span>span {
  margin: 0 10px;
}

.wdt-flex-banner-options {
  counter-reset: IB-title-count;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:before {
  content: counter(IB-title-count) ".";
  counter-increment: IB-title-count;
  border-radius: var(--wdtRadius_Full);
  font-size: clamp(1.5rem, 1.1377rem + 1.6561vw, 3.125rem);
  line-height: normal;
  font-weight: var(--wdtFontWeight_Alt);
  position: absolute;
  left: clamp(1.5625rem, 0.5208rem + 2.1701vw, 3.125rem);
  /*Min-25 Max-50*/
  top: clamp(2.3125rem, 1.6458rem + 1.3889vw, 3.3125rem);
  /*Min-37 Max-57*/
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>div {
  width: calc(100% - clamp(2.1875rem, 1.9712rem + 0.9615vw, 3.125rem) - 15px);
  margin-left: clamp(3.75rem, 0.8333rem + 6.0764vw, 8.125rem);
  /*Min-60 Max-130*/
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-image:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: clamp(15.625rem, 3.125rem + 26.0417vw, 34.375rem);
  background: var(--optionBackground);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  transition: var(--wdt-Ad-Transition);
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-image:after {
  opacity: 0.8;
}

.wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-image:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: clamp(15.625rem, 3.125rem + 26.0417vw, 34.375rem);
  background: url(https://pullingo.wpengine.com/wp-content/uploads/2024/08/abstarct-bg.png);
  background-size: cover;
  opacity: 0.2;
  border-left: 1px solid var(--wdtLinkColor);
}

/* Additional style */
.wdt-cus-flex-banner-type1 .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-button{
  position:absolute;
  right:0;
}

.wdt-cus-flex-banner-type1 .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-button a{
  font-size:0;
  display: block;
  width:  clamp(5rem, 2.9167rem + 4.3403vw, 8.125rem);/*min-80 max-130*/
  height:  clamp(5rem, 2.9167rem + 4.3403vw, 8.125rem);/*min-80 max-130*/
  background-image:url("https://pullingo.wpengine.com/wp-content/uploads/2024/06/Asset-2.svg");
  background-repeat:no-repeat;
  background-size:contain;
  pointer-events:all;
}


/* -----------------------
    Responsive
----------------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
  font-size: var(--wdtFontSize_H6);
  text-align: start;
  display: flex;
  align-items: center;
}

@media (min-width: 1025px) {

  .wdt-flex-banner-options:not(.vertical-slider) {
    display: flex;
    flex-wrap: nowrap;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 1;
    width: 100% !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: flex .8s cubic-bezier(.29, 0, .2, 1);
    will-change: flex;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option.active {
    flex: 2;
  }

  /* .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title { font-size: var(--wdtFontSize_H6);
    -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
    writing-mode: vertical-rl; text-align: start; display: flex; align-items: center; }   */

}

@media (max-width: 1024px) {

  .wdt-flex-banner-options .wdt-flex-banner-option {
    position: relative;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option:before {
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    padding: 20px;
    z-index: 1;
    /*flex-flow: column wrap;*/
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    padding: 10px 0 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
    font-size: 1rem;
    margin: 0 30px 0 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title {
    flex: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    flex: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
    width: 100%;
    padding: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon {
    transition-delay: 60ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
    transition-delay: 50ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
    transition-delay: 25ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
    transition-delay: 2ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group .wdt-flex-banner-image {
    transform: translateX(0%) rotate(0deg);
    right: 0;
  }

  /* -----------------------
      Snap scroll style 
  ----------------------- */

  .wdt-flex-banner-options .wdt-flex-banner-option {
    display: inherit;
    flex: 0 0 44%;
    width: auto !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Full-width Snap scroll style */

  .wdt-flex-banner-options:not(.vertical-slider) .wdt-flex-banner-option:not(:last-child) {
    margin-right: 10px;
  }

}

@media (max-width: 767px) {

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-title-group .wdt-flex-banner-title,
  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active:before,
  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-content-item-group .wdt-flex-banner-content p{
      color:var(--wdtAccentTxtColor);
  }
  
  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option >.wdt-flex-banner-detail-group{
      width: 90%;
      padding: 0;
  }

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 60%;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-content {
    max-width: 100%;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:before {
    left: 15px;
    top: 32px;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option {
    padding: 30px;
  }

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 80%;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group .wdt-flex-banner-image {
    position: static;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group>div {
    flex-basis: 60%;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>.wdt-flex-banner-detail-group {
    padding: 0;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-image:before {
    width: 100%;
    z-index: -1;
    opacity: 0;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-image:before {
    opacity: 1;
    background: var(--wdtTertiaryColor);
    border-left: 0;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option.active .wdt-flex-banner-image:after{
    opacity: 0.3;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-image:after {
    width: 100%;
    opacity: 0;
    z-index: -1;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:after {
    width: 0px;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>div {
    margin-left: 30px;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button {
    line-height: 0;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button a {
    position: static;
    width: 25px;
    height: 25px;
    transform: translate(0);
    opacity: 1;
    background-color: var(--wdtHeadAltColor);
  }

  .wdt-cus-flex-banner-type1 .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-button a{
    width:  clamp(5rem, 2.3771rem + 11.9904vw, 8.125rem);/*min-80 max-130*/
    height:  clamp(5rem, 2.3771rem + 11.9904vw, 8.125rem);/*min-80 max-130*/
  }
}

@media (max-width: 479px) {

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
    margin: 0 20px 0 0;
  }

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 80%;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option {
    padding: 25px;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option>div {
    width: 100%;
    margin-left: 0;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option:before {
    display: none;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button a {
    width: 17px;
    height: 17px;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-title-group .wdt-flex-banner-button {
    line-height: 0.5;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-content-item-group{
    flex-direction: column;
    align-items: flex-start;
  }

  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-content-item-group .wdt-flex-banner-content{
    max-width:100% ;
  }

  .wdt-cus-flex-banner-type1 .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-button{
    position: relative;
  }
  .wdt-flex-banner-options.vertical-slider .wdt-flex-banner-option .wdt-flex-banner-content-item-group .wdt-flex-banner-content p{
    margin-bottom: 20px;
  }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.wdt-flex-banner-options {
  scrollbar-width: none;
  scrollbar-color: var(--wdtPrimaryColor) transparent;
}

/* Chrome, Edge, and Safari */
.wdt-flex-banner-options::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.wdt-flex-banner-options::-webkit-scrollbar-track {
  background: transparent;
}

.wdt-flex-banner-options::-webkit-scrollbar-thumb {
  background-color: var(--wdtPrimaryColor);
  border-radius: 0px;
}



/*=== Full Width Click Slider - Demo ===*/

@media (min-width: 1281px) {

  .wdt-full-width-click-slider .wdt-flex-banner-options {
    position: relative;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
    margin-right: 0px;
    border-right: 1px solid var(--wdtBorderColor);
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option {
    background: none;
    position: static;
    display: grid;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow,
  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    grid-area: 1/-1;
    position: relative;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow {
    visibility: hidden;
    opacity: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .6s cubic-bezier(.29, 0, .2, 1);
    transition: all .6s cubic-bezier(.29, 0, .2, 1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-shadow {
    opacity: 1;
    visibility: visible;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: transparent;
    background-image: var(--optionBackground);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option:before {
    -webkit-animation: slide-animation-out-up var(--wdt-Ad-Transition) forwards;
    animation: slide-animation-out-up var(--wdt-Ad-Transition) forwards;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option.active:before {
    -webkit-animation: slide-animation-in-up var(--wdt-Ad-Transition) forwards;
    animation: slide-animation-in-up var(--wdt-Ad-Transition) forwards;
  }

  @keyframes slide-animation-in-up {
    0% {
      clip-path: inset(0 0 0 100%);
      -webkit-clip-path: inset(0 0 0 100%);
    }

    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }

  @-webkit-keyframes slide-animation-in-up {
    0% {
      clip-path: inset(0 0 0 100%);
      -webkit-clip-path: inset(0 0 0 100%);
    }

    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }

  @keyframes slide-animation-out-up {
    0% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }

    100% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
  }

  @-webkit-keyframes slide-animation-out-up {
    0% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }

    100% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
  }

}