/* Home 1 Animation Marquee */

.wdt-animation-wrapper .wdt-animation-item.icon-item {
  padding: 0 clamp(0.9375rem, 0.1015rem + 3.8217vw, 4.6875rem);
font-size:clamp(5.625rem, 4.789rem + 3.8217vw, 9.375rem)   /*  150px - 90px ; */
}

.wdt-animation-wrapper {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    var(--wdtHeadAltColor) 5%,
    var(--wdtHeadAltColor) 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    var(--wdtHeadAltColor) 5%,
    var(--wdtHeadAltColor) 95%,
    transparent 100%
  );
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
}
.wdt-animation-wrapper .wdt-animation-item.icon-item:hover {
  color: var(--wdtPrimaryColor);
}
.wdt-animation-wrapper .wdt-animation-item.icon-item svg {
  height: auto;
  transition: var(--wdtBaseTransition);
}

/* Home 1 Countown section  */

.wdt-countdown-holder .wdt-countdown-label {
  margin: 0 0 17px 0;
  color: var(--wdtSecondaryColor);
  font-size: clamp(2.75rem, 2.0255rem + 3.3121vw, 6rem);
  line-height: 1;
}
.wdt-cus-countdown .wdt-countdown-holder .wdt-downcount {
  border: none;
  color: var(--wdtSecondaryColor);
  line-height: 1;
}

.wdt-cus-countdown .wdt-countdown-holder .wdt-counter-wrapper {
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.wdt-cus-countdown .wdt-countdown-holder .wdt-counter-wrapper .title {
  text-transform: uppercase;
}
.wdt-cus-countdown
  .wdt-countdown-holder
  .wdt-counter-wrapper
  .wdt-counter-number {
  font-family: var(--wdtFontTypo_Alt);
}
.wdt-cus-countdown .wdt-countdown-holder .wdt-counter-wrapper::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  background-color: rgba(var(--wdtAccentTxtColorRgb),0.25);
  top: 50%;
  transform: translateY(-50%);
}
.wdt-cus-countdown .wdt-countdown-holder .wdt-counter-wrapper.last {
  padding-right: 0px;
}
.wdt-cus-countdown .wdt-countdown-holder .wdt-counter-wrapper.last::after {
  display: none;
}
.wdt-cus-countdown
  .wdt-countdown-holder
  .wdt-downcount
  .wdt-counter-wrapper:first-child {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .wdt-cus-countdown .wdt-countdown-holder .wdt-counter-wrapper {
    padding: 0px clamp(1.25rem, 1.1664rem + 0.3822vw, 1.625rem);
  }
  .wdt-countdown-holder .wdt-countdown-label {
    text-align: center;
  }
  .wdt-cus-countdown .wdt-countdown-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* Progress Section */

.wdt-cus-text-editor p {
  text-transform: uppercase;
  color: var(--wdtBodyTxtColor);
  margin: 0;
}
.wdt-cus-progressbar
  .wdt-progressbar-container.wdt-progressbar-horizontal
  .wdt-progressbar-content
  .wdt-progressbar-title {
  text-transform: uppercase;
  color: #000000;
  font-size: var(--wdtFontSize_H6);
  line-height: var(--wdtLineHeight_H6);
  font-family: var(--wdtFontTypo_Alt);
  margin-bottom: 15px;
}
.wdt-cus-progressbar .wdt-progressbar-container .wdt-progressbar-value {
  font-size: clamp(1.5rem, 1.4443rem + 0.2548vw, 1.75rem);
  margin-bottom: 12px;
  transition: var(--wdtBaseTransition);
  font-family: var(--wdtFontTypo_Alt);
}
.wdt-cus-progressbar .wdt-progressbar-container .wdt-progressbar-value sup {
  top: 0;
  font-size: clamp(1.5rem, 1.4443rem + 0.2548vw, 1.75rem);
  margin-left: 2px;
}

/* Home 2 -  Countdown section */

.wdt-cus-countdown.light-bg .wdt-countdown-holder .wdt-countdown-label,
.wdt-cus-countdown.light-bg .wdt-countdown-holder .wdt-downcount {
  color: var(--wdtPrimaryColor);
}

.wdt-cus-countdown.light-bg .wdt-countdown-holder .wdt-counter-wrapper::after {
  background-color: #2e2e2e99;
}

/* Home 2 animation with image */

.wdt-animation-wrapper .wdt-animation-item.text-item {
  font-family: var(--wdtFontTypo_Base);
  font-size: var(--wdtFontSize_Base);
  line-height: var(--wdtLineHeight_Base);
  padding: 0 clamp(1.5625rem, 1.465rem + 0.4459vw, 2rem);
}

/* Animation Marquee - Text Stroke */

.wdt-animation-wrapper:has(.text-stroke) .text-stroke,
.wdt-animation-wrapper:has(.text-stroke) .text-item {
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_H2);
  line-height: var(--wdtLineHeight_H2);
  font-weight: var(--wdtFontWeight_H2);
}
.wdt-animation-wrapper:has(.text-stroke) .text-item.text-stroke {
  color: transparent;
  -webkit-text-stroke: 1px var(--wdtHeadAltColor);
}

.wdt-animation-wrapper:has(.text-stroke) .text-item {
  color: var(--wdtPrimaryColor);
}

.wdt-animation-wrapper:has(.text-stroke) .icon-item {
  font-size: calc(var(--wdtFontSize_H5) - 3px);
  color: var(--wdtPrimaryColor);
  margin-bottom: 7px;
}
.wdt-animation-wrapper:has(.text-stroke) .wdt-animation-item {
  padding: 0 20px;
}

.wdt-dark-bg .wdt-animation-wrapper:has(.text-stroke) .text-item.text-stroke {
  color: transparent;
  -webkit-text-stroke: 1px var(--wdtBodyBGColor);
}
.wdt-dark-bg .wdt-animation-wrapper:has(.text-stroke) .icon-item {
  color: var(--wdtSecondaryColor);
}

.wdt-dark-bg .wdt-animation-wrapper:has(.text-stroke) .text-item {
  color: var(--wdtSecondaryColor);
}

/* Advanced Carousel holder */

.wdt-advanced-carousel-holder.wdt-carousel-holder.wdt-rc-template-default
  .wdt-carousel-pagination-wrapper
  .wdt-swiper-pagination {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.wdt-advanced-carousel-holder.wdt-carousel-holder
  .wdt-carousel-pagination-wrapper
  .wdt-swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet::before {
  border-radius: var(--wdtRadius_Full);
  background-color: var(--wdtAccentTxtColor);
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wdt-advanced-carousel-holder.wdt-carousel-holder
  .wdt-carousel-pagination-wrapper
  .wdt-swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: var(--wdtRadius_Full);
}
.wdt-advanced-carousel-holder.wdt-carousel-holder
  .wdt-carousel-pagination-wrapper
  .wdt-swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  padding: 15px;
  margin: 0;
}
.wdt-advanced-carousel-holder .wdt-content-item .wdt-content-media-group {
  margin-bottom: 0;
  display: flex;
}
.wdt-advanced-carousel-holder
  .wdt-content-item
  .wdt-content-media-group::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000000, #00000066);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wdt-advanced-carousel-holder
  .wdt-content-item:hover
  .wdt-content-image
  > span
  > img,
.wdt-advanced-carousel-holder
  .wdt-content-item:hover
  .wdt-content-image
  > a
  > img {
  transform: scale(1.5) rotate(-10deg);
  -moz-transform: scale(1.5) rotate(-10deg);
  -ms-transform: scale(1.5) rotate(-10deg);
  -webkit-transform: scale(1.5) rotate(-10deg);
}

/* Home 3 - Icon Box Specification Widget */

.wdt-specifications-holder .wdt-content-item .wdt-specification-block.wdt_type_2 .wdt-content-description {
  margin-top: 1.125rem;
}
.wdt-specifications-holder.wdt-specification-block.wdt_type_2 .wdt-content-title h4 {
  font-size: clamp(1.25rem, 1.1385rem + 0.5096vw, 1.75rem);
  letter-spacing: 1px;
}
.wdt-specifications-holder .wdt-content-item .wdt-specification-block.wdt_type_2 .wdt-content-icon-wrapper .wdt-content-icon {
  font-size: var(--wdtFontSize_H3);
  margin-bottom: clamp(1.25rem, 1.1664rem + 0.3822vw, 1.625rem);
}
.wdt-dark-bg .wdt-specifications-holder .wdt-content-item::after {
  content: "";
  height: 70px;
  width: 1px;
  background-color: rgba(var(--wdtSecondaryColorRgb), 0.6);
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icon List */

.wdt-cus-text-editor .elementor-icon-list-item span.elementor-icon-list-icon {
  font-size: 6px;
  margin-bottom: 2px;
}
.wdt-cus-text-editor .elementor-icon-list-item span.elementor-icon-list-text {
  font-size: clamp(1.125rem, 1.0833rem + 0.1389vw, 1.25rem);
  line-height: var(--wdtLineHeight_H5);
  text-transform: uppercase;
}

/* Contact form */

.wdt-contact-form .wdt-contact-form-input-group label {
  font-size: var(--wdtFontSize_H6);
  line-height: var(--wdtLineHeight_H6);
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: uppercase;
}
.wdt-contact-form .wdt-contact-form-input-group {
  margin-bottom: clamp(1.25rem, 1.041rem + 0.9554vw, 2.1875rem);
}
.wdt-contact-form .wdt-contact-form-input-group label input,
.wdt-contact-form .wdt-contact-form-input-group label textarea,
.wdt-contact-form .wdt-contact-form-button {
  margin-top: 15px;
}
.wdt-contact-form .wdt-contact-form-button {
  display: inline-block;
}
.wdt-contact-form .wdt-contact-form-button input {
  display: inline-block;
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtSecondaryColor);
  border: 1px solid transparent;
  text-transform: uppercase;
  text-align: center;
  transition: var(--wdtAltTransition);
  overflow: hidden;
  padding:clamp(0.875rem, 0.7914rem + 0.3822vw, 1.25rem) clamp(1.5625rem, 1.1863rem + 1.7197vw, 3.25rem)  clamp(0.625rem, 0.5553rem + 0.3185vw, 0.9375rem);
}
.wdt-contact-form .wdt-contact-form-button input:hover {
  background-color: transparent;
  border: 1px solid var(--wdtPrimaryColor);
  color: var(--wdtPrimaryColor);
}
.wdt-contact-form .wdt-contact-form-input-group label input {
  padding: var(--wdtInputPadding);
  border: 1px solid var(--wdtPrimaryColor);
}
.wdt-contact-form .wdt-contact-form-input-group label input:focus {
  border: 1px solid rgba(var(--wdtPrimaryColorRgb), 0.5);
}
.wdt-contact-form .wdt-contact-form-input-group label input::placeholder {
  text-transform: capitalize;
  position: relative;
  top: 2px;
}

.wdt-contact-form .wdt-contact-form-input-group .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: var(--wdtFontTypo_Base);
  text-transform: capitalize;
  padding-top:20px;
  font-size: var(--wdtFontSize_Ext);
}
.wdt-contact-form .wdt-contact-form-input-group .select2-container{
  margin-top: 15px;
}

.wdt-contact-form .wdt-contact-form-input-group .select2-container--default .select2-selection--single {
  border-color: var(--wdtPrimaryColor) !important;
}

/*Contact form - Error Message */

.wpcf7-form input ~ .wpcf7-not-valid-tip,
.wpcf7-form input[type="text"] ~ .wpcf7-not-valid-tip,
.wpcf7-form input[type="email"] ~ .wpcf7-not-valid-tip,
.wpcf7-form input[type="tel"] ~ .wpcf7-not-valid-tip,
.wpcf7-form textarea ~ .wpcf7-not-valid-tip,
.wpcf7-form select ~ .wpcf7-not-valid-tip {
  -webkit-transition: var(--wdtBaseTransition);
  transition: var(--wdtBaseTransition);
  font-size: calc(var(--wdtFontSize_Base) - 2px);
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-family: var(--wdtFontTypo_Base);
  text-transform: capitalize;
}

.wpcf7-form input:focus-visible ~ .wpcf7-not-valid-tip,
.wpcf7-form input[type="text"]:focus-visible ~ .wpcf7-not-valid-tip,
.wpcf7-form input[type="email"]:focus-visible ~ .wpcf7-not-valid-tip,
.wpcf7-form input[type="tel"]:focus-visible ~ .wpcf7-not-valid-tip,
.wpcf7-form textarea:focus-visible ~ .wpcf7-not-valid-tip,
.wpcf7-form select:focus-visible ~ .wpcf7-not-valid-tip,
.wpcf7-form
  .select2.select2-container--default.select2-container--open
  ~ .wpcf7-not-valid-tip {
  opacity: 0;
}

.wpcf7-form.invalid .wpcf7-response-output:before,
.wpcf7 form.invalid .wpcf7-response-output:before {
  content: "\e817";
}

.wpcf7-form .wpcf7-response-output:before,
.wpcf7 form .wpcf7-response-output:before {
  top: 27px;
  left: 18px;
  font-style: normal;
  font-weight: bold;
  text-decoration: inherit;
  font-size: 20px;
  position: absolute;
}

/* Sticky section */

.wdt-sticky-section {
  position: sticky;
  top: 50px;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .wdt-sticky-section {
    position: static;
  }
}




/* Snap Scroll */

.wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button {
  font-size: 0px;
  position: relative;
  padding: 0;
  width: 45px;
  height: 45px;
  margin: 10px 8px 0px;
  border-radius: 50%;
  background-color: var(--wdtSecondaryColor);
  color: var(--wdtPrimaryColor);
  border: 1px solid var(--wdtPrimaryColor);
}
.wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination > button:hover{
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtSecondaryColor);
  border: 1px solid transparent;
}
.wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination >.wdt-pagination-prev:before {
  content: '\e80a';
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translate(-50% , -50%);
}

.wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination >.wdt-pagination-next:before{
  content: '\e80c';
  position: absolute;
  top: 48%;
  left: 53%;
  transform: translate(-50% , -50%);
}


.wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination >.wdt-pagination-next:before ,
.wdt-column-wrapper.wdt-snap-scroll-enabled ~ .wdt-snap-scroll-pagination >.wdt-pagination-prev:before {
    font-family: "wdt-vogify-icons" ;
  font-size: var(--wdtFontSize_Ext);
  display: block;
}

/* Home-3 Hotspot  section */

.wdt-large-title .wdt-heading-holder .wdt-heading-title-wrapper.wdt-heading-title {
  font-size: clamp(3.125rem, 1.3137rem + 8.2803vw, 11.25rem); /* 180 - 50 */
}

/* -----Video Section ------- */

.wdt-cus-video-height .elementor-background-video-container .elementor-background-video-hosted {
  height: 100% !important;
}

/* Popup Box  */

.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder { 
    height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; 
    margin: auto; max-width: 1100px; padding:0px; width: 100%; -webkit-border-radius: var(--wdtRadius_Zero); border-radius: var(--wdtRadius_Zero); 
    -webkit-transition: var(--wdtBaseTransition); transition: var(--wdtBaseTransition); position: relative;}

.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close::before, .wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close::after { content: "" !important; width: 16px; height: 2px; background-color: currentColor; position: absolute; top: 0px; left: 0px; right: 0; bottom: 0; margin: auto; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;} 
.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close::after { -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } 
.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close:hover::after , .wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close:hover::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close{
    background-color: var(--wdtPrimaryColor);
    margin: 0;
    font-size: 0;
    top: 0px;
    right: 0px;
    opacity: 1;
    /* height: clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem);
    width: clamp(2.5rem, 2.3607rem + 0.6369vw, 3.125rem); */
    width: 40px;
    height: 40px;
  border-radius: 0;
  transform: none;
  color: var(--wdtAccentTxtColor);
   -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
}
.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close::before{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder .mfp-content .wdt-popup-box-content-holder .wdt-popup-box-content-inner .mfp-close:hover{
  background-color: var(--wdtQuaternaryColor);
}
.wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder{
    padding: 0px 30px;
}

@media (max-width: 1024px) { 
  .wdt-popup-box-holder.mfp-ready .mfp-container.mfp-inline-holder{ padding: 0px 20px;} 
}