.elementor-8749 .elementor-element.elementor-element-2035540{--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;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8749 .elementor-element.elementor-element-2035540.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8749 .elementor-element.elementor-element-12e6f35{--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;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8749 .elementor-element.elementor-element-12e6f35.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-8749 .elementor-element.elementor-element-2035540{--width:500px;}.elementor-8749 .elementor-element.elementor-element-12e6f35{--width:500px;}}/* Start custom CSS for html, class: .elementor-element-fc49b76 *//* 🔥 FIXED: The Hidden PAN Box (Hover & Shadow issue resolved) 🔥 */
        .pan-input-wrapper {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.4s ease, opacity 0.4s ease;
            margin-bottom: 0;
            padding: 0 5px; /* Gives space for shadow on sides */
        }
        .pan-input-wrapper.show {
            max-height: 120px; /* Thoda height badhaya shadow fit karne ke liye */
            opacity: 1;
            margin-bottom: 15px;
            padding-top: 5px; /* Upar se space diya shadow ke liye */
            padding-bottom: 5px; /* Niche se space diya shadow ke liye */
            overflow: visible; /* Focus shadow ko bahar aane dega */
        }/* End custom CSS */