/*
Theme Name: Emperorsigns
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Emperorsigns
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Version: 3.3.0.1738825711
*/

@import url('https://use.typekit.net/lrb8ipi.css');

h1, h2, h3, h4, h5, h6 {
    font-family: "scandia-web", sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-display: optional; /* Avoid fallback fonts as much as possible */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


/** List Item **/

.elementor-widget-icon-list .elementor-icon-list-text {
  color: var(--e-global-color-primary) !important;
}

/** Text Highlight **/
.elementor-heading-title span {
  font-weight: 500 !important;
}

/** Elementor Image Carousel **/
.elementor-image-carousel .swiper-slide img {
  border-radius: 20px !important;
  overflow: hidden;
}

/** Swiper Pagination **/
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important;
  transition: 300ms;
}

#rmp-container-205 {
  z-index: 9999999;
}
#rmp_menu_trigger-205.rmp-slide-left {
  display: block;
  position: absolute !important;
  top: -100%;
}

.elementor-element #rmp_menu_trigger-205 {
  height: 24px !important;
  width: 24px !important;
}
.rmp-menu-item-link {
  font-family: "Poppins", Sans-serif !important;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-image: linear-gradient(312deg, #5d72b2 5.08%, #493874 91.18%);
}

.e-page-transition--entering {
  z-index: 999999999;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/** SIGN QUIZ **/
justify-content:center;
}


.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border-radius: 8px;
	overflow: hidden;
}

.quiz_sign .gfield_radio .gchoice .gfield-choice-image-wrapper {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border-radius: 8px;
	overflow: hidden;
}

.quiz_sign .gfield_radio .gchoice {
	min-width: 315px;
	border-radius: 14px !important;

}

.quiz_sign .gfield-image-choice-wrapper-outer {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
}

.quiz_sign .gfield-choice-input {
	display: none !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
	--gf-local-bg-color: transparent;
	--gf-local-border-color: transparent !important;
	--gf-local-shadow: none !important;
	background-color: transparent;

}

.quiz_sign .gchoice:where(:has(input:checked)) {
	background-color: #fff !important;

	overflow: hidden;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label {
	color: #141316;
	font-family: scandia-web, sans-serif !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -1px;
	text-transform: capitalize;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice {
	align-self: start;
	display: block;
	inline-size: 300px !important;
	max-inline-size: 300px !important;
	min-inline-size: 300px !important;
	position: relative;
	padding: 18px;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper {
	margin-bottom: 20px !important;
}

.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gform-field-label {}

.gform-page-footer {
	display: none !important;
}


/**  Button **/

.button-primary .elementor-button {
	box-shadow: 0px 0px 20px 0px rgba(223, 66, 118, 0.20);
}

.button-primary:hover .elementor-button {
	box-shadow: 0px 0px 20px 0px rgba(143, 97, 235, 0.20);
}


.button-primary a {
	position: relative;
	overflow: hidden;


}

.button-primary a span {
	position: relative;
	z-index: 99999;


}

.button-primary a:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	left: -100%;
	background: rgb(115, 159, 236);
	background: linear-gradient(90deg,
			rgba(115, 159, 236, 1) 0%,
			rgba(143, 97, 235, 1) 50%,
			rgba(223, 66, 118, 1) 100%) !important;
	transition: all 0.8s ease;
	z-index: 0;
}

.button-primary a:hover:before {
	left: 0;
}

@media only screen and (max-width: 480px) {
	.button-primary {
		width: 100% !important;
	}

	.button-primary .elementor-button {
		width: 100%;
	}

	.button-secondary {
		width: 100% !important;
	}

	.button-secondary .elementor-button {
		width: 100%;
	}


}



/** Vertical Ticker **/
 .base-template__wrapper {
     max-width: 1560px;
     height: 100dvh;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: center;
     gap: 0 8dvw;
}
 .vertical-ticker {
     display: flex;
     gap: 20px;
}
 .vertical-ticker__slider {
     width: 100%;
     height: 100%;
     position: relative;
}
 .vertical-ticker__slide {
}
 @media screen and (min-width: 1025px) {
     .vertical-ticker__track {
         display: flex;
         flex-direction: column;
         will-change: transform;
         gap: 20px;
         width: 300px;
    }
}
 @media screen and (min-width: 768px) and (max-width: 1024px) {
     .vertical-ticker__track {
         display: flex;
         flex-direction: column;
         will-change: transform;
         gap: 20px;
         width: 100%;
    }
     .vertical-ticker {
         overflow: hidden;
         gap: 20px;
         padding-left: 20px;
         padding-right: 20px;
    }
}
 .vertical-ticker__slide-content {
     position: relative;
     width: 100%;
     aspect-ratio: 300 / 205;
     border-radius: 14px;
     overflow: hidden;
}
 .vertical-ticker__slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     opacity: 1;
     transition: opacity 0.3s ease-out;
}
 .vertical-ticker__slide img.loaded {
     opacity: 1;
}
/* Responsive */
 @media screen and (max-width: 767px) {
     .vertical-ticker {
         overflow: hidden;
         padding-left: 20px;
         padding-right: 20px;
    }
     .base-template__wrapper {
         max-width: 100%;
         height: 100%;
         align-items: stretch;
         flex-direction: column;
    }
     .vertical-ticker {
         flex-direction: column;
         gap: 15px;
    }
     .vertical-ticker__slider {
         width: 100%;
         height: 300px;
    }
     .vertical-ticker__track {
         width: 100%;
         gap: 20px;
         display: flex ;
         flex-wrap: wrap;
    }
     .vertical-ticker__slider.vertical-ticker__slider--up {
         display: none;
    }
}


/**GFORM **/

 .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week]{
     height:48px;
     border:0 !important;
     padding:12px 18px;
     color: var(--black, #141316);
    /* body */
     font-family: Poppins;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
    /* 24px */
}
 .gform_wrapper.gravity-theme select {
     border:0 !important;
     height:48px !important;
     padding:12px 18px;
     color: var(--black, #141316);
    /* body */
     font-family: Poppins;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
    /* 24px */
}
 .gform_wrapper.gravity-theme textarea {
     border:0 !important;
     height:145px !important;
     padding:12px 18px;
     color: var(--black, #141316);
    /* body */
     font-family: Poppins;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
    /* 24px */
}
 .gform-theme--foundation .gform_fields {
     -moz-column-gap: 10px !important;
     column-gap: 10px !important;
     row-gap:10px !important;
}
 .gform_wrapper.gravity-theme .gfield_label {
     color: #141316;
     font-family: var(--e-global-typography-text-font-family), Sans-serif;
     font-size: 16px !important;
     font-style: normal;
     font-weight: 500 !important;
     line-height: 150%;
    /* 24px */
     text-transform: capitalize;
}
/** Checkbox **/
 .ginput_container.ginput_container_consent input[type="checkbox"] {
     display: none;
    /* Hide the checkbox */
}
 .ginput_container.ginput_container_consent label {
     position: relative;
     padding-left: 30px;
    /* Space for custom checkbox */
     cursor: pointer;
}
 .ginput_container.ginput_container_consent label:before {
     content: '';
     position: absolute;
     left: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 20px;
     height: 20px;
     border: 1px solid #141316;
     background: #fff;
     border-radius: 4px;
     color: #141316;
     font-family: Poppins;
     font-size: 14px !important;
     font-style: normal;
     font-weight: 400 !important;
     line-height: 150%;
}
 .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label:before {
     background: #141316;
     border-color: #141316;
}
 .ginput_container.ginput_container_consent input[type="checkbox"]:checked + label:after {
     content: '✓';
     position: absolute;
     left: 5px;
     top: 1px;
     color: white;
     font-size: 14px;
}
/** Checkbox **/
 .gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
     border-radius: 6px;
     background: #141316;
     border:1px solid #141316;
     display: flex;
     padding: 12px 24px;
     justify-content: center;
     align-items: center;
     color: #FFF;
     font-family: Poppins;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: 150%;
    /* 24px */
     text-transform: capitalize;
}
 @media only screen and (max-width: 768px) {
     .gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
         width:100%;
    }
}
 .gform_wrapper.gravity-theme #field_submit input:hover{
     background: linear-gradient(90deg, #8F61EB 0%, #DF4276 100%);
     transition:300ms;
     border: none;
     outline:none;
}
 .gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
     display: flex;
     justify-content: flex-end;
}
 .gfield--type-consent {
     align-items: center;
     display: flex ;
}
 .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
     font-family: var(--e-global-typography-text-font-family), Sans-serif;
     font-size: var(--e-global-typography-text-font-size);
     font-weight: var(--e-global-typography-text-font-weight);
}
 .gform_heading {
     display:none !important;
}
 .gform_fileupload_rules{
     padding-top: 0 !important;
     margin-top: 0 !important;
}
 .ginput_container_fileupload {
     width: 100%;
     min-height: 150px;
     border: 2px dashed #739FEC;
     background: rgba(115, 159, 236, 0.04);
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     cursor: pointer;
     transition: border 0.3s ease-in-out;
     border-radius: 5px;
     position: relative;
     padding: 20px;
}
 .ginput_container_fileupload input[type="file"] {
     position: absolute;
     width: 100%;
     height: 100%;
     opacity: 0;
     cursor: pointer;
}
 .ginput_container_fileupload:hover {
     border-color: #739FEC ;
}
 .gform_fileupload_rules {
     font-size: 14px;
     color: #141316;
     margin-top: 10px;
     opacity: 0.4;
}
 .file-upload-text {
     font-size: 14px;
     color: #333;
     margin-top: 10px;
}
 


/** Gallery **/
/**

.e-gallery-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}


.e-gallery-item.visible {
  display: block;
  opacity: 1;
}


.loading-gallery::after {
 content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none; 
  transition: opacity 0.3s ease; 
  z-index: 10; 
}

	.elementor-gallery__container::after {

  transition: opacity 0.3s ease; 

}

**/
/** Footer Link **/
/* Links */
.footer-link .elementor-button-content-wrapper{

}

.footer-link .elementor-button-content-wrapper:hover {
  color: #F5F5F5;

}
.footer-link .elementor-button-content-wrapper{
  position: relative;
  cursor: pointer;
}
.footer-link .elementor-button-content-wrapper:before,
.footer-link .elementor-button-content-wrapper:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -2px;
  background: #F5F5F5;
}
.footer-link .elementor-button-content-wrapper:before {
  left: 0;
}
.footer-link .elementor-button-content-wrapper:after {
  right: 0;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer-link .elementor-button-content-wrapper:hover {
  color:#F5F5F5;
}
.footer-link .elementor-button-content-wrapper:hover:before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.footer-link .elementor-button-content-wrapper:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}


/**

@media (max-width: 767px) {
	

[id^="e-n-tab-content-"] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease !important;
  opacity:1;
  pointer-events: none;
		display:flex !important;
}

[id^="e-n-tab-content-"].e-active {
  max-height: 1000px; 
  opacity: 1;
  pointer-events: auto;
			display:flex !important;
	  transition: max-height 0.5s ease !important;
}


.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
	display:flex !important;
  transition: max-height 0.5s ease !important;
}
}

**/

@media (max-width: 767px) {
  .elementor-tabs {
    display: flex;
    flex-direction: column;
  }

  .elementor-tabs-wrapper {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .elementor-tabs-content-wrapper {
    order: 2;
    display: block !important;
  }

  .elementor-tab-content {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
  }

  .elementor-tab-content.e-active {
    display: block;
  }
}

.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {

    --n-tabs-heading-display: flex !important;

}


