/* Language Switcher */
.lang-switch {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
}

.lang-current {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #444;
    transition: all 0.3s ease;
}

.lang-current:hover {
    background-color: rgba(0, 0, 0, 1);
}

.lang-flag {
    font-size: 24px;
    line-height: 1;
}

.lang-dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    width: 160px;
    display: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid #333;
}

.lang-dropdown.show {
    display: block;
}

.lang-option {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s;
    font-size: 14px;
}

.lang-option:hover {
    background-color: #333;
}

.lang-option .lang-flag {
    margin-right: 10px;
    font-size: 20px;
}

.lang-option span {
    color: #fff;
}

.lang-option.active span {
    color: #ffcc00;
}

/* New Footer Styles */
.footer {
    background-color: #1a0f0a; /* Dark brown background from image */
    color: #b5a090;
    padding: 40px 0 20px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    border-top: 1px solid #3d2e24;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

.footer-col-1 {
    flex: 0 0 25%;
    text-align: center;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.follow-us-title {
    color: #f0dcb5;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a img {
    width: 30px;
    height: 30px;
    transition: transform 0.2s;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

.footer-col h3 {
    color: #f0dcb5;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b5a090;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #fff;
}

.dmca-logo {
    max-width: 150px;
    margin-block: 12px;
}

.support-btn-container {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #3d2e24;
}

.btn-support-247 {
    display: inline-block;
    background: linear-gradient(to bottom, #d69c2f, #633e07);
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    border: 1px solid #fceeb5;
    transition: all 0.3s;
}

.btn-support-247:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.6);
}

/* Responsive */
@media (max-width: 920px) {
    .footer-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-col {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
}

/* Policy Pages Layout */
.policy-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-family: 'Arial', sans-serif;
    text-align: left;
}

.back-home {
    display: inline-flex;
    align-items: center;
    color: #b5a090;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.back-home:hover {
    color: #fff;
}

.back-home::before {
    content: '←';
    margin-right: 5px;
    font-size: 18px;
}

.policy-title {
    color: #ffcc00;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    text-transform: capitalize;
}

.policy-content {
    line-height: 1.6;
    font-size: 15px;
    color: #e0e0e0;
}

.policy-content h2 {
    color: #ffcc00;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.policy-content p {
    margin-bottom: 15px;
}

.policy-content ul {
    margin-bottom: 15px;
    padding-left: 20px; /* Indent lists */
}

.policy-content li {
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 20px; /* Additional indent for bullets */
}

/* Fix footer overlapping content on short pages */
.bottom {
    min-height: 60vh;
}
.logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.logo-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    max-width: 100%;
    height: auto;
}

.logo-title {
    max-width: 80%;
    margin-top: 10px;
}

/* Scroll To Top Button */
#customScrollToTopBtn {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 2147483647 !important; /* Max z-index */
    display: none; /* Hidden by default */
    background: none !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    pointer-events: none;
}

#customScrollToTopBtn.show {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

#customScrollToTopBtn img {
    width: 50px;
    height: 50px;
    display: block;
}

#customScrollToTopBtn:hover {
    transform: translateY(-5px);
}

.contact-box {
    margin-top: 80px !important;
}