/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 16:14:24 */
/* Base dropdown styles */
.navbar-nav .dropdown-menu {
    display: none;
    position: absolute;
}

/* Show dropdown only when hovering the direct parent */
.navbar-nav > .dropdown:hover > .dropdown-menu,
.navbar-nav .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Position nested dropdowns */
.navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    margin-left: 0;
}

/* Add pointer cursor to dropdown toggles */
.navbar-nav .dropdown-toggle {
    cursor: pointer;
}

/* Optional: Add some transition effects */
.navbar-nav .dropdown-menu {
    transition: all 0.3s ease;
}


.navbar-nav .dropdown-menu {
  display: none;
}


.navbar-nav > li.dropdown:hover > .dropdown-menu,
.navbar-nav .dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}


.navbar-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
}



.firstcol-ft p {
    font-family: 'Gotham';
    font-weight: 400;
    line-height: 24.32px;

}

.secondcol-ft ul.list-unstyled a,
.thirdcol-ft ul.list-unstyled a,
.fourthcol-ft ul.list-unstyled a {
    font-family: 'Gotham';
    font-size: 15.2px;
    font-weight: 400;
    line-height: 24.32px;

}

a.nav-link.btn.btn-warning.text-dark.menu-item.menu-item-type-custom.menu-item-object-custom {
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: #ffcd39;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: none;
}
.dropdown-item{ font-family: 'Gotham';}