/* 
 * The Designers Hub Luxury Header Styles
 * Sticky, Responsive, Premium
 * NOTE: The new header uses inline styles with !important to override this file.
 */
.tdh-main-header, .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background: transparent !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    padding: 15px 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.admin-bar .tdh-main-header, .admin-bar .site-header { top: 32px !important; }
@media (max-width: 782px) { .admin-bar .tdh-main-header, .admin-bar .site-header { top: 46px !important; } }
.tdh-main-header.tdh-sticky, .site-header.tdh-sticky { background: rgba(255, 255, 255, 0.85) !important; backdrop-filter: blur(15px) !important; -webkit-backdrop-filter: blur(15px) !important; padding: 10px 0 !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important; }
@media (min-width: 1024px) { .tdh-main-header, .site-header { max-width: 1360px !important; left: 50% !important; transform: translateX(-50%) !important; } }
.site-header .site-logo img, .site-header .logo img, .tdh-header-inner .tdh-logo img { max-height: 50px !important; width: auto !important; transition: all 0.3s ease !important; display: inline-block !important; }
@media (max-width: 1023px) { .tdh-main-header, .site-header { left: 0 !important; transform: none !important; width: 100% !important; max-width: 100% !important; padding: 10px 0 !important; height: auto !important; border-radius: 0 !important; background: transparent !important; } .site-header.tdh-sticky, .tdh-main-header.tdh-sticky { background: rgba(255, 255, 255, 0.95) !important; } .site-header .site-logo img, .site-header .logo img, .tdh-header-inner .tdh-logo img { max-height: 40px !important; margin-left: 15px !important; } }
.tdh-header-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0 30px; }
.tdh-logo img { height: 50px; width: auto; transition: var(--tdh-transition); }
.tdh-main-header.tdh-sticky .tdh-logo img { height: 40px; }
.tdh-nav-menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.tdh-nav-item { position: relative; }
.tdh-nav-link { color: var(--tdh-dark); text-decoration: none; font-weight: 600; font-size: 15px; transition: 0.3s; display: flex; align-items: center; gap: 6px; padding: 10px 0; }
.tdh-nav-link:hover, .tdh-nav-item:hover>.tdh-nav-link { color: var(--tdh-teal); }
.tdh-dropdown { position: absolute; top: 100%; left: -20px; background: white; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-radius: 12px; padding: 15px; min-width: 260px; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0, 0, 0, 0.05); list-style: none; }
.tdh-nav-item:hover .tdh-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.tdh-dropdown li a { display: flex; align-items: center; gap: 12px; padding: 12px 15px; color: var(--tdh-text); text-decoration: none; font-size: 14px; border-radius: 8px; transition: 0.3s; }
.tdh-dropdown li a:hover { background: rgba(12, 184, 182, 0.05); color: var(--tdh-teal); transform: translateX(5px); }
.tdh-dropdown-icon { font-size: 10px; opacity: 0.6; }
.tdh-header-actions { display: flex; align-items: center; gap: 20px; }
.tdh-icon-btn { color: var(--tdh-dark); font-size: 20px; cursor: pointer; transition: 0.3s; }
.tdh-icon-btn:hover { color: var(--tdh-teal); transform: scale(1.1); }
.tdh-header-cta { padding: 12px 25px; font-size: 14px; }
.tdh-mobile-toggle { display: none; font-size: 28px; cursor: pointer; }
@media (max-width: 1100px) { .tdh-nav-menu { display: none; } .tdh-mobile-toggle { display: block; } .tdh-header-actions .tdh-header-cta { display: none; } }
.tdh-sub-dropdown { position: absolute; left: 100%; top: 0; background: white; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); border-radius: 12px; padding: 15px; min-width: 240px; opacity: 0; visibility: hidden; transform: translateX(10px); transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); border: 1px solid rgba(0, 0, 0, 0.05); list-style: none; z-index: 10000; }
.tdh-dropdown li:hover .tdh-sub-dropdown { opacity: 1; visibility: visible; transform: translateX(0); }
.tdh-faq-section { background: var(--tdh-light, #f8fbfa); }
.tdh-faq-item { border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 20px; overflow: hidden; cursor: pointer; background: #fff; transition: 0.3s; margin-bottom: 15px; }
.tdh-faq-item:hover { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07); }
.faq-question { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; font-weight: 600; font-size: 16px; color: var(--tdh-dark); }
.faq-question .dashicons { transition: 0.3s; color: var(--tdh-teal); }
.tdh-faq-item.active .faq-question .dashicons { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 28px 22px; color: var(--tdh-text-light, #6b7280); line-height: 1.75; font-size: 15px; }
.tdh-faq-item.active .faq-answer { display: block; }