   body {
       font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
       background-color: #ffffff;
   }

   /* Logo Styling */
   .logo-text {
       font-weight: 800;
       color: #a63257;
       line-height: 0.9;
       font-size: 2.5rem;
       letter-spacing: -1px;
   }

   .glass-icon {
       font-size: 1.5rem;
       vertical-align: middle;
       margin-left: 5px;
   }

   /* Filter Styling */
   .form-control:focus {
       box-shadow: none;
       border-color: #a63257;
   }

   /* Card Styling */
   .bar-card {
       position: relative;
       transition: transform 0.3s ease;
   }

   .bar-card:hover {
       transform: translateY(-5px);
   }

 .badge-custom {
    color: #a63257;
    padding: 0px 8px;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-block;
    border: 2px solid #a63257;
    border-radius: 27px;
}

   /* Ad Strip Styling */
   .bg-black {
       background-color: #000000 !important;
   }

   footer a:hover {
       color: #a63257 !important;
   }

       .btn-verify {
            background-color: #A63257;
            border: none;
            color: #fff;
            padding: 12px 20px;
            border-radius: 8px;
            font-weight: 600;
            transition: transform 0.2s, background-color 0.2s;
        }

        .btn-verify:hover {
            background-color: #8a2948;
            color: #fff;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(166, 50, 87, 0.3);
        }

        .btn-verify:active {
            transform: translateY(0);
        }

        /* Typography & Layout */
        .modal-content {
            border-radius: 20px;
        }

        .tracking-wider {
            letter-spacing: 2px;
        }

        #exitBtn {
            font-size: 0.9rem;
            transition: color 0.2s;
        }

        #exitBtn:hover {
            color: #A63257 !important;
        }