.elementor-15453 .elementor-element.elementor-element-edf3183{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:115px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}.elementor-15453 .elementor-element.elementor-element-edf3183:not(.elementor-motion-effects-element-type-background), .elementor-15453 .elementor-element.elementor-element-edf3183 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://techmyday.com/wp-content/uploads/2025/12/TOP-BANNER-BG.avif");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Poppins;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-15453 .elementor-element.elementor-element-56a7a05{text-align:center;}.elementor-15453 .elementor-element.elementor-element-56a7a05 .elementor-heading-title{font-family:"Satoshi", Poppins;font-size:65px;font-weight:300;line-height:1.2em;color:#FFFFFF;}.elementor-15453 .elementor-element.elementor-element-769fbb8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:75px;--padding-bottom:75px;--padding-left:15px;--padding-right:15px;}.elementor-15453 .elementor-element.elementor-element-a8043cd{--display:flex;--justify-content:center;--gap:25px 25px;--row-gap:25px;--column-gap:25px;border-style:none;--border-style:none;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15453 .elementor-element.elementor-element-a8043cd.e-con{--align-self:center;}.elementor-15453 .elementor-element.elementor-element-0739f43{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Poppins;font-weight:var( --e-global-typography-text-font-weight );}.elementor-15453 .elementor-element.elementor-element-4f05514.elementor-element{--align-self:flex-end;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-15453 .elementor-element.elementor-element-a8043cd{--width:50%;}.elementor-15453 .elementor-element.elementor-element-0739f43{--width:50%;}}@media(max-width:767px){.elementor-15453 .elementor-element.elementor-element-56a7a05 .elementor-heading-title{font-size:51px;}.elementor-15453 .elementor-element.elementor-element-769fbb8{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}/* Start custom CSS for heading, class: .elementor-element-56a7a05 *//* --- A. Target the main HEADING ELEMENT (CRUCIAL FIX) --- */
/* This element contains all the text and spans. We apply position: relative here. */
.elementor-heading-title {
    position: relative !important; 
    line-height: 1.2 !important; /* Ensure line spacing is consistent */
}

/* --- B. YOUR GLASS MORPHISM STYLE FOR 'Effortlessly!' --- */
/* (We use .elementor-heading-title for specificity, though .effortlessly should be fine) */
.elementor-heading-title .effortlessly {
    background-color: rgba(255, 255, 255, 0.15); 
    color: white;
    padding: 4px 12px;
    border-radius: 8px 0px 0px 8px;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 4px;
    white-space: nowrap;
}

/* --- C. STYLES FOR THE 'Rocket' TAG AND POSITIONING --- */

/* 1. Positioning the Rocket element wrapper (Unchanged) */
.elementor-heading-title .rocket-container {
    position: absolute !important; 
    /* These values place the tag next to 'Online' */
    top: 5px;       
    display: inline-block;
    z-index: 10;
    
}

/* 2. Style for the actual "Rocket" box (Unchanged) */
.elementor-heading-title .rocket-tag {
    background-color: #1a73e8; 
    color: #ffffff;
font-family: 'Satoshi';    font-size: 14px;
    font-weight: 500;
    padding: 1px 8px; /* Balanced padding */
    border-radius: 4px;
    white-space: nowrap;
    position: relative; 
    display: inline-block;
}

/* 3. Disable the old horizontal connector (Unchanged) */
.elementor-heading-title .rocket-tag::before {
    content: none !important; 
}

/* 4. The vertical pole/stem using ::after (FIXED ALIGNMENT AND HEIGHT) */
.elementor-heading-title .rocket-tag::after {
    content: '';
    position: absolute;
    
    /* FIX 1: Move pole to the left edge of the tag */
    left: 0; 
    transform: none; /* Remove transform that was centering it */
    
    top: 100%; 
    width: 3px; 
    
    /* FIX 2: Height adjusted to 65px to align with the bottom of 'Effortlessly!' box */
    height: 94px; 
    
    background-color: #1a73e8; 
    border-radius: 0 0 2px 2px;
}



@media (max-width: 560px){
    .elementor-heading-title .rocket-container {
    position: absolute !important;
    top: 105px;
    display: inline-block;
    z-index: 10;
    right: -25px;
}
}/* End custom CSS */