.main-footer {
    background: linear-gradient(197.45deg, #6B4BD4 -86%, #000000 195.05%);
    color: white;
    padding: 100px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.max-w-7xl {
    max-width: 1480px;
}

.brand-desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    /* opacity: 0.8; */
}

.footer-meta {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.7;
}

.social-item {
    width: 32px;
    height: 32px;
    background: white;
    color: #1e293b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.social-item:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 👈 3 per row */
    gap: 8px;
    align-items: center;
}



.payment-grid span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-size: 7px;
    font-weight: 900;
    padding: 8px 0;
    text-align: center;
}

/* Navigation Columns */
.footer-title-btn {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 20px 0;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

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

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

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s;
    /* display: flex; */
    align-items: center;
    gap: 5px;
}




.footer-links a:hover {
    color: white;
}

.footer-links a:hover::before {
    opacity: 1;
}

.badge-hiring {
    background: #10b981;
    font-size: 9px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    letter-spacing: 0.05em;
}

/* Bottom Bar */
.copyright {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.bottom-links a {
    font-size: 12px;
    color: #e2e8f0;
    text-decoration: none;
    transition: 0.2s;
}

.bottom-links a:hover {
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .footer-nav-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .footer-title-btn {
        cursor: pointer;
    }

    .footer-title-btn i {
        transition: 0.3s;
    }

    .footer-title-btn.active i {
        transform: rotate(180deg);
    }

    .collapse:not(.show) {
        display: none;
    }
}

@media (min-width: 992px) {
    .footer-title-btn {
        padding: 0;
        margin-bottom: 16px;
        pointer-events: none;
    }

    .show-on-desktop {
        display: block !important;
        height: auto !important;
    }
}



.payment-grid img {
    width: 100%;
    height: 30px;
    object-fit: contain;
    /* 👈 logo distort nahi hoga */
    background: #fff;
    /* padding: 6px 8px; */
    border-radius: 6px;
    background: transparent;
    mix-blend-mode: screen;
}

.speedtest-item {
    list-style: none;
}

.speedtest-toggle {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.speedtest-toggle i {
    font-size: 11px;
    transition: 0.3s;
}

.speedtest-submenu {
    /* margin-top: 6px; */
    margin-left: 18px;
    list-style: none;
    padding: 0;
    display: none;
    /* background-color: white; */
}

.speedtest-submenu li a {
    display: flex;
    align-items: center;
    /* gap: 8px; */
    font-size: 12px;
    color: #cbd5e1;
    text-decoration: none;
    padding: 4px 0;
}

.speedtest-submenu img {
    width: 18px;
    border-radius: 3px;
}

.speedtest-item:hover .speedtest-submenu {
    display: block;
}

.speedtest-item:hover .speedtest-toggle i {
    transform: rotate(180deg);
}

.speedtest-submenu li {
    margin-bottom: 0px;
}

/* --- Ultra Clean Region Dropdown --- */

.region-wrapper {
    display: block;
    width: 100%;
}

.region-select-btn {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    /* Gap between "Region :" and globe */
    color: white;
    cursor: pointer;
    white-space: nowrap;
    /* Isse text line change nahi karega */
}

.region-select-btn .r-text {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
}

.r-box {
    display: flex;
    align-items: center;
    gap: 4px;
}

.r-box i {
    font-size: 12px;
}

.r-selected {
    font-size: 12px;
    font-weight: 500;
}

.r-arrow {
    font-size: 10px !important;
    margin-left: 2px;
    transition: 0.3s;
}

/* Jab dropdown khulega to arrow rotate hogi */
.show>.region-select-btn .r-arrow {
    transform: rotate(180deg);
}

/* Dropdown Menu styling */
/* .region-dropdown-menu {
    border-radius: 8px !important;
    padding: 5px 0 !important;
    min-width: 160px !important;
  } */

.region-dropdown-menu {
    margin-top: -14px !important;
    background-color: #ffffff !important;
    z-index: 9999 !important;
}

.region-dropdown-menu .dropdown-item {
    /* padding: 10px 10px !important; */
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333 !important;
    border-bottom: 1px solid #f5f5f5;
}

.region-dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.region-dropdown-menu .dropdown-item img {
    width: 20px;
    border-radius: 2px;
}

.region-dropdown-menu .dropdown-item:hover {
    background-color: #f2f3f3 !important;
    color: #6B4BD4 !important;
}

@media (max-width: 768px) {
    .region-dropdown-menu {
        width: 200px !important;
    }
}

/* Remove default bootstrap arrow icon */
.region-select-btn::after {
    display: none !important;
}

/* Responsive adjustment for very small screens */
@media (max-width: 400px) {

    .region-select-btn .r-text,
    .r-selected {
        font-size: 13px;
    }
}

.main-footer .dropdown-menu.show {
    left: 60px !important;
}

.main-footer ul.dropdown-menu.show {
    width: 40% !important;
    inset: unset !important;
    border-radius: 10px !important;
}

@media (max-width: 991.98px) {
    .footer-nav-col {
        border-bottom: none;
    }
}
