.elementor-5167 .elementor-element.elementor-element-d1f4c57{margin-top:0rem;margin-bottom:0rem;padding:0rem 20rem 0rem 20rem;z-index:9999;}.elementor-5167 .elementor-element.elementor-element-069af71 > .elementor-element-populated{padding:02rem 0rem 0rem 0rem;}body.elementor-page-5167{padding:0rem 20rem 0rem 20rem;}@media(max-width:767px){.elementor-5167 .elementor-element.elementor-element-d1f4c57{padding:0rem 0rem 0rem 0rem;}}/* Start custom CSS for html, class: .elementor-element-85e7cf6 */.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-logo {
    flex: 1;
    z-index: 10000; /* Adjusted z-index to ensure proper layering */
    position: relative; /* Ensures the logo stays in place */
}

.header-logo img {
    height: 50px;
    display: block;
    visibility: visible;
    background-color: transparent;
}

.header-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.header-buttons {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.menu-item {
    text-decoration: none;
    color: #110F08;
    font-family: f37-ginger-pro;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}

.menu-item:hover {
    color: #110F08;
}

.menu-item:hover .dropdown {
    display: flex;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    min-width: 200px;
    z-index: 10000;
}

.dropdown-item {
    padding: 10px;
    text-decoration: none;
    color: #110F08;
    font-family: f37-ginger-pro;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.dropdown-item:hover {
    color: #110F08;
}

.dropdown-content a {
    position: relative;
    color: #110F08; /* Text color */
}

.dropdown-content a::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    height: 8px;
    background-color: #FF65FF; /* Highlight color */
    z-index: -1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease-in-out;
}

.dropdown-content a:hover::before {
    transform: scaleX(1);
}

.custom-button, .custom-button2 {
    background-color: transparent;
    border: 2px solid #110F08;
    color: #110F08;
    font-weight: 700;
    border-radius: 50px;
    padding: .3em 1em;
    text-decoration: none;
    font-family: f37-ginger-pro;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s;
}

.header-buttons .custom-button2, 
.header-buttons .custom-button {
    margin-top: 0;
    border-radius: 50px;
    padding: .3em 1em;
    font-size: 18px;
    font-weight: 700;
}

.custom-button2:hover {
    background-color: #FF65FF;
    color: #110F08 !important;
}

.custom-button:hover {
    background-color: #110F08;
    color: #EBEBF0;
}

/* Mobile Menu Styles */
.hamburger-menu {
    display: block;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    z-index: 10001;
}

.hamburger-menu img {
    width: 30px;
    height: auto;
    fill: #110F08;
}

.close-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10001; /* Ensure it's above other elements */
}

.close-menu img {
    width: 30px;
    height: auto;
    fill: #110F08;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #EBEBF0;
    z-index: 10000; /* Higher than the header section */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.mobile-menu-item,
.custom-button2 {
    font-family: f37-ginger-pro;
    font-weight: 600;
    font-size: 22px;
    color: #110F08;
    text-decoration: none;
}

.custom-button2 {
    margin-top: 20px;
    border: 2px solid #110F08;
    border-radius: 50px;
    padding: .3em 1em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hamburger-menu {
        display: block;
    }

    .header-menu, .header-buttons {
        display: none; 
    }

    .header-logo {
        margin-left: 20px;
    }

    .mobile-menu-active .hamburger-menu {
        display: none;
    }

    .mobile-menu-active .close-menu {
        display: block;
    }

    .dropdown {
        display: block;
        position: static;
        box-shadow: none;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .dropdown-item {
        padding: 10px;
        font-size: 18px;
    }
}

@media (min-width: 769px) {
    .hamburger-menu {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-069af71 */.elementor-5167 .elementor-element.elementor-element-069af71
{
    position: absolute;
}/* End custom CSS */