.elementor-6 .elementor-element.elementor-element-addfb2c{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for section, class: .elementor-element-addfb2c */.content-page, .page-content
 {
    padding-bottom: 0 !important;
}
.footer {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS */.lang-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lang-switcher a {
    display: inline-block;
}

.lang-switcher img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: transform 0.2s ease;
}

.lang-switcher img:hover {
    transform: scale(1.1);
}/* End custom CSS */