/* Instagram Mobile Header Styles */
.dhm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background-color: rgb(0 0 0 / 34%);
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.dhm-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dhm-logo-img {
    height: 29px;
    width: auto;
}

.dhm-logo-text {
    font-family: 'Billabong', cursive;
    font-size: 24px;
    font-weight: bold;
}

.dhm-header-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Home icon styles */
.dhm-home-icon {
    display: flex;
    align-items: center;
}

.home-icons {
    width: 24px;
    height: 24px;
}

/* Burger menu button styles */
.dhm-burger-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dhm-burger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #262626;
    border-radius: 2px;
}

/* Dropdown menu styles */
.dhm-dropdown-btn {
    background: none;
    border: none;
    margin-top: 12px;
    position: absolute;
    top: 22px;
    left: 136px;
}

.dropdown-icon {
    width: 15px;
    height: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 70px;
    left: 18px;
    background-color: #f8f8f8fc;
    min-width: 200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 1001;
    padding: 8px 0;
}

.dropdown-content.show {
    display: block;
}

.dropdown-content a {
    color: #395979;
    padding: 0px 8px;
    text-decoration: none;
    display: inline;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0 !important;
    line-height: 47px;
}
/* Arrow rotation */
.dropdown-icon {
    transition: transform 0.3s ease;
}
.dhm-dropdown-btn.active .dropdown-icon {
    transform: rotate(180deg);
}

/* Menu visibility (existing) */
.dropdown-content.show {
    display: block;
}
.wp-menu-content.show {
    display: block;
}
/* Remove border from the last item */
.dropdown-content a:last-child {
  border-bottom: none;
}

.dropdown-content a:hover {
    background-color: #f8f8f8;
}

/* Fullscreen burger menu */
.wp-menu-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1002;
    padding: 20px;
    overflow-y: auto;
}

.wp-menu-content.show {
    display: block;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.menu-title {
    font-size: 20px;
    font-weight: bold;
}

.menu-close {
    background: black;
    border: none;
    color: #262626;
    font-size: 20px;
    cursor: pointer;
}

.wp-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-menu-content li a {
    display: block;
    padding: 15px 0;
    color: #262626;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

/* Burger menu animation */
.nav-trigger.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-trigger.active .bar:nth-child(2) {
    opacity: 0;
}

.nav-trigger.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.bar {
    transition: all 0.3s ease;
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    display: block;
    transform-origin: center;
}
/* ===== COMPLETE MARKER REMOVAL ===== */
/* Target ALL list items in both menus */
.dropdown-content li, 
.wp-menu-content li,
#menu-item-9466, /* Target specific problematic item */
.menu-item {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}

/* Kill ::marker pseudo-element completely */
.dropdown-content li::marker,
.wp-menu-content li::marker,
#menu-item-9466::marker,
.menu-item::marker {
  content: "" !important;
  display: none !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* Remove any potential spacing */
.dropdown-content ul,
.wp-menu-content ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
/* Menu Footer Styles */
.menu-footer {
    padding: 15px 20px;
    margin-top: 10px;
}

.menu-divider {
    height: 1px;
    background-color: #eee;
    margin: 15px 0;
}

.menu-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-contact a {
    color: #262626;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0;
    border: none !important;
}

.menu-contact a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-contact-phone:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23262626"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z"/></svg>');
}

.menu-contact-email:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23262626"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
}
/* Hide on tablets (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .lqd-mobile-sec {
        display: none !important;
    }
}

/* Hide on mobile (<768px) */
@media (max-width: 767px) {
    .lqd-mobile-sec {
        display: none !important;
    }
}
@media screen and (max-width: 992px) {
    .lqd-mobile-sec {
        display: none !important;
    }
}