.elementor-43 .elementor-element.elementor-element-8546aad{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d67bf58 *//* ========================================= */
/* VIP PREMIUM FOOTER STYLES                 */
/* ========================================= */

.vip-footer {
    background: linear-gradient(to right, #01031c, #030846, #01031c); /* Header jaisa dark blue */
    color: #ffffff;
    width: 100%;
    margin-top: 50px; /* Upar ke content se gap */
    position: relative;
    font-family: 'Segoe UI', Arial, sans-serif;
}

/* Premium Top Border Effect */
.footer-top-line {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ffd700, #d90000, #ffd700);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Mobile par adjust hone ke liye */
    gap: 30px;
}

/* Individual Columns */
.footer-col {
    flex: 1;
    min-width: 250px; /* Chhoti screen par break hone ke liye */
}

/* Column Headings */
.footer-col h3 {
    color: #ffd700; /* VIP Gold */
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Heading ke niche ek chhoto si line */
.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #d90000; /* Red accent */
}

/* Brand Column Special Styles */
.brand-col h2 {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.brand-col h2 span {
    color: #ffd700;
}

.brand-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #bbbbbb; /* Halka grey padding ke liye */
    margin-bottom: 20px;
}

/* Social Media Icons */
.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-links a:hover.telegram { background-color: #0088cc; border-color: #0088cc; transform: translateY(-3px); }
.social-links a:hover.whatsapp { background-color: #25D366; border-color: #25D366; transform: translateY(-3px); }
.social-links a:hover.youtube { background-color: #ff0000; border-color: #ff0000; transform: translateY(-3px); }

/* Quick Links List */
.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #dddddd;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hover effect on links (Slide right & turn gold) */
.footer-col ul li a:hover {
    color: #ffd700;
    transform: translateX(5px);
}

.footer-col ul li a i {
    font-size: 12px;
    color: #d90000;
}

/* Copyright Bottom Bar */
.footer-bottom {
    background-color: #010214; /* Ekdum dark blackish blue */
    text-align: center;
    padding: 18px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
    font-size: 13px;
    color: #888888;
    letter-spacing: 0.5px;
}

.footer-bottom strong {
    color: #ffffff;
}

/* ========================================= */
/* MOBILE RESPONSIVE FOOTER                  */
/* ========================================= */
@media screen and (max-width: 850px) {
    .footer-container {
        flex-direction: column; /* Mobile me ek ke niche ek aayega */
        padding: 40px 20px;
        gap: 40px;
    }
    
    .brand-col h2, .footer-col h3 {
        text-align: center;
    }
    
    .footer-col h3::after {
        left: 50%;
        transform: translateX(-50%); /* Center the underline */
    }

    .brand-col p {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-col ul li a {
        justify-content: center; /* Links bhi center mein */
    }
    
    .footer-col ul li a:hover {
        transform: scale(1.05); /* Hover effect change for mobile */
    }
}/* End custom CSS */