.ua-header-widget * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ua-header-widget {
    font-family: 'Exo', sans-serif;
    line-height: 1.6;
    --topbar-background: linear-gradient(135deg, #8BC4D8 0%, #7BB4C8 50%, #6BA4B8 100%);
}

/* Masaüstünde hamburger menü ve içeriğini tamamen gizle */
@media (min-width: 769px) {
    .ua-header-widget .mobile-menu-toggle,
    .ua-header-widget .mobile-menu,
    .ua-header-widget .mobile-menu-overlay,
    .ua-header-widget .mobile-menu-content,
    .ua-header-widget .mobile-nav-links,
    .ua-header-widget .mobile-nav-links li,
    .ua-header-widget .mobile-nav-links a,
    .ua-header-widget .mobile-nav-links a span,
    .ua-header-widget .mobile-nav-links a svg,
    .ua-header-widget .mobile-nav-links a i,
    .ua-header-widget .mobile-contact-info,
    .ua-header-widget .mobile-phone-item,
    .ua-header-widget .mobile-phone-number,
    .ua-header-widget .mobile-whatsapp-btn,
    .ua-header-widget .mobile-megamenu,
    .ua-header-widget .mobile-megamenu-content,
    .ua-header-widget .mobile-megamenu-section,
    .ua-header-widget .mobile-megamenu-title,
    .ua-header-widget .mobile-megamenu-list,
    .ua-header-widget .mobile-megamenu-list li,
    .ua-header-widget .mobile-megamenu-list a,
    .ua-header-widget .mobile-megamenu-arrow,
    .ua-header-widget .has-mobile-megamenu,
    .ua-header-widget .mobile-megamenu-trigger {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        position: absolute !important;
        left: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

.ua-header-widget .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Top Bar Styles */
.ua-header-widget .top-bar {
    background: var(--topbar-background, linear-gradient(135deg, #8BC4D8 0%, #7BB4C8 50%, #6BA4B8 100%));
    padding: 10px 0;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    min-height: 50px;
}

.ua-header-widget .top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 50px;
}

.ua-header-widget .top-bar-left {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 100%;
    min-height: 50px;
}

.ua-header-widget .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    height: 100%;
}

.ua-header-widget .contact-item span {
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.ua-header-widget .icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Sosyal medya ikonları için öncelikli stil - sayfa yüklenmeden önce uygulanması için */
.ua-header-widget .top-bar .social-icons,
.ua-header-widget .top-bar-right .social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ua-header-widget .top-bar .social-icons .icon-circle,
.ua-header-widget .top-bar-right .social-icons .icon-circle,
.ua-header-widget .social-icons .icon-circle.blue {
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.ua-header-widget .top-bar .social-icons .icon-circle i,
.ua-header-widget .top-bar .social-icons .icon-circle svg,
.ua-header-widget .top-bar-right .social-icons .icon-circle i,
.ua-header-widget .top-bar-right .social-icons .icon-circle svg,
.ua-header-widget .social-icons .icon-circle.blue i,
.ua-header-widget .social-icons .icon-circle.blue svg {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    display: block !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.ua-header-widget .icon-circle.green {
    background-color: transparent;
    color: #4A5D8E;
}

.ua-header-widget .icon-circle.blue {
    background-color: transparent;
    color: #4A5D8E;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
}

.ua-header-widget .icon-circle.blue:hover {
    opacity: 0.8;
}

/* Sosyal medya ikonları küçük ama tema renginde */
.ua-header-widget .social-icons .icon-circle.blue {
    width: 24px !important;
    height: 24px !important;
    font-size: 12px !important;
    color: #4A5D8E !important;
    min-width: 24px !important;
    max-width: 24px !important;
    min-height: 24px !important;
    max-height: 24px !important;
}

.ua-header-widget .social-icons .icon-circle.blue i,
.ua-header-widget .social-icons .icon-circle.blue svg {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    color: #4A5D8E !important;
    fill: #4A5D8E !important;
}

.ua-header-widget .icon-circle.transparent {
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.ua-header-widget .top-bar-right {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    min-height: 50px;
}

.ua-header-widget .top-bar .separator.vertical {
    height: 30px;
    background-color: rgba(255, 255, 255, 0.3);
}

.ua-header-widget .social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.ua-header-widget .social-icons a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-header-widget .utility-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ua-header-widget .search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-width: 180px;
    height: 100%;
    box-sizing: border-box;
}

.ua-header-widget .search-box i {
    font-size: 14px;
    color: white;
}

.ua-header-widget .search-box span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.ua-header-widget .separator {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    align-self: center;
}

.ua-header-widget .top-bar .separator {
    align-self: center;
    margin: 0;
}

.ua-header-widget .separator.vertical {
    height: auto;
    width: 1px;
    min-height: 20px;
    align-self: stretch;
}

/* Main Navigation Bar Styles */
.ua-header-widget .main-nav {
    background: #4A5D8E;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
    z-index: 1001;
    overflow: visible;
}

.ua-header-widget .main-nav .container {
    height: 80px;
    align-items: center;
    padding: 0;
    display: flex;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    overflow: visible;
}

.ua-header-widget .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    height: 80px;
    flex-shrink: 0;
}

.ua-header-widget .logo-container a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-header-widget .logo-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ua-header-widget .logo-image img {
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.ua-header-widget .logo-placeholder {
    font-size: 40px;
    color: white;
}

.ua-header-widget .logo-text {
    display: flex;
    flex-direction: column;
}

.ua-header-widget .brand-name {
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 1.2;
}

.ua-header-widget .tagline {
    font-size: 11px;
    letter-spacing: 2px;
    color: white;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.ua-header-widget .nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin: 0;
    height: 80px;
    align-items: center;
    flex-shrink: 0;
}

.ua-header-widget .nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
    align-items: center;
}

.ua-header-widget .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: opacity 0.3s;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ua-header-widget .nav-links a i {
    font-size: 14px;
}

/* Hide icon gap for menu items without icons */
.ua-header-widget .nav-links a.no-icon {
    gap: 0;
}

.ua-header-widget .nav-links a.no-icon > span {
    margin-left: 0;
}

/* Hide any SVG or icon elements in no-icon menu items */
.ua-header-widget .nav-links a.no-icon svg,
.ua-header-widget .nav-links a.no-icon i,
.ua-header-widget .nav-links a.no-icon .e-font-icon-svg,
.ua-header-widget .nav-links a.no-icon .elementor-icon,
.ua-header-widget .nav-links a.no-icon .e-fas-blog,
.ua-header-widget .nav-links a.no-icon [class*="e-fas"],
.ua-header-widget .nav-links a.no-icon [class*="e-font-icon"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

.ua-header-widget .megamenu-arrow {
    font-size: 10px !important;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.ua-header-widget .has-megamenu.active .megamenu-arrow {
    transform: rotate(180deg);
}

.ua-header-widget .nav-links a:hover {
    opacity: 0.8;
}

.ua-header-widget .nav-links li {
    position: relative;
}

/* Mega Menu Styles */
.ua-header-widget .has-megamenu {
    position: static;
}

.ua-header-widget .main-nav {
    position: relative;
}

.ua-header-widget .megamenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    background: #2F416E;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out, transform 0s;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 0;
}

.ua-header-widget .megamenu.active {
    max-height: 80vh;
    opacity: 1;
    transition: max-height 0.4s ease-in, opacity 0.3s ease-in, transform 0s;
}

.ua-header-widget .megamenu-container {
    margin: 0;
    padding: 40px 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.ua-header-widget .megamenu-section {
    padding: 15px;
    margin: 0;
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.ua-header-widget .megamenu-section-small {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.ua-header-widget .megamenu-section-vertical {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.ua-header-widget .megamenu-section-vertical .megamenu-section:not(:first-child) {
    margin-top: 20px;
}

.ua-header-widget .megamenu-section-vertical .megamenu-section {
    border: none;
    padding: 0;
}

.ua-header-widget .megamenu-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.ua-header-widget .megamenu-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-family: 'Exo', sans-serif;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: inline-block;
    width: auto;
}

.ua-header-widget .megamenu-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(139, 196, 216, 0.5);
}

.ua-header-widget .megamenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ua-header-widget .megamenu-list li {
    margin-bottom: 3px;
    padding-bottom: 3px;
    position: relative;
}

.ua-header-widget .megamenu-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 60%;
    max-width: 150px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.ua-header-widget .megamenu-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    transition: all 0.3s ease;
    font-family: 'Exo', sans-serif;
    padding-left: 0;
}

.ua-header-widget .megamenu-list a i {
    font-size: 10px;
    color: rgba(139, 196, 216, 0.8);
    transition: all 0.3s ease;
}

.ua-header-widget .megamenu-list a:hover {
    color: #8BC4D8;
    padding-left: 5px;
}

.ua-header-widget .megamenu-list a:hover i {
    color: #8BC4D8;
    transform: translateX(3px);
}

.ua-header-widget .megamenu-view-all {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #8BC4D8 0%, #7BB4C8 50%, #6BA4B8 100%);
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Exo', sans-serif;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.ua-header-widget .megamenu-view-all:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(139, 196, 216, 0.3);
}

.ua-header-widget .nav-right {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    grid-template-rows: 80px;
    gap: 0;
    padding: 0;
    height: 80px;
    min-height: 80px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    align-self: flex-start;
    position: relative;
    background: #2F416E;
    overflow: hidden;
}

.ua-header-widget .whatsapp-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    grid-column: 3;
    grid-row: 1;
    position: relative;
    height: 100%;
    padding: 10px;
    align-self: stretch;
}

.ua-header-widget .whatsapp-section > * {
    flex-shrink: 0;
}

.ua-header-widget .whatsapp-btn-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.ua-header-widget .nav-right .separator.vertical {
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    background-color: rgba(255, 255, 255, 0.3);
    grid-column: 2;
    grid-row: 1;
    border: none !important;
    padding: 0 !important;
    align-self: stretch;
}

.ua-header-widget .main-nav .separator.vertical:not(.logo-separator-left):not(.logo-separator-right) {
    width: 1px !important;
    min-width: 1px !important;
    max-width: 1px !important;
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    border: none !important;
    padding: 0 !important;
}

.ua-header-widget .nav-left {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 0;
    justify-content: center;
    background: #f1f2d2;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
}

.ua-header-widget .nav-center {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 0;
}

.ua-header-widget .logo-separator-left,
.ua-header-widget .logo-separator-right {
    width: 1px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
    height: 100%;
    min-height: 100%;
}

.ua-header-widget .logo-separator-left {
    order: -1;
    margin-left: 0;
    margin-right: 0;
}

.ua-header-widget .logo-separator-right {
    margin-left: 0;
    margin-right: 0;
}

.ua-header-widget .call-support {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    height: 100%;
    padding: 10px;
    align-self: stretch;
}

.ua-header-widget .support-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}

.ua-header-widget .support-label {
    font-size: 11px;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-align: center;
}

.ua-header-widget .phone-number {
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
}

.ua-header-widget .phone-number i {
    font-size: 12px;
}


.ua-header-widget .phone-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    box-sizing: border-box;
}

.ua-header-widget .quote-btn {
    background: #25D366;
    background-image: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    border: none;
    padding: 12px 45px;
    margin: 0;
    margin-top: 10px;
    transition: background 0.3s ease;
    border-radius: 4px;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.2);
    box-sizing: border-box;
    text-decoration: none;
}

.ua-header-widget .quote-btn i {
    font-size: 16px;
}

.ua-header-widget .quote-btn:hover {
    opacity: 0.9;
}

/* Mobile Menu Toggle Button */
.ua-header-widget .mobile-menu-toggle {
    display: none !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    margin-right: 2px;
    margin-left: auto;
    z-index: 1002;
    position: relative;
    flex-shrink: 0;
    visibility: hidden;
    opacity: 0;
}

.ua-header-widget .mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff !important;
    margin: 3px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .ua-header-widget .mobile-menu-toggle span {
        background: #ffffff !important;
    }
}

.ua-header-widget .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.ua-header-widget .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.ua-header-widget .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Menu Overlay */
.ua-header-widget .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: none;
}

@media (max-width: 768px) {
    .ua-header-widget .mobile-menu-overlay {
        display: block;
    }
}

.ua-header-widget .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu */
.ua-header-widget .mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    background: var(--topbar-background, linear-gradient(135deg, #8BC4D8 0%, #7BB4C8 50%, #6BA4B8 100%));
    z-index: 1001 !important;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease !important;
    overflow-y: auto !important;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3) !important;
    width: 85% !important;
    max-width: 400px !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

@media (max-width: 768px) {
    .ua-header-widget .mobile-menu {
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.ua-header-widget .mobile-menu.active {
    transform: translateX(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.ua-header-widget .mobile-menu-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.ua-header-widget .mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

.ua-header-widget .mobile-nav-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ua-header-widget .mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: background 0.3s ease;
}

.ua-header-widget .mobile-nav-links a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.ua-header-widget .mobile-nav-links a i,
.ua-header-widget .mobile-nav-links a svg {
    font-size: 18px;
    width: 20px;
    text-align: center;
    color: #ffffff !important;
    fill: #ffffff !important;
}

.ua-header-widget .mobile-nav-links a svg path,
.ua-header-widget .mobile-nav-links a svg *,
.ua-header-widget .mobile-nav-links a .e-font-icon-svg,
.ua-header-widget .mobile-nav-links a .e-font-icon-svg path,
.ua-header-widget .mobile-nav-links a .e-font-icon-svg * {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    color: #ffffff !important;
}

.ua-header-widget .mobile-contact-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    flex: 0 0 auto;
}

.ua-header-widget .mobile-phone-item {
    margin-bottom: 10px;
    text-align: center;
}

.ua-header-widget .mobile-phone-item:last-of-type {
    margin-bottom: 15px;
}

.ua-header-widget .mobile-phone-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.ua-header-widget .mobile-phone-number:hover {
    color: #8BC4D8;
}

.ua-header-widget .mobile-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    background-image: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: opacity 0.3s ease;
}

.ua-header-widget .mobile-whatsapp-btn:hover {
    opacity: 0.9;
}

/* Mobile Mega Menu */
.ua-header-widget .has-mobile-megamenu {
    position: relative;
}

.ua-header-widget .mobile-megamenu-arrow {
    font-size: 10px !important;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.ua-header-widget .has-mobile-megamenu.active .mobile-megamenu-arrow {
    transform: rotate(180deg);
}

.ua-header-widget .mobile-megamenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: rgba(0, 0, 0, 0.2);
}

.ua-header-widget .mobile-megamenu.active {
    max-height: 2000px;
    transition: max-height 0.5s ease-in;
}

.ua-header-widget .mobile-megamenu-content {
    padding: 15px 10px 15px 40px;
}

.ua-header-widget .mobile-megamenu-section {
    margin-bottom: 20px;
}

.ua-header-widget .mobile-megamenu-section:last-child {
    margin-bottom: 0;
}

.ua-header-widget .mobile-megamenu-title {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ua-header-widget .mobile-megamenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ua-header-widget .mobile-megamenu-list li {
    margin-bottom: 5px;
}

.ua-header-widget .mobile-megamenu-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.ua-header-widget .mobile-megamenu-list a:hover {
    color: #8BC4D8;
}

.ua-header-widget .mobile-megamenu-list a i {
    font-size: 10px;
    color: rgba(139, 196, 216, 0.8);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .ua-header-widget .nav-links {
        gap: 25px;
    }
    
    .ua-header-widget .nav-links a {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .ua-header-widget .top-bar-left {
        gap: 20px;
    }
    
    .ua-header-widget .contact-item span {
        font-size: 13px;
    }
    
    .ua-header-widget .nav-links {
        gap: 20px;
    }
    
    .ua-header-widget .brand-name {
        font-size: 28px;
    }
    
    .ua-header-widget .phone-number {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .ua-header-widget .top-bar {
        display: none !important;
    }
    
    .ua-header-widget .top-bar {
        padding: 5px 0;
        min-height: 35px;
    }
    
    .ua-header-widget .top-bar .container {
        min-height: 35px;
    }
    
    .ua-header-widget .top-bar-left {
        min-height: 35px;
    }
    
    .ua-header-widget .top-bar .contact-item span {
        font-size: 12px;
    }
    
    .ua-header-widget .top-bar .icon-circle {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    
    .ua-header-widget .main-nav {
        position: relative;
        display: block !important;
    }
    
    .ua-header-widget .main-nav .container {
        justify-content: flex-start;
        padding: 0 15px;
        display: flex;
        align-items: center;
        width: 100% !important;
        max-width: 100% !important;
        position: relative;
    }
    
    .ua-header-widget .mobile-menu-toggle {
        display: flex !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
        order: unset !important;
        z-index: 1003 !important;
        left: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 40px !important;
        height: 40px !important;
        overflow: visible !important;
    }
    
    .ua-header-widget .mobile-menu-overlay {
        display: block !important;
        visibility: visible !important;
        opacity: 0 !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .ua-header-widget .mobile-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed !important;
        top: 0 !important;
        left: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 85% !important;
        max-width: 400px !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-y: auto !important;
    }
    
    .ua-header-widget .main-nav .mobile-menu-toggle {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    
    .ua-header-widget .nav-center {
        display: none !important;
    }
    
    .ua-header-widget .nav-right {
        display: none !important;
    }
    
    .ua-header-widget .nav-left {
        flex: 0 0 auto;
        order: 1;
        width: 35%;
    }
    
    .ua-header-widget .logo-container {
        padding: 8px 0;
        flex: 0 0 35%;
        max-width: 35%;
    }
    
    .ua-header-widget .logo-image img {
        max-width: 100%;
        height: auto;
        max-height: 50px;
    }
    
    .ua-header-widget .logo-container *,
    .ua-header-widget .logo-container .logo-text,
    .ua-header-widget .logo-container .logo-text *,
    .ua-header-widget .logo-container .logo-text h1,
    .ua-header-widget .logo-container .logo-text h2,
    .ua-header-widget .logo-container .logo-text h3,
    .ua-header-widget .logo-container .logo-text h4,
    .ua-header-widget .logo-container .logo-text h5,
    .ua-header-widget .logo-container .logo-text h6,
    .ua-header-widget .logo-container .logo-text p,
    .ua-header-widget .logo-container .logo-text span,
    .ua-header-widget .logo-container .logo-text div,
    .ua-header-widget .logo-container .brand-name,
    .ua-header-widget .logo-container .logo-placeholder {
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: normal !important;
    }
    
    .ua-header-widget .logo-placeholder {
        font-size: 14px !important;
    }
    
    .ua-header-widget .brand-name {
        font-size: 14px !important;
    }
    
    .ua-header-widget .megamenu {
        display: none;
    }
}

