.elementor-2918 .elementor-element.elementor-element-b1d181d{--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:flex-start;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2918 .elementor-element.elementor-element-b1d181d:not(.elementor-motion-effects-element-type-background), .elementor-2918 .elementor-element.elementor-element-b1d181d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4240904 );}.elementor-2918 .elementor-element.elementor-element-6bfe13c{padding:20px 20px 20px 20px;text-align:start;}.elementor-2918 .elementor-element.elementor-element-6bfe13c .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:5rem;line-height:5rem;color:var( --e-global-color-6292105 );}.elementor-2918 .elementor-element.elementor-element-9503e44{--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;}.elementor-2918 .elementor-element.elementor-element-9503e44:not(.elementor-motion-effects-element-type-background), .elementor-2918 .elementor-element.elementor-element-9503e44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-4240904 );}.elementor-2918 .elementor-element.elementor-element-9667ee3{--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;}.elementor-2918 .elementor-element.elementor-element-990604f .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:3rem;line-height:3rem;}.elementor-2918 .elementor-element.elementor-element-38f7165{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;font-family:"Space Grotesk", Sans-serif;font-size:2rem;color:var( --e-global-color-6292105 );}.elementor-2918 .elementor-element.elementor-element-38f7165 a{color:var( --e-global-color-6292105 );}.elementor-2918 .elementor-element.elementor-element-833c7ec{--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;}.elementor-2918 .elementor-element.elementor-element-6c5603a .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:3rem;line-height:3rem;}.elementor-2918 .elementor-element.elementor-element-cc7bfc7{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;font-family:"Space Grotesk", Sans-serif;font-size:2rem;color:var( --e-global-color-6292105 );}.elementor-2918 .elementor-element.elementor-element-cc7bfc7 a{color:var( --e-global-color-6292105 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2918 .elementor-element.elementor-element-b1d181d{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2918 .elementor-element.elementor-element-6bfe13c .elementor-heading-title{font-size:3rem;line-height:3rem;}.elementor-2918 .elementor-element.elementor-element-9503e44{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2918 .elementor-element.elementor-element-990604f .elementor-heading-title{font-size:1.5rem;line-height:1.5rem;}.elementor-2918 .elementor-element.elementor-element-38f7165{font-size:1rem;}.elementor-2918 .elementor-element.elementor-element-6c5603a .elementor-heading-title{font-size:1.5rem;line-height:1.5rem;}.elementor-2918 .elementor-element.elementor-element-cc7bfc7{font-size:1rem;}}@media(max-width:767px){.elementor-2918 .elementor-element.elementor-element-6bfe13c .elementor-heading-title{font-size:1.5rem;}}/* Start custom CSS for text-editor, class: .elementor-element-38f7165 *//* 1. Target the Text Editor structure */
.email-link p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fdfdfd;
    text-decoration: none;
}

/* 2. The Icon - Moved to ::after (Right Side) */
.email-link p a::after {
    content: "\f342"; 
    font-family: "dashicons";
    margin-left: 10px; /* Space between text and icon */
    font-size: 0.7em;
    transform: rotate(45deg); /* Adjusted rotation for right side */
    display: inline-block;
}

/* 3. The Underline - Swapped to ::before */
.email-link p a::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fdfdfd;
    
    /* DEFAULT STATE: Anchored to the RIGHT side of the text */
    /* We skip the icon space (~0.7em + 10px margin) */
    width: 0;
    right: calc(0.7em + 10px); 
    left: auto;
    
    transition: width 0.4s cubic-bezier(0.6, 0.01, 0, 1);
}

/* 4. Hover State: Grow from LEFT to RIGHT */
.email-link p a:hover::before {
    /* Starts at the very beginning of the text */
    left: 0;
    right: auto;
    
    /* Width is 100% minus the icon space on the right */
    width: calc(100% - (0.7em + 10px));
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cc7bfc7 *//* 1. Target the Text Editor structure */
.linkedin-link p a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fdfdfd;
    text-decoration: none;
}

/* 2. The Icon - Moved to ::after (Right Side) */
.linkedin-link p a::after {
    content: "\f342"; 
    font-family: "dashicons";
    margin-left: 10px; /* Space between text and icon */
    font-size: 0.7em;
    transform: rotate(45deg); /* Adjusted rotation for right side */
    display: inline-block;
}

/* 3. The Underline - Swapped to ::before */
.linkedin-link p a::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #fdfdfd;
    
    /* DEFAULT STATE: Anchored to the RIGHT side of the text */
    /* We skip the icon space (~0.7em + 10px margin) */
    width: 0;
    right: calc(0.7em + 10px); 
    left: auto;
    
    transition: width 0.4s cubic-bezier(0.6, 0.01, 0, 1);
}

/* 4. Hover State: Grow from LEFT to RIGHT */
.linkedin-link p a:hover::before {
    /* Starts at the very beginning of the text */
    left: 0;
    right: auto;
    
    /* Width is 100% minus the icon space on the right */
    width: calc(100% - (0.7em + 10px));
}/* End custom CSS */