/* SofolX public layout optimizations */
/* WhatsApp Button CSS */
        .integration-fixed {
            position: fixed;
            z-index: 10000000;
        }
        .integration-fixed__bottom-right {
            bottom: 0;
            right: 0;
        }
        .whatsapp-container {
            padding: 24px;
        }
        .whatsapp-button {
            width: 60px;
            height: 60px;
            background-color: #25d366;
            color: #FFF !important;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: all 0.3s ease;
            transform: scale(0.9);
            position: fixed;
            bottom: 26px;
            right: 15px;
        }
        .whatsapp-button:hover {
            transform: scale(1);
            background-color: #108f29;
        }

        /* --- Navbar Font & Color Overrides --- */
        .navbar ul li a,
        .navbar ul li a:focus {
            color: #0b1c55 !important;
            font-family: Arial, sans-serif !important;
            font-weight: 700 !important;
            font-size: 15px !important;
        }

        /* Active (Home) Link Color */
        .navbar ul li a.active,
        .navbar ul li a.active:focus {
            color: #4a6cf7 !important;
        }

        /* --- Checkmark Styling --- */
        .navbar ul li a .checkmark {
            color: #28a745 !important;
            font-style: normal !important;
            font-weight: bold !important;
            font-size: 15px !important;
            margin-left: 6px !important;
            display: inline-block !important; /* লেখার পাশেই রাখবে */
        }

        /* First Checkmark (Desktop only) */
        .first-check {
            color: #28a745 !important;
            font-size: 18px !important;
            padding-right: 0 !important;
        }

@media (max-width: 1200px) {
            #navbar.navbar-mobile { z-index: 9999999 !important; pointer-events: auto !important; }
            #navbar.navbar-mobile ul { z-index: 2 !important; pointer-events: auto !important; }
            #navbar.navbar-mobile li,
            #navbar.navbar-mobile a,
            #navbar.navbar-mobile a * { pointer-events: auto !important; }
        }
