/* custom */

.text-orange {
    color: #ff8000;
}

.modal-localization .modal-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000;
}

.mySwiperCardPlan .swiper-pagination,
.mySwiperCardPlanBusiness24 .swiper-pagination,
.mySwiperCardPlanBusiness12 .swiper-pagination {
  bottom: 25px !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

.swiper-button-next.custom-plan,
.swiper-button-prev.custom-plan {
  color: #000 !important;
}

.top-bar {
    padding-top: 20px;
}

.top-bar ul.list-inline li a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.top-bar ul.list-inline li a.text-orange {
    color: #ff8000 !important;
}

/* Top bar dropdowns */
.top-bar-dropdown {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.top-bar-dropdown > a {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 5px;
}

.top-bar-dropdown > a .fa-chevron-down {
    font-size: 10px;
    margin-left: 2px;
    transition: transform 0.2s ease;
}

.top-bar-dropdown:hover > a .fa-chevron-down {
    transform: rotate(180deg);
}

.top-bar-submenu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    z-index: 1000;
}

.top-bar-submenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.top-bar-dropdown:hover .top-bar-submenu {
    display: block;
}

.top-bar-submenu a {
    display: block;
    padding: 8px 20px;
    color: #000;
    font-size: 14px;
    transition: color 0.2s ease;
}

.top-bar-submenu a:hover {
    color: var(--primary-color);
    text-decoration: none;
    background: transparent;
}

/* Dropdown submenu headers */
.navbar .menu .dropdown-menu .dropdown-header {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 30px 4px;
}

.navbar .menu .dropdown-menu .dropdown-divider {
    margin: 4px 15px;
    border-top-color: #eee;
}
