 * 

 {
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            }
            #w3lDemoBar.w3l-demo-bar {
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
            padding: 40px 5px;
            padding-top:70px;
            margin-bottom: 70px;
            background: #0D1326;
            border-top-left-radius: 9px;
            border-bottom-left-radius: 9px;
            }
            #w3lDemoBar.w3l-demo-bar a {
            display: block;
            color: #e6ebff;
            text-decoration: none;
            line-height: 24px;
            opacity: .6;
            margin-bottom: 20px;
            text-align: center;
            }
            #w3lDemoBar.w3l-demo-bar span.w3l-icon {
            display: block;	
            }
            #w3lDemoBar.w3l-demo-bar a:hover {
            opacity: 1;
            }
            #w3lDemoBar.w3l-demo-bar .w3l-icon svg {
            color: #e6ebff;
            }
            #w3lDemoBar.w3l-demo-bar .responsive-icons {
            margin-top: 30px;
            border-top: 1px solid #41414d;
            padding-top: 40px;
            }
            #w3lDemoBar.w3l-demo-bar .demo-btns {
            border-top: 1px solid #41414d;
            padding-top: 30px;
            }
            #w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
            font-size: 26px;
            }
            #w3lDemoBar.w3l-demo-bar .no-margin-bottom{
            margin-bottom:0;
            }
            .toggle-right-sidebar span {
            background: #0D1326;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #e6ebff;
            border-radius: 50px;
            font-size: 26px;
            cursor: pointer;
            opacity: .5;
            }
            .pull-right {
            float: right;
            position: fixed;
            right: 0px;
            top: 70px;
            width: 90px;
            z-index: 99999;
            text-align: center;
            }
            /* ============================================================
            RIGHT SIDEBAR SECTION
            ============================================================ */
            #right-sidebar {
            width: 90px;
            position: fixed;
            height: 100%;
            z-index: 1000;
            right: 0px;
            top: 0;
            margin-top: 60px;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            overflow-y: auto;
            }
            /* ============================================================
            RIGHT SIDEBAR TOGGLE SECTION
            ============================================================ */
            .hide-right-bar-notifications {
            margin-right: -300px !important;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            }
            @media (max-width: 992px) {
            #w3lDemoBar.w3l-demo-bar a.desktop-mode{
            display: none;
            }
            }
            @media (max-width: 767px) {
            #w3lDemoBar.w3l-demo-bar a.tablet-mode{
            display: none;
            }
            }
            @media (max-width: 568px) {
            #w3lDemoBar.w3l-demo-bar a.mobile-mode{
            display: none;
            }
            #w3lDemoBar.w3l-demo-bar .responsive-icons {
            margin-top: 0px;
            border-top: none;
            padding-top: 0px;
            }
            #right-sidebar,.pull-right {
            width: 90px;
            }
            #w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile{
            margin-bottom: 0;
            }
            }
            * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            }
            body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            }

            .logoo {
    width: 157px;
    height:60px;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-out;
}
            nav {
            background: linear-gradient(120deg,#807474,#FF7300); /* Teal to blue */
            color: white;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 1000;
            }


            /* nav {

    padding: 15px 20px;
   background: linear-gradient(120deg, #807474, #FF7300);
    position: relative;
    z-index: 10;
} */


            .logo {
            font-size: 1.8rem;
            font-weight: bold;
            letter-spacing: 1px;
            }
            .nav-links {
            display: flex;
            gap: 1.5rem;
            }
            .nav-links a {
            color: black;
            text-decoration: none;
            font-weight: 500;
            position: relative;
            }
            .nav-links a::after {
            content: '';
            height: 2px;
            width: 0;
            background: white;
            position: absolute;
            left: 0;
            bottom: -5px;
            transition: 0.3s ease;
            }
            .nav-links a:hover::after {
            width: 100%;
            }
            .menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
            }
            .menu-toggle span {
            height: 3px;
            width: 25px;
            background: white;
            margin: 4px 0;
            border-radius: 5px;
            }
            @media (max-width: 768px) {
            .nav-links {
            display: none;
            flex-direction: column;
            width: 100%;
            background: #2575fc;
            position: absolute;
            top: 70px;
            left: 0;
            }
            .nav-links.active {
            display: flex;
            }
            .menu-toggle {
            display: flex;
            }
            }
            .hero-text {
            text-align: center;
            max-width: 700px;
            padding: 20px;
            }
            .hero-text h1 {
            font-size: 2.8rem;
            font-weight: bold;
            line-height: 1.4;
            margin: 0;
            text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            }
            @media screen and (max-width: 600px) {
            .hero-text h1 {
            font-size: 2rem;
            }
            }