.elementor-382 .elementor-element.elementor-element-6c8a9b8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-20e0f3a *//* =========================================================================
   1. FIXED 50% TRANSPARENT HEADER 
========================================================================= */
/* Offset body so content doesn't hide behind the fixed header */
body {
    padding-top: 75px !important;
}

.universal-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    z-index: 999999 !important;
    background: rgba(255, 255, 255, 0.5) !important; /* 50% Transparent */
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.header-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important; /* Perfectly Centered */
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 1380px !important;
    margin: 0 auto !important;
    padding: 14px 24px !important;
    gap: 30px !important;
    box-sizing: border-box !important;
}

/* Header Elements */
.header-logo { flex-shrink: 0 !important; display: flex; align-items: center; }
.header-logo img { height: 44px; width: auto; max-width: 160px; object-fit: contain; }

.header-search { flex: 0 1 340px !important; width: 340px; min-width: 0 !important; }
.header-search form { margin: 0; width: 100%; }
.search-box {
    display: flex; align-items: center; width: 100%;
    background: rgba(241, 245, 249, 0.85);
    border: 1.5px solid #e2e8f0; border-radius: 50px;
    padding: 2px 5px 2px 16px; transition: all 0.25s ease;
}
.search-box:focus-within { background: #ffffff; border-color: #0066cc; box-shadow: 0 0 12px rgba(0,102,204,0.18); }
.search-box input[type="search"] { border: none; background: transparent; width: 100%; font-size: 13.5px; outline: none; padding: 7px 0; }
.search-box button { background: #0066cc; color: #fff; border: none; border-radius: 50%; width: 34px; height: 34px; cursor: pointer; transition: transform 0.2s ease;}
.search-box button:hover { transform: scale(1.06); }

/* Header Nav Hover Underline */
.header-nav { flex-shrink: 0; }
.header-nav ul { display: flex !important; flex-direction: row !important; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.header-nav a { position: relative; text-decoration: none; font-size: 15px; font-weight: 600; color: #1e293b; padding: 6px 0; white-space: nowrap; transition: color 0.25s ease; }
.header-nav a::after { content: ''; position: absolute; width: 0; height: 2.5px; bottom: 0; left: 50%; background: #0066cc; transition: width 0.3s ease, left 0.3s ease; border-radius: 2px; }
.header-nav a:hover { color: #0066cc; }
.header-nav a:hover::after { width: 100%; left: 0; }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.cta-btn { background: #0066cc; color: #fff !important; font-size: 14px; font-weight: 600; text-decoration: none; padding: 9px 20px; border-radius: 30px; transition: all 0.2s ease; }
.cta-btn:hover { background: #004c99; transform: translateY(-2px); }
.mobile-menu-toggle { display: none; background: none; border: none; font-size: 26px; cursor: pointer; }
.mobile-dropdown { display: none; position: fixed; top: 68px; left: 0; width: 100%; background: #fff; border-bottom: 1px solid #e2e8f0; box-shadow: 0 10px 20px rgba(0,0,0,0.08); z-index: 9998; }
.mobile-dropdown.show-menu { display: block !important; }
.mobile-dropdown a { display: block; padding: 14px 24px; font-size: 16px; font-weight: 600; color: #334155; text-decoration: none; border-bottom: 1px solid #f1f5f9; }

/* =========================================================================
   2. HEADER RESPONSIVE TABLET / MOBILE RULES
========================================================================= */
/* Tablet */
@media screen and (max-width: 992px) {
    .header-nav, .cta-btn { display: none !important; }
    .mobile-menu-toggle { display: block !important; }
    .header-container { justify-content: space-between !important; padding: 10px 14px !important; gap: 12px !important; }
    .header-search { flex: 1 1 auto !important; width: auto !important; }
}

/* Phone */
@media screen and (max-width: 576px) {
    body { padding-top: 60px !important; }
    .header-logo img { height: 34px !important; }
}/* End custom CSS */