/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 18:45:42 */
.entry-title {
display:none;
}
.services-text strong {
    color: #6a6a6a;
}
.content-post strong {
    color: #000;
}
.service-icon img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(0%) saturate(3457%) hue-rotate(174deg) brightness(107%) contrast(70%);
}
body {
	overflow-x:hidden;
}
.elementor-widget-text-editor ul {
    margin-bottom:16px;
	margin-top:16px;
}
.elementor-widget-text-editor ul li {
    margin-bottom:8px;
}
/* .elementor-widget-text-editor ul li:last-child {
margin-bottom:0px;
} */
/* .elementor-widget-text-editor ul:last-child {
    margin-bottom:0px !important;
} */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}
.feature-box {
    clip-path: polygon(0% 1.25%, 38.636% 8.125%, 81.818% 17.813%, 100% 0%, 100% 100%, 0% 100%, 0% 1.25%) !important;
}
.services-icon {
    display: flex;
    height: 110px;
    width: 110px;
    background: url(https://myaiowebsite.com/luxglass/wp-content/uploads/2026/04/h3__service-star1.png);
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--heading-font-color);
    transition: all 400ms ease
    
    ;
}
.service-box:hover .services-icon {
    display: flex;
    height: 110px;
    width: 110px;
    background: url(https://myaiowebsite.com/luxglass/wp-content/uploads/2026/04/h3__service-star-1-1.png);
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    color: var(--text-webex-primary-color);
    font-size: 22px;
    transition: all 400ms ease;
}
 .service-box:hover .services-icon i {
     color: #fff;
 }
 
 .service-list img {
     width: 14px;
     margin-right: 14px;
	 filter: brightness(0) saturate(100%) invert(19%) sepia(73%) saturate(6057%) hue-rotate(356deg) brightness(100%) contrast(103%);
 }
 
 .success-section::after {
     content: "";
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    margin: 0 auto;
    /* background: rgba(255, 255, 255, 0.1); */
    position: absolute;
    -webkit-mask: url(../../assets/images/mask/h3_process_item-mask.svg);
    mask: url(../../assets/images/mask/h3_process_item-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top left;
    mask-position: top left;
    mask-size: cover;
    object-fit: cover;
    z-index: -1;
 }
 
 .success-section:hover .counting {
     background: #000000 !important;
     color: #fff !important;
 }
  
 .success-section:hover .counting span {
     color: #fff !important;
 }
 
 .pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}


.btn-global .elementor-button-text {
    padding: 18px 40px;
    background:#E9C164
;
    border-radius: 30px;
}
    .elementor-button {
    gap: 0px !important;
}
.btn-global .elementor-button-content-wrapper {
    gap: 0px;
}
.btn-global .elementor-button-icon {
    height: 50px;
    width: 50px;
    margin-left: -12px;
    border-radius: 100%;
    background:#E9C164;
    background:#E9C164
;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
}
.btn-global .elementor-button {
    width: max-content;
}
.btn-global .elementor-button  .elementor-button-icon i {
    transform: rotate(-40deg);
    transition: all 0.3s ease-in-out
}
.btn-global .elementor-button:hover  .elementor-button-icon i {
    transform: rotate(-0deg);
}
.moving-text-wrap {
   position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}
.moving-text-list {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    animation: scroll 60s linear infinite;
}
.moving-text-image-icon img {
	
}
@keyframes scroll {
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 0px));
}
}

.moving-text-item {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 64px !important;
    font-weight: 800 !important;
    color: transparent;
    text-transform: uppercase !important;
    line-height: 60px !important;
    -webkit-text-stroke-color: #069;
    -webkit-text-stroke-width: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  
    letter-spacing: 0.02em;
    color: transparent;
 
    padding: 0 60px;
}
.moving-text-list > * {
    margin: 0 10px;
}

.bg-blur {
backdrop-filter: blur(15px);
}

/* .service-box  {
     position: relative;
            
            cursor: none;
}
 .reveal-img  {
            position: absolute;
           
            pointer-events: none;
            opacity: 0;
            border-radius: 15px;
            transform: translate(-50%, -50%) scale(0.5);
          transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            z-index: 99999999;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
        }
            
        .service-box:hover .reveal-img {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        } */