
    .hover-scale {
        transition: all 0.3s ease;
    }
    .hover-scale:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .hover-underline {
        position: relative;
    }
   .py-05 {
     padding-top: 2px !important;
    padding-bottom: 2px !important;
     }
    .hover-underline:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #4e73df;
        transition: width 0.3s ease;
    }
    .hover-underline:hover:after {
        width: 100%;
    }
    .logo-img:hover {
        opacity: 0.9;
        transform: scale(1.05);
    }
    .navigation-menu li {
        margin: 0 12px;  
    }
    #topnav .navigation-menu > li > a {
    color: white;
}
    .navbar-toggle .lines span {
        background: #4e73df;
        height: 2px;
    }
    .shadow-sm {
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .transition {
        transition: all 0.3s ease;
    }
    .text-muted {
    color: #000000 !important;
}
.sectionbg {
    padding: 100px 0;
    position: relative;
    background-color: rgb(106 25 25  0.59);
    color: #fff;
}
 
   #topnav{
    background-color: rgba(18, 34, 92, 0.8); 
    backdrop-filter: blur(8px);
        
    }
.body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Times New Roman', Times, serif;
    overflow-x: hidden;
}
 #topnav .navigation-menu > li:hover > .menu-arrow {
    border-color: #2f55d4;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #fff !important;
  }
.nmmarket-box {
    border-radius: 8px !important;
    background-color: #12225c !important;
    padding: 3rem;
    margin-top: 3rem;
}
.boombg {
    background-size: cover;background-position: center;background-repeat: no-repeat;
    background-attachment: fixed;padding: 50px 0;position: relative;

}
.hdtxt{
    color:#fff;
}
.footer {
    background: #12225c;
    padding: 60px 0;
    position: relative;
    color: #fff;
}
.text-darka {
    color: #000 !important;
}

.circle-float {
        border-radius: 50%;
        width: 180px; /* Adjust size as needed */
        height: 180px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
        animation: float 3s ease-in-out infinite;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-15px); }
    }
