/* Scroll Up Btn */
.elementor-element-b79039f {
    bottom: 100px !important;
}
.heading-title-gradient{
	background-image: linear-gradient(150deg, var(--e-global-color-b41e63e) 40%, var(--e-global-color-785b64d) 100%)!important;
}
.gradient-wrapper-blue strong{
    color: var(--e-global-color-b41e63e);
}
.gradient-wrapper strong{
    background-color: transparent;
   	background-image: linear-gradient(150deg, var(--e-global-color-b41e63e) 40%, var(--e-global-color-785b64d) 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
	display: inline;
}
.gradient-text{
    background-color: transparent;
   	background-image: linear-gradient(150deg, var(--e-global-color-b41e63e) 40%, var(--e-global-color-785b64d) 100%)!important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.yt-embed > div{
    border-radius: 16px;
    height: max-content;
    width: 100%;
    min-height: 700px;
}
.yt-wrapper > div{
    width: 100%;
}
.footer-form label{
	color: #fff;    font-family: var(--e-global-typography-cae1a9c-font-family), Sans-serif;
    font-size: 16px;
}
.footer-form{
	max-width: 800px!important;
}
.footer-form .choices__inner{
	height: 47px;
}
.pum-theme-710 .pum-content {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	
}
.pum-theme-710 .fluentform .ff_submit_btn_wrapper {
    margin-bottom: 0px;
}
.pum-theme-710 .pum-container{
        top: 50% !important;
        transform: translateY(-50%);
}
.pum-theme-710 .pum-container .pum-content+.pum-close {
	top: 12px;
	right: 12px
}
.sharedaddy{
	display: none;
}

.menu-container .elementor-widget-container{
	display: flex;
	align-items: content;
}

.std-hero {
  position: relative;
  width: 100%;
  min-height: 400px; /* adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

.std-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: 
    linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)),
    url("https://alltomate.com/wp-content/uploads/2025/08/gray-pattern.webp");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;

  z-index: 1;
}

.std-hero > * {
  position: relative;
  z-index: 2; 
}
.flex-grow-1{
	flex-grow: 1!important;
}
.plus_blockquote .tp-bq-desc p{
	display: inline;
}
.ekit-menu-nav-link{
	height: min-content;
}

.ekit-menu-nav-link .elementskit-submenu-indicator{
    height: min-content!important;
    display: flex!important;
    justify-content: center!important;	
}

.shadow-box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#jp-relatedposts{
	display: none!important;
}