.elementor-10650 .elementor-element.elementor-element-62be8f3{--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-10650 .elementor-element.elementor-element-62be8f3:not(.elementor-motion-effects-element-type-background), .elementor-10650 .elementor-element.elementor-element-62be8f3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-10650 .elementor-element.elementor-element-1731a5d .tab-item{color:#111111;border-color:#e0e0e0;background-color:#ffffff;}.elementor-10650 .elementor-element.elementor-element-1731a5d .tab-item .tab-icon{background:#111111;}.elementor-10650 .elementor-element.elementor-element-1731a5d .tab-item.active{color:#034c8c;border-color:#034c8c;background-color:#ffffff;}.elementor-10650 .elementor-element.elementor-element-1731a5d .tab-item.active .tab-icon{background:#034c8c;}@media(min-width:768px){.elementor-10650 .elementor-element.elementor-element-62be8f3{--content-width:100%;}}/* Start custom CSS for et_tabs, class: .elementor-element-1731a5d */.custom-menu-container {
    padding: 20px 20px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 1110px;

    position: relative;
    min-height: 463.6px;
    0 0 8px 0px rgb(0 0 0 / 10%)
}
.custom-menu-container::before {
    content: " ";
    position: absolute;
    top: -10px;
    width: 100.9%;
    background: #ffffff;
    height: 10px;
    right: 0px;
    z-index: 999;
}
.custom-menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0px;
    width: 100%;
}

.custom-menu-item {
    padding: 20px;
    border-radius: 8px;
}

.custom-menu-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.custom-menu-item ul {
    list-style: none;
}

.custom-menu-item ul li {
    margin-bottom: -2px;
}

.custom-menu-item ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
transition: color 0.3s ease;
}

.custom-menu-item ul li a:hover {
    color: #034c8c;
    text-decoration: underline;
}
.e-con-full, .e-con>.e-con-inner{
    padding-block-end: 0!important;
}
.tabs-container.et-clearfix{
    background: #fff;
}
@media (max-width: 768px) {
    .custom-menu {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .custom-menu {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */