:root {
            --statsusa-blue: #0d4a8d;
            --statsusa-light-blue: #e8f1fa;
            --statsusa-accent: #ff6b35;
        }
        
        body {
            font-family: "Montserrat", sans-serif;
        }
        
        .navbar-brand {
            font-weight: 700;
            color: var(--statsusa-blue) !important;
            font-size: 1.5rem;
        }
        
        .statsusa-navbar {
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }
        
        .nav-link {
            color: #333 !important;
            font-weight: 600;
            padding: 0.5rem 1rem !important;
            border-radius: 4px;
            transition: all 0.2s ease;
            font-size: 13px;
        }
        .nav-link .fa-caret-down{
            margin-left:3px;
        }
        .nav-link:hover, .nav-link.active {
            color: var(--statsusa-blue) !important;
            background-color: var(--statsusa-light-blue);
        }
        
        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            margin-top: 8px;
        }
        
        .dropdown-item {
            padding: 0.6rem 1.2rem;
        }
        
        .dropdown-item:hover {
            background-color: var(--statsusa-light-blue);
            color: var(--statsusa-blue);
        }
        
        .btn-statsusa {
            background-color: var(--statsusa-blue);
            color: white;
            border-radius: 6px;
            padding: 0.4rem 1.2rem;
            font-weight: 500;
            border: none;
        }
        
        .btn-statsusa:hover {
            background-color: #0b3e7a;
            color: white;
        }
        
        .btn-outline-statsusa {
            color: var(--statsusa-blue);
            border: 1px solid var(--statsusa-blue);
            border-radius: 6px;
            padding: 0.4rem 1.2rem;
            font-weight: 500;
        }
        
        .btn-outline-statsusa:hover {
            background-color: var(--statsusa-blue);
            color: white;
        }
        
        .main-content {
            padding: 3rem 1rem;
            text-align: center;
            background-color: #f8f9fa;
            border-radius: 12px;
            margin-top: 2rem;
        }
        
        .statsusa-icon {
            color: var(--statsusa-blue);
            margin-right: 8px;
        }
        
        .nav-divider {
            color: #ddd;
            margin: 0 5px;
        }



.topnavbar li {
    font-size: 14px;
    padding: 0px 15px;
    font-weight: 600;
}
.topnavbar li:not(:last-child) {
    border-right: 2px solid #9339fc;
 }
.topbar{

    background-color: #f9f4ff;
}
.banner-text {
    background-color: rgba(99, 216, 242, 0.08);
}
.banner-text > h2{
    font-size:28px;
    font-weight: 600;
}
.banner-text > p {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
}
.searchbox h2 {
    color: #9437FF;
    text-align: center;
    font-weight: 600;
}
.searchblock input {
    font-size: 13px;
    border-radius: 50px!important;
}
.searchblock i {
    background: #9437FF;
    border-radius: 50px !important;
    color: #FFF;
    position: absolute;
    right: 3px;
    top: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    z-index: 22;
}
.rounded-lg{
    border-radius:10px;
}
.privacy-text li a{
    font-size: 14px;
    padding: 0px 12px;
    text-decoration: none;
}
.privacy-row{
    background: #F4EBFF;
}
.footercontact li a{
    color: #000!important;
}
.footercontact li:not(:last-child) a{
    border-right: 2px solid #000!important;
}

.footersocial li a i{
    font-size:20px;
    color: #000!important;
}
.copyright li a{
    font-size:14px;
}  
.comingtext h2 {
    font-size: 50px;
    color: #9437FF;;
    font-weight: 700;
    text-align: center;
}

.cursor-pointer {
  cursor: pointer; /* hand icon */
}




        /* Responsive adjustments */
        @media (max-width: 992px) {
            .navbar-collapse {
                padding-top: 1rem;
            }
            
            .nav-item {
                margin-bottom: 0.3rem;
            }
            
            .dropdown-menu {
                box-shadow: none;
                border-left: 3px solid var(--statsusa-light-blue);
                border-radius: 0;
            }
        }
        
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }