.elementor-1049 .elementor-element.elementor-element-19f82aa{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.siteNavigation ul ul {
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    width: 200px;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    top: 26px;
}

.siteNavigation ul li:hover> ul {
    display: flex;
}

.siteNavigation ul li.menu-item-has-children {
    padding-right: 20px;
    background-image: url(https://phirshiksha.com/wp-content/uploads/2026/04/keyboard_arrow_down-1.svg);
    background-repeat: no-repeat;
    background-position: right center;
}/* End custom CSS */