.elementor-349 .elementor-element.elementor-element-7e5ebea{--display:flex;--min-height:320px;--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;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-349 .elementor-element.elementor-element-7e5ebea:not(.elementor-motion-effects-element-type-background), .elementor-349 .elementor-element.elementor-element-7e5ebea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://taxclinicadvashish.in/wp-content/uploads/2024/08/banner-5.webp");background-repeat:no-repeat;background-size:cover;}.elementor-349 .elementor-element.elementor-element-7e5ebea::before, .elementor-349 .elementor-element.elementor-element-7e5ebea > .elementor-background-video-container::before, .elementor-349 .elementor-element.elementor-element-7e5ebea > .e-con-inner > .elementor-background-video-container::before, .elementor-349 .elementor-element.elementor-element-7e5ebea > .elementor-background-slideshow::before, .elementor-349 .elementor-element.elementor-element-7e5ebea > .e-con-inner > .elementor-background-slideshow::before, .elementor-349 .elementor-element.elementor-element-7e5ebea > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-349 .elementor-element.elementor-element-00f8f0e > .elementor-widget-container{padding:150px 0px 0px 0px;}.elementor-349 .elementor-element.elementor-element-00f8f0e{text-align:center;}.elementor-349 .elementor-element.elementor-element-00f8f0e .elementor-heading-title{color:#0DCDE6;}.elementor-349 .elementor-element.elementor-element-6f9b65b{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-349 .elementor-element.elementor-element-962bb23{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-349 .elementor-element.elementor-element-4735e8b{--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;--gap:9px 9px;--row-gap:9px;--column-gap:9px;}.elementor-349 .elementor-element.elementor-element-fef4ba6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:700;color:#02AEC4;}.elementor-349 .elementor-element.elementor-element-bf64fa0{text-align:justify;}.elementor-349 .elementor-element.elementor-element-bf64fa0 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#000000;}.elementor-349 .elementor-element.elementor-element-4ac088c{--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-349 .elementor-element.elementor-element-cbc26ba{text-align:justify;}.elementor-349 .elementor-element.elementor-element-cbc26ba .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#000000;}.elementor-349 .elementor-element.elementor-element-e4e79cb{text-align:justify;}.elementor-349 .elementor-element.elementor-element-e4e79cb .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#000000;}.elementor-349 .elementor-element.elementor-element-e2822d6{text-align:justify;}.elementor-349 .elementor-element.elementor-element-e2822d6 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#000000;}@media(min-width:768px){.elementor-349 .elementor-element.elementor-element-962bb23{--width:50%;}.elementor-349 .elementor-element.elementor-element-4735e8b{--width:50%;}}@media(max-width:767px){.elementor-349 .elementor-element.elementor-element-7e5ebea{--min-height:0px;}.elementor-349 .elementor-element.elementor-element-00f8f0e > .elementor-widget-container{padding:70px 0px 70px 0px;}}/* Start custom CSS for heading, class: .elementor-element-fef4ba6 */.underline {
            position: relative;
            display: inline-block;
            font-size:36px;
            color: #02AEC4;
           
            cursor: pointer;
        }

        .underline::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            background-color: #02AEC4;
            width: 0;
            transition: width 0.4s ease;
            transform: scaleX(0);
            transform-origin: bottom right;
        }

        .underline:hover::after {
            width: 100%;
            transform: scaleX(1);
            transform-origin: bottom left;
            animation: underlineAnimation 0.6s ease forwards;
        }

        @keyframes underlineAnimation {
            0% {
                width: 0;
                transform: scaleX(1);
            }
            50% {
                width: 100%;
                transform: scaleX(1);
            }
           
        }/* End custom CSS */