@media (max-width: 1023px) {
    .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }
}
header#pt-header.pt-header-style-3 .pt-bottom-header a.pt-button {
    background: transparent;
    border: 1px solid #c9a962 !important;
}
.pt-button-flat:hover {
    box-shadow: 0 10px 40px rgba(201, 169, 98, 0.3);
}
/* Navigation Menu Links */
#pt-main-menu a {
    position: relative;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Underline effect using pseudo-element */
#pt-main-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c9a962;
    transition: width 0.3s ease;
}

/* Active menu item (current page) - always show underline */
#pt-main-menu .current-menu-item a::after,
#pt-main-menu .current_page_item a::after {
    width: 100%;
}

/* Hover effect - show underline on hover */
#pt-main-menu a:hover::after {
    width: 100%;
}

/* Change text color on hover and active */
#pt-main-menu a:hover,
#pt-main-menu .current-menu-item a,
#pt-main-menu .current_page_item a {
    color: #c9a962;
}
header#pt-header.pt-header-style-3 {
    background: transparent;
    --tw-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    --tw-shadow-colored: 0 4px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pt-fancy-box.pt-style-2 .pt-fancy-box-icon:before {
    display: none !important;
}
/* Target by specific widget ID */
[data-id="2c441d8"] .pt-fancy-box {
    padding: 15px !important;
    min-height: unset !important;
    height: auto !important;
}
header#pt-header.pt-header-style-3 .pt-bottom-header {
    border-top: 1px solid #C9A962 !important;
}
header .pt-top-header ul li a {
    color: #c9a962 !important;
    text-decoration: none !important;
}
header#pt-header .pt-top-header.top-style-1 .pt-header-time ul li i {
    display: none !important;
}
header#pt-header .pt-bottom-header {
    min-height: 90px;
    transition: all 0.8s ease;
    border-top: 1px solid #C9A962 !important;
}
header#pt-header.pt-header-style-3 .pt-bottom-header a.pt-button {
    text-decoration: none !important;
}
footer#pt-footer .widget ul#menu-navigate-menu li a {
    text-decoration: none !important;
}
footer#pt-footer .widget .menu-product-menu-container ul li a {
    text-decoration: none !important;
}
.widget ul li a {
    text-decoration: none !important;
}
footer#pt-footer .pt-footer-logo {
    height: 80px !important;
    width: auto;
}
.footer-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 280px; /* Adjust length as needed */
    height: 2px; /* Adjust thickness */
    background-color: #c9a962; /* Gold color - adjust to match your theme */
}
footer#pt-footer .pt-footer-top {
    padding: 40px 0 0px !important;
    position: relative;
    z-index: 9;
}
footer#pt-footer .pt-footer-style-1 {
    padding-top: 30px !important;
}
.content-area .site-main {
    padding: 0px 0px !important;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: -20px !important;
}
@media screen and (max-width: 1024px) {
    #rmp-container-6800 {
        background-color: #492719 !important;
    }
}
@media screen and (max-width: 1024px) {
    #rmp-menu-wrap-6800 .rmp-menu-current-item .rmp-menu-item-link:hover, #rmp-menu-wrap-6800 .rmp-menu-current-item .rmp-menu-item-link:focus {
        color: #fff;
        border-color: #3f3f3f;
        background-color: #C9A962 !important;
    }
}
@media screen and (max-width: 1024px) {
    #rmp-menu-wrap-6800 .rmp-menu-current-item .rmp-menu-item-link {
        color: #fff;
        border-color: #1d4354;
        background-color: #C9A962 !important;
    }
}
label {
    color: #ffffff !important;
}
.ff-default .ff-el-form-control {
    padding: 18px 15px !important;
}
form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit {
    background-color: #0f0f0f !important;
}
form.fluent_form_1 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: rgba(201, 169, 98, 1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
    margin-bottom: 0;
    color: white !important;
}