/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*__ START - COMMON CSS __*/
p, .elementor-icon-box-title { margin-top: 0; }
.elementor-headline {
    margin-top: 0;
    margin-bottom: 0;
}
.elementor-headline .elementor-headline-plain-text span { color: var( --e-global-color-primary ); }
/*__ END - COMMON CSS __*/

/*__ START - ACCORDION __*/
.accordion-design .e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0 !important;
}
/*__ END - ACCORDION __*/

/*__ START - LINE SHAPE OVERLAY ON BACKGROUND __*/
.overlay-line-shape:before {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 75%, transparent 75%);
    background-size: 40px 40px;
}
/*__ END - LINE SHAPE OVERLAY ON BACKGROUND __*/

/*__ START - HOVER EFFECTS (Image scale / Icon Disply / Button Display) __*/
/*Normal State*/
.title-icon .elementor-icon-box-title span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 0.25rem;
    background-image: url('/wp-content/uploads/2026/04/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.card-arrow { opacity: 0; transform: translateX(-6px); transition: opacity 0.3s ease, transform 0.3s ease; }
.onHover-Effect img { transition: all 0.3s ease; }
/*Hover State*/
.title-icon.onHover-showIcon:hover .elementor-icon-box-title span::after,
.hover-img-scale:hover .elementor-icon-box-title span::after,
.onHover-Effect:hover .elementor-icon-box-title span::after,
.onHover-Effect:hover .card-arrow { opacity: 1; transform: translateX(0);}
.onHover-Effect:hover img { transform: scale(1.05); }
/*__ END - TITLE ICON in ICON BOX __*/

/*ICON BG On HOVER*/
.hvr-icon-bg-color:hover .elementor-icon-box-icon .elementor-icon {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
    fill: #fff !important;
}


/*__ START - BACKGROUND TEXTURES & DIAGONAL __*/
.grain-texture-overlay:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
}
.diagonal-accent::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    width: 40%;
    height: 100%;
    background: linear-gradient(135deg, transparent 48%, rgba(240, 84, 35, 0.06) 48%, rgba(240, 84, 35, 0.03) 52%, transparent 52%);
    pointer-events: none;
}
/*__ END - TEXTURE BG OVERLAY ON DARK BACKGROUND __*/

/*__ START - ALL ANIMATIONS __*/
/*REVEL*/
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
/*PULSE RING*/
@keyframes pulse-ring {
    0%   { box-shadow: 0 0 0 0 rgba(240,84,35,0.4); }
    70%  { box-shadow: 0 0 0 10px rgba(240,84,35,0); }
    100% { box-shadow: 0 0 0 0 rgba(240,84,35,0); }
}
.pulse-cta { animation: pulse-ring 2.5s ease infinite; }
/*PULSE RING*/
@keyframes pulse {
    50% { opacity: .5; }
}
.animate-pulse { animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
/*__ END - ALL ANIMATIONS __*/

/*__ START - Elementor Form __*/
.elementor-form select option {
    background: var( --e-global-color-94df0f6 );
}
.elementor-form .elementor-button:hover {
    transform: translateY(-0.25rem);
}
/*__ END - Elementor Form __*/

/*__ START - ANCHOR SCROLL POSITION__*/
#contact-form, #services, #maintenance, #applications, #thermal, #party-sewer  {
    scroll-margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
#contact-form, #services, #maintenance, #applications, #thermal, #party-sewer  {
    scroll-margin-top: 73px;
}}
/*__ END - ANCHOR SCROLL POSITION__*/

/*__ START - SCALE IMAGE ON HOVER __*/
.onHover-scaleImg img {
    transition: all 0.3s ease;
}
.onHover-scaleImg:hover img {
    transform: scale(1.05);
}
/*__ END - SCALE IMAGE ON HOVER __*/

/*__ START - Single Blog __*/
.single-post .blog-content h2 {
    font-size: 1.875rem;
    line-height: 1.25em;
}
@media only screen and (min-width: 1025px) {
    .single-post .blog-content h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }   
}
/*__ END - Single Blog __*/
