/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/****** Smoother Elementor Animations ****/

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/*--------------------------------------------------------------
Custom Theme Styles
--------------------------------------------------------------*/

.pointer-active {
    pointer-events: visible
}
.no-pointer {
    pointer-events: none;
}
.blur10 {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
.blur5-button a {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.arrow-btn .elementor-button .elementor-button-content-wrapper {
    align-items: center;
}
.arrow-btn .elementor-button .elementor-button-icon {
    overflow: hidden;
	border-radius: 50%;
    width: 1em;
    height: 1em;
    font-size: 20px;
    position: relative;
    transition: all 0.3s;
    flex-grow: 0;
    flex-shrink: 0;
}
.arrow-btn .elementor-button:hover .elementor-button-icon {
    color: #fff;
}
.arrow-btn .elementor-button .elementor-button-icon svg {
    width: 1em;
    height: 1em;
    font-size: 2em;
    position: absolute;
    bottom: -0.65em;
    right: 0.14em;
    transition: all 0.3s;
}
.arrow-btn .elementor-button:hover .elementor-button-icon svg {
    bottom: 0.12em;
    right: -0.62em;
    
}
.arrow-btn .elementor-button .elementor-button-icon svg path {
    stroke: currentColor;
    fill: none !important;
}
.elementor-icon-wrapper {
	display: flex;
}
.miracle-header-phone {
    min-width: 30px !important;
    height: 30px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.blur-bg-button .elementor-button {
    backdrop-filter: blur(6px) !important;
	-webkit-backdrop-filter: blur(6px) !important;
}
.miracle-gradient-p-social .fab::before{
  display:inline-block;                       /* give ::before a real box   */
  background:linear-gradient(0deg,
              #D3D3FF  0%, #B8A1FD  100%);
  -webkit-background-clip:text;               /* clip gradient to glyph     */
  -webkit-text-fill-color:transparent;        /* make glyph itself see-thru */
          background-clip:text;               /* Firefox                     */
          text-fill-color:transparent;        /* spec alias                 */
}
.purple-gradient-footer-bg{
  position:relative;
  background:linear-gradient(
              60deg,
              #4800B9 35%,
              #8C4EEE 60%,
              #4800B9 90%);
  overflow:hidden;
}
.purple-gradient-footer-bg::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background-image:
    repeating-radial-gradient(
      circle at 0 0,
      rgba(255,255,255,.05) 0 1px,
      transparent 1px 4px
    ),
    repeating-radial-gradient(
      circle at 100% 100%,
      rgba(0,0,0,.05) 0 1px,
      transparent 1px 4px
    );
  mix-blend-mode:overlay;
}
.purple-gradient-footer-bg::before{
  animation:grainmove 8s steps(5) infinite;
}
@keyframes grainmove{
  0%  {transform:translate(0,0);}
  100%{transform:translate(-100%,100%);}
}
.max-width-1700 div {
    max-width: 1700px;
}
.miracle-full-width {
    width: 100%;
}
.max-width-1700-inner {
    max-width: 1700px;
}
.header-desktop-phone {
    display: flex;
}
.header-desktop-phone .elementor-button-icon svg {
    width: 36px;
}
.header-desktop-phone .elementor-button-content-wrapper {
    align-items: center;
}
#fluid-bg{
    position:fixed;inset:0;width:100vw;height:100%;
    z-index:2;display:block;
    filter:brightness(0) saturate(100%) invert(77%) sepia(56%)
           saturate(3827%) hue-rotate(206deg) brightness(104%)
           contrast(98%);
  }
@media (max-width: 1200px){
	#fluid-bg{ 
		display:none !important; 
	}
}
.usp-icon-container svg {
    width: 22px;
}
.usp-icon-container .elementor-button-content-wrapper {
    align-items: center;
}
.usp-icon-container a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-no-margin p {
    margin: 0px;
}
.display-flex {
    display: flex;
}
@keyframes text-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.usp-number span {
	background: linear-gradient(180deg, #9D6EFA, #B8A1FD, #9D6EFA);
 	background-size:200%;
 	animation: text-gradient 15s ease infinite;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.miracle-purple-anim-text {
	background: linear-gradient(180deg, #9D6EFA, #B8A1FD, #9D6EFA);
 	background-size:200%;
 	animation: text-gradient 15s ease infinite;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
.height-1-1 h2 {
    line-height: 1.3em !important;
}
/* Listing Cards */
.mp-service-grid-body {
    opacity: 0;
    visibility: none;
    transition: all 0.2s easein !important;
}
.mp-service-grid-overlay {
    opacity: 0;
    visibility: none;
    transition: all 0.2s ease !important;
}
.mp-service-grid-heading {
    position: absolute;
	margin-right: 30px;
}
.mp-service-grid-card:hover .mp-service-grid-body {
    opacity: 1;
    visibility: visible;
}
.mp-service-grid-card:hover .mp-service-grid-overlay {
    opacity: 1;
    visibility: visible;
}
.mp-service-grid-card:hover .mp-service-grid-heading {
    position: static;
    z-index: 5;
	margin-right: 0px;
}
.mp-service-repeater-grid .jet-listing-grid__items {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp-usp-grid .jet-listing-grid__items {
    justify-content: center;
}
/* General Styling */
.mp-star-gap ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mp-star-bullet li {
    list-style-image: url(/wp-content/uploads/2025/07/miracle-white-star-1.svg);
}
.mp-2-column ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    gap: 10px 30px;
}
.mp-2-column li {
    width: 45%;
}
@media (max-width:900px) {
    .mp-2-column ul {
        flex-direction: column;
    }
    .mp-2-column li {
        width: 100%;
    }
}
.mp-number-gap ol {
    display: flex;
    flex-direction: column;
    gap: 12px;
}