/* Language Switcher Dropdown Styles */
.lang-switcher-nav {
    margin-right: 15px;
}

.header-nav .lang-btn {
    background-color: transparent !important;
    color: #444 !important;
    border-radius: 5px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
    opacity: 1 !important;
}

.header-nav .lang-btn:hover, .header-nav .lang-btn:focus {
    background-color: rgba(0,0,0,0.05);
    color: #0073ec !important;
}

.lang-btn .flag-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.lang-btn::after {
    content: "\e64b"; /* ti-angle-down from Themify Icons used in the template */
    font-family: 'themify';
    margin-left: 10px;
    font-size: 10px;
}

.lang-dropdown-menu {
    background-color: #1a1a1a !important; /* Dark background from screenshot */
    border-radius: 15px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    margin-top: 10px !important;
    padding: 15px 0 !important;
    min-width: 200px !important;
}

.lang-dropdown-item {
    color: white !important;
    padding: 10px 20px !important;
    display: flex !important;
    align-items: center !important;
    transition: background-color 0.2s ease;
    font-weight: 500;
}

.lang-dropdown-item:hover {
    background-color: #333 !important;
    text-decoration: none;
}

.lang-dropdown-item .flag-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
    .lang-switcher-nav {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .lang-dropdown-menu {
        position: static !important;
        float: none !important;
        box-shadow: none !important;
        background-color: #f8f9fa !important;
    }
    .lang-dropdown-item {
        color: #333 !important;
    }
}

/* Fixes for lint errors */
.main-sub-menu[style*="min-width: 330px"] {
    min-width: 330px !important;
}

.mega-menu-min-330 {
    min-width: 330px !important;
}

.text-justify {
    text-align: justify !important;
}

/* Mega Menu Safety Fix */
.hs-mega-menu .row {
    flex-wrap: wrap !important;
}

.hero-bg-4 {
    background: url('../img/hero-bg-4.jpg') no-repeat center center / cover !important;
}

.hero-bg-about {
    background: url('../img/hero-bg-1.jpg') no-repeat center center / cover !important;
}

.hero-bg-adult {
    background: url('../img/hero-5.jpg') no-repeat center center / cover !important;
}

.hero-bg-shared {
    background: url('../img/hero-bg-2.jpg') no-repeat center center / cover !important;
}

.hero-bg-vps {
    background: url('../img/hero-bg-3.jpg') no-repeat center center / cover !important;
}

.hero-bg-spoofed { background: url('../img/hero-bg4.jpg') no-repeat center center / cover !important; }
.hero-bg-storage { background: url('../img/offer-bg-3.png') no-repeat center center / cover !important; }
.hero-bg-anonymous { background: url('../img/hero-14.jpg') no-repeat center center / cover !important; }

/* Progress Bar Width Utilities */
.w-100 { width: 100% !important; }
.w-90 { width: 90% !important; }
.w-85 { width: 85% !important; }
.w-75 { width: 75% !important; }
.w-70 { width: 70% !important; }
.w-60 { width: 60% !important; }
.w-56 { width: 56% !important; }
.w-50 { width: 50% !important; }
.w-45 { width: 45% !important; }
.w-35 { width: 35% !important; }
.w-30 { width: 30% !important; }
.w-20 { width: 20% !important; }
