/* Custom fixes for index.html menu */

/* Remove any pseudo-elements that might add dots or icons */
.page_header .sf-menu > li:after,
.page_header .sf-menu > li:before {
    content: none !important;
    display: none !important;
}

/* Remove any additional elements that might be added by JavaScript */
.page_header .toggle_menu,
.page_header .header-button,
.page_header [class*="dots"],
.page_header [class*="ellipsis"],
.page_header [class*="more"] {
    display: none !important;
}

/* Ensure menu items are properly spaced */
.page_header .sf-menu > li > a {
    padding: 15px 20px !important;
}

/* Remove any borders that might create visual separators */
.bordered_items .sf-menu > li:before,
.bordered_items .sf-menu > li:last-child:after {
    display: none !important;
    content: none !important;
}

/* Center the menu vertically in the header */
.page_header .mainmenu_wrapper {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.page_header .sf-menu {
    margin: 0 !important;
    padding: 0 !important;
}

/* Completely disable dropdown menus */
.page_header .sf-menu li > ul,
.page_header .sf-menu li:hover > ul,
.page_header .sf-menu li.sfHover > ul,
.page_header .sf-menu .mega-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Remove any dropdown indicators */
.page_header .sf-menu li > a:after,
.page_header .sf-menu li > a:before {
    content: none !important;
    display: none !important;
}

/* Remove the floating black button with paperclip icon */
.page_header [class*="button"],
.page_header [class*="btn"],
.page_header a[class*="button"],
.page_header a[class*="btn"],
.page_header button,
.page_header .header-button,
.page_header .toggle_menu,
.page_header .theme_button {
    display: none !important;
    visibility: hidden !important;
}

/* Remove any floating elements that might be the paperclip button */
.page_header > *:last-child,
.page_header .container > *:last-child,
.page_header .row > *:last-child {
    position: relative !important;
}

.page_header [style*="position: fixed"],
.page_header [style*="position: absolute"] {
    display: none !important;
}

/* Hide dropdown indicators and dots */
.page_header .sf-menu li > a:after,
.page_header .sf-menu li > a:before,
.page_header .sf-menu li:after,
.page_header .sf-menu li:before {
    display: none !important;
    content: none !important;
}

/* Remove any dropdown arrows or dots */
.page_header .sf-menu .sf-arrow,
.page_header .sf-menu .sf-arrow:after,
.page_header .sf-menu .sf-arrow:before {
    display: none !important;
}

/* Hide any elements with dots or ellipsis */
.page_header *[class*="dots"],
.page_header *[class*="ellipsis"],
.page_header *[class*="more"] {
    display: none !important;
}

/* Hide any text content with dots */
.page_header *:contains("..."),
.page_header *:contains("•••"),
.page_header *:contains("⋯") {
    display: none !important;
}

/* Force hide any dropdown indicators */
.page_header .sf-menu li.has-sub > a:after,
.page_header .sf-menu li.has-sub > a:before {
    display: none !important;
    content: "" !important;
}

/* Hide any elements with text content containing dots */
.page_header .sf-menu a[href*="..."],
.page_header .sf-menu a:contains("..."),
.page_header .sf-menu li:contains("...") {
    display: none !important;
}

/* Hide any elements that might be added by JavaScript */
.page_header .sf-menu li[style*="display"],
.page_header .sf-menu li[class*="dropdown"],
.page_header .sf-menu li[class*="more"] {
    display: none !important;
}

/* Force hide any elements with dots or ellipsis */
.page_header .sf-menu li:nth-child(6):not(:nth-child(6):has(a[href="faq.html"])),
.page_header .sf-menu li:nth-child(7):not(:nth-child(7):has(a[href="contact.html"])),
.page_header .sf-menu li:nth-child(8),
.page_header .sf-menu li:nth-child(9),
.page_header .sf-menu li:nth-child(10) {
    display: none !important;
}

/* Ensure only our 7 menu items are visible */
.page_header .sf-menu li {
    display: inline-block !important;
}

/* Hide any additional menu items */
.page_header .sf-menu li:nth-child(n+8) {
    display: none !important;
}

/* Simple menu styling - no dropdowns */
.page_header .mainmenu {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.page_header .mainmenu li {
    display: inline-block !important;
    margin: 0 15px !important;
    position: relative !important;
    float: left !important;
}

.page_header .mainmenu li a {
    color: white !important;
    text-decoration: none !important;
    font-weight: bold !important;
    padding: 10px 0 !important;
    display: block !important;
    white-space: nowrap !important;
}

.page_header .mainmenu li.active a {
    color: #4fc3f7 !important;
}

/* Force horizontal layout */
.page_header .mainmenu_wrapper {
    display: flex !important;
    justify-content: flex-end !important;
}

.page_header .mainmenu_wrapper .mainmenu {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

/* Remove all dropdown functionality */
.page_header .mainmenu li:hover > ul,
.page_header .mainmenu li ul {
    display: none !important;
}

/* Remove any pseudo-elements */
.page_header .mainmenu li:before,
.page_header .mainmenu li:after,
.page_header .mainmenu li a:before,
.page_header .mainmenu li a:after {
    display: none !important;
    content: "" !important;
}

/* Force horizontal menu layout */
.page_header .col-md-9 {
    display: flex !important;
    justify-content: flex-end !important;
}

.page_header .mainmenu_wrapper {
    width: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.page_header .mainmenu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: auto !important;
}

.page_header .mainmenu li {
    display: inline-block !important;
    float: none !important;
    margin: 0 15px !important;
    position: relative !important;
}

/* Override any vertical styles */
.page_header .mainmenu li,
.page_header .mainmenu li a {
    display: inline-block !important;
    float: none !important;
    clear: none !important;
}



/* Vertical centering for menu */
.page_header .mainmenu_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.page_header .mainmenu {
    margin: 0;
    display: flex;
    align-items: center;
}

.page_header .mainmenu li {
    display: flex;
    align-items: center;
}

/* Cookie popup styles */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: white;
    padding: 20px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-popup.show {
    transform: translateY(0);
}

.cookie-popup .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.cookie-popup .cookie-text {
    flex: 1;
    margin-right: 20px;
}

.cookie-popup .cookie-text p {
    margin: 0;
    line-height: 1.5;
}

.cookie-popup .cookie-text a {
    color: #0eb0ee;
    text-decoration: underline;
}

.cookie-popup .cookie-text a:hover {
    color: #0a8bc7;
}

.cookie-popup .cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-popup .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-popup .btn-accept {
    background-color: #0eb0ee;
    color: white;
}

.cookie-popup .btn-accept:hover {
    background-color: #0a8bc7;
    transform: translateY(-1px);
}

.cookie-popup .btn-decline {
    background-color: #666;
    color: white;
}

.cookie-popup .btn-decline:hover {
    background-color: #555;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cookie-popup {
        padding: 15px;
    }
    
    .cookie-popup .container {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-popup .cookie-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cookie-popup .btn {
        padding: 8px 16px;
        font-size: 13px;
    }
} 