
/* Smooth scroll */
 :root {
     scroll-behavior: smooth;
}


/************************************************/
  #otpInput:focus {
        box-shadow: none !important;
        border-color: #4d90fe !important;
    }
    
    #otpInput::placeholder {
        letter-spacing: normal !important;
        color: #ccc !important;
        font-size: 1rem !important;
    }
    
    .input-group:focus-within {
        border-color: #4d90fe !important;
        /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;*/
    }
    
    #otpTimer {
        font-family: 'Courier New', monospace;
    }
    
    #resendOtpBtn:hover {
        transform: translateY(-1px);
        transition: transform 0.2s ease;
    }
    
    .btnotp {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
        border: none;
        color: white;
    }
    
    .btnotp:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }
    .veryfybtn {
    background: #9b9045 !important;
    color: #ffffff !important;
    max-width: fit-content !important;
}
.otp-panel
{
    display:block !important;
}
.optheader{
    color: #1e3c72 !important;
    font-size: 25px;
}

     /* Left Side - Menu Button & Logo */
        .left-section {
            display: flex;
            align-items: center;
            gap: 20px;
        }

       .btn-toggle {
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #333;
}

.btn-toggle i {
    transition: transform 0.3s ease;
    color:#4a5f7f;
}
.scrolledd  .btn-toggle i {
    transition: transform 0.3s ease;
    color:White;
}

.btn-toggle:hover i {
    transform: scale(1.15);
}
        .navbar-brand {
            display: flex;
            align-items: center;
        }

        .header-logo {
            height: 40px;
            width: auto;
        }

        .header-logo .s0 {
            fill: #8e9b11;
        }

        .header-logo .s1 {
            fill: #ff962a;
        }

        /* Right Side - Navigation */
        .navmenunew ul {
            display: flex;
            align-items: center;
            gap: 15px;
            list-style: none;
        }

        /* Premium Login/Signup Button */
        .btn-premium1 {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 28px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14px;
            /* box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); */
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .btn-premium1:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
            background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        }

        .btn-premium1 i {
            font-size: 18px;
        }

        /* User Dropdown */
        .btn-group {
            position: relative;
        }

       .dropdown-toggle {
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 9px 13px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ff962a !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 15px !important;
    border-radius: 17px !important;
    border: 1px solid rgb(255 150 42) !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    backdrop-filter: blur(10px) !important;
    gap: 10px !important;
    font-weight: bold !important;
}

        .dropdown-toggle:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
        }

        .dropdown-menu {
            position: absolute;
            top: 120%;
            right: 0;
            background:none;
            backdrop-filter: blur(10px);
            border-radius: 15px;
            min-width: 200px;
            box-shadow: none;
            opacity: 0;
            visibility: hidden;
            transition: none !important;
            list-style: none;
            padding: 0px 0;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

        .dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
.dropdown-item1 {
    padding: 9px 10px !important;
    color: #ffa444 !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    width: 100% !important;
    text-align: left;
    border-radius: 11px;
    border: 1px solid #ff962a;
    background: linear-gradient(345deg, rgb(13, 15, 26, 0.9) 0%, rgb(61 59 65) 100%);
    margin-bottom: 4px;
}
        .dropdown-item1:hover {
            background: linear-gradient(135deg, #8e9b11, #ff962a);
            color: white !important;
        }
        
        .icondrpdwn {
    font-size: 15px !important;
    display: contents !important;
    padding-right: 7px !important;
}
 /* Sidebar Overlay */
        .sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            z-index: 1999;
        }

        .sidebar-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    /* Sidebar Menu - Right Side */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -350px;   /* Left ki jagah Right */
    width: 320px;
    height: 100%;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    backdrop-filter: blur(20px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);  /* Border side change */
    box-shadow: -4px 0 30px rgba(0, 0, 0, 0.3);  /* Shadow direction change */
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2000;
    overflow-y: auto;
}

/* Active Class - Jab Sidebar Open Ho */
.sidebar-menu.active {
    right: 0;
}

        .sidebar-header {
            padding: 30px 25px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: rgb(255 255 255);
        }

        .sidebar-header h3 {
            color: white;
            font-size: 24px;
            font-weight: 700;
            margin: 0;
        }

        .close-sidebar {
            background: rgb(43 70 152);
            border: none;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .close-sidebar:hover {
            background: rgba(255, 0, 0, 0.3);
            transform: rotate(90deg);
        }

        .sidebar-menu ul {
            list-style: none;
            padding: 20px 0;
        }

        .sidebar-menu ul li {
            margin: 5px 15px;
        }

        .sidebar-menu ul li a {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px 20px;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            border-radius: 12px;
            transition: all 0.3s ease;
            font-weight: 500;
            font-size: 15px;
        }

        .sidebar-menu ul li a i {
            font-size: 18px;
            width: 25px;
        }

        .sidebar-menu ul li a:hover {
            background:linear-gradient(135deg, #776c24 0%, #9b9045 100%);
            color: white !important;
            color: white;
            transform: translateX(10px);
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        /* Content Demo */
        .demo-content {
            max-width: 1200px;
            margin: 50px auto;
            padding: 40px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 20px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }

        .demo-content h1 {
            color: #333;
            margin-bottom: 20px;
        }

        .demo-content p {
            color: #666;
            line-height: 1.8;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .container-fluid {
                padding: 0 15px;
            }

            .sidebar-menu {
                width: 280px;
            }

            .btn-premium1 span,
            .dropdown-toggle span {
                display: none;
            }

            .btn-premium1,
            .dropdown-toggle {
                padding: 12px 18px;
            }
        }

/****************************************************/

/*-------------------------------------------------------------- # General Styling & Shared Classes --------------------------------------------------------------*/

/*-------------------------------------------------------------- # Global Header --------------------------------------------------------------*/
 .headernew {
    /*- --background-color: rgb(251 249 245);*/
    background-color:none;
    color: var(--default-color);
    padding: 8px 0;
    transition: all 0.5s;
    z-index: 997;
   
}
 .headernew .logo {
     line-height: 1;
}
 .headernew .logo img {
     margin-right: 8px;
}
 .headernew .logo h1 {
     font-size: 24px;
     margin: 0;
     font-weight: 700;
     color: var(--heading-color);
     line-height: 1;
}
 .scrolled .headernew {
     box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  /*   background: linear-gradient(
345deg, rgb(13, 15, 26,0.9) 0%, rgb(61 59 65) 100%);*/
background:#0f172a;
}
/* Global Header on Scroll ------------------------------*/
 .scrolled .headernew {
     --background-color: #ffffff;
}

/*******login css start here*********************/

/* Container for alignment */

/* Premium Button Styling */
.btn-premium1 {
    position: relative !important;
    display: inline-flex !important;
    align-items: center!important;
    padding: 9px 13px!important;
    background: linear-gradient(135deg, #776c24 0%, #9b9045 100%); /* Glassmorphism */
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    font-size: 17px !important;
    border-radius: 11px !important;
    border: 1px solid rgb(134 123 50) !important;
    overflow: hidden !important;
    transition: all 0.4s ease !important;
    backdrop-filter: blur(10px) !important;
    gap: 10px !important;
    font-weight: bold !important;
}

/* The Glowing Border Animation */
.btn-premium1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(212, 175, 55, 0.4), /* Gold glow */
        transparent
    );
    transition: all 0.6s ease;
}

/* Icon Animation */
.btn-premium1 i {
    font-size: 22px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #FFC107; /* Premium Gold */
    font-size: 18px !important;
}

/* Hover Effects */
.btn-premium1:hover {
    background:linear-gradient(135deg,#9b9045 100%), #776c24 0%; /* Glassmorphism */
    border-color: #d4af37;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
}

.btn-premium1:hover::before {
    left: 100%;
}

.btn-premium:hover i {
    transform: scale(1.2) rotate(10deg);
}

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

/**********login css end here******************/


/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/* Desktop Navigation */
 @media (min-width: 1200px) {
     .navmenunew {
         padding: 0;
    }
    
     .navmenunew li {
         position: relative;
    }
     .navmenunew>ul>li {
         white-space: nowrap;
         padding: 2px 0px;
    }
     .navmenunew>ul>li:last-child {
         padding-right: 0;
    }
     .navmenunew a, .navmenunew a:focus {
         color: #80828f;
         font-size: 14px;
         padding: 0 2px;
         font-family: var(--nav-font);
         font-weight: normal;
         display: flex;
         align-items: center;
         justify-content: space-between;
         white-space: nowrap;
         transition: 0.3s;
         position: relative;
    }
     .navmenunew a i, .navmenunew a:focus i {
         font-size: 12px;
         line-height: 0;
         margin-left: 5px;
         transition: 0.3s;
    }
     .navmenunew>ul>li>a:before {
         content: "";
         position: absolute;
         height: 1px;
         bottom: -6px;
         left: 0;
         background-color: #5c99ee;
         visibility: hidden;
         width: 0px;
         transition: all 0.3s ease-in-out 0s;
    }
     .navmenunew a:hover:before, .navmenunew li:hover>a:before, .navmenunew .active:before {
         visibility: visible;
         width: 100%;
    }
     .navmenunew li:hover>a, .navmenunew .active, .navmenunew .active:focus {
         color: var(--nav-hover-color);
    }
    
}
/* Mobile Navigation */
 @media (max-width: 1199px) {
     .mobile-nav-toggle {
         color: rgb(15 14 150);
         font-size: 31px;
         line-height: 0;
         margin-right: 10px;
         cursor: pointer;
         transition: color 0.3s;
    }
     .navmenunew {
         padding: 0;
         z-index: 9997;
    }
   
     .navmenunew a, .navmenunew a:focus {
         color: var(--nav-dropdown-color);
         padding: 10px 20px;
         font-family: var(--nav-font);
         font-size: 17px;
         font-weight: 500;
         display: flex;
         align-items: center;
         justify-content: space-between;
         white-space: nowrap;
         transition: 0.3s;
    }
     .navmenunew a i, .navmenunew a:focus i {
         font-size: 12px;
         line-height: 0;
         margin-left: 5px;
         width: 30px;
         height: 30px;
         display: flex;
         align-items: center;
         justify-content: center;
         border-radius: 50%;
         transition: 0.3s;
         background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }
     .navmenunew a i:hover, .navmenunew a:focus i:hover {
         background-color: var(--accent-color);
         color: var(--contrast-color);
    }
     .navmenunew a:hover, .navmenunew .active, .navmenunew .active:focus {
         color: var(--nav-dropdown-hover-color);
    }
     .navmenunew .active i, .navmenunew .active:focus i {
         background-color: var(--accent-color);
         color: var(--contrast-color);
         transform: rotate(180deg);
    }
     
     .mobile-nav-active {
         overflow: hidden;
    }
     .mobile-nav-active .mobile-nav-toggle {
         color: #fff;
         position: absolute;
         font-size: 32px;
         top: 15px;
         right: 15px;
         margin-right: 0;
         z-index: 9999;
    }
     .mobile-nav-active .navmenunew {
         position: fixed;
         overflow: hidden;
         inset: 0;
         background: rgba(33, 37, 41, 0.8);
         transition: 0.3s;
    }
     .mobile-nav-active .navmenunew>ul {
         display: block;
    }
}
/* Megamenu 2 - Desktop */

/*modify menu css start*/

.contact-container {
     position: relative;
     display: inline-block;
}
.contact-info {
    display: none;
    position: absolute;
    top: 43px;
    left: 16px;
    background-color: rgb(155, 144, 69,0.7);
    padding: 10px;
    border: 0px solid #ccc;
    white-space: nowrap;
    z-index: 10;
    font-size: 10px;
    padding-top: 7px;
    padding-bottom: 20px;
    border-radius: 8px 8px 8px 8px;
    transition: 0.3s;
}
 .contact-info p {
     margin-top: 11px;
     margin-bottom: 10px;
     /* border-bottom: 1px solid #dbdbdb; */
     padding-bottom: 3px;
     line-height: 18px;
}
 .contact-info a {
     color: #ffffff;
     text-decoration: none;
     font-weight: bold;
}
 .iconright{
     padding-right: 10px;
}
 .iconright1{
     font-size: 18px;
     color: #4a76af !important;
}
 .right1:hover{
     color: #04326f !important;
}
 .right2:hover{
     color: #7d0202 !important;
}
 .right3:hover{
     color:#287621 !important;
}
 .iconright2{
     color: #f37e7e !important;
     font-size: 20px;
}
 .iconright3{
     color: #25d366 !important;
     font-size: 24px;
}
 .contact-container:hover .contact-info {
     display: block;
}
.contact-container .phone-icon {
    font-size: 16px;
    cursor: pointer;
    color: #6564d1;
    text-transform: revert;
    rotate: 90deg;
    background: none;
    /*height: 45px;*/
    width: 27px;
    text-align: center;
    line-height: 28px;
}

/*modify menu end here*/
  .headernew .button .btn {
     background-color: #9b9045;
     border: 0px solid #bb9654;
     color: #fbfbfb;
     padding: 10px 20px;
     font-weight: normal;
     font-size: 13px;
     box-shadow: none;
}
.headerlogo{
    width: 215px;
}
.customize:hover{
     border: none;
}
 .customize a:before {
     background:none !important;
}

 .customize p{
    float: left;
}
 .customize .iconright1 {
    font-size: 18px !important;
    background: white;
    height: 24px;
    line-height: 17px;
    padding: 4px;
    width: 27px;
    margin-right: 7px;
    border-radius: 5px;
  }
.customize .iconright2 {
    font-size: 18px !important;
    background: white;
    height: 24px;
    line-height: 17px;
    padding: 4px;
    width: 27px;
    margin-right: 7px;
    border-radius: 5px;
  }
 .customize .iconright3 {
    font-size: 18px !important;
    background: white;
    height: 24px;
    line-height: 17px;
    padding: 4px;
    width: 27px;
    margin-right: 7px;
    border-radius: 5px;
  }
 @media only screen and (max-width: 600px) {
     .carousel-inner1{
        width:100% !important;    
    }
     .headerlogo{
        width: 180px;
    }
    .headernew {background: #0f172a;padding: 12px 0px;}
 }
  
 /*******************************************************************************/
 
  /* Demo Content Section */
        .demo-content-section {
            max-width: 800px;
            margin: 0 auto;
            background: white;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .demo-content-section h1 {
            color: #333;
            margin-bottom: 20px;
        }

        .demo-content-section p {
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        /* Popup Overlay */
        .popup-overlay-panel {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 999;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .popup-overlay-panel.visible {
            display: block;
            opacity: 1;
        }

        /* Popup Container */
        .popup-slide-panel {
            position: fixed;
            right: -500px;
            top: 50%;
            transform: translateY(-50%);
            width: 450px;
            max-width: 90%;
            background: white;
            border-radius: 15px 0 0 15px;
            box-shadow: -5px 0 30px rgba(0,0,0,0.3);
            z-index: 1000;
            transition: right 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            max-height: 90vh;
            overflow-y: auto;
        }

        .popup-slide-panel.slide-in-active {
            right: 0;
        }

        /* Close Button */
        .popup-close-button {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            color: #999;
            cursor: pointer;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.3s;
            z-index: 10;
        }

        .popup-close-button:hover {
            color: #333;
        }

        /* Modal Content */
        .signup-content-container {
            padding: 17px 22px;
        }

        .signup-header-wrapper {
            margin-bottom: 0px;
            text-align: center;
        }

        .signup-header-wrapper h2 {
            font-size: 27px;
            color: #4b4b8c;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .signup-header-wrapper p {
            color: #666;
            font-size: 14px;
        }

        /* Form Groups */
        .input-field-wrapper {
            margin-bottom: 20px;
        }

        .input-field-wrapper label {
            text-transform: uppercase;
            letter-spacing: 0.5px;
            display: block;
            color: #333;
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .icon-input-group {
            position: relative;
            display: flex;
            align-items: center;
        }

        .icon-input-group i {
            position: absolute;
            left: 15px;
            color: #747272;
            font-size: 16px;
        }

        .country-code-wrapper {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .country-code-text {
            font-size: 14px;
            color: #666;
        }

        .form-input-field {
            width: 100%;
            padding: 12px 15px 12px 45px;
            border: 1px solid #938c8c;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s;
            outline: none;
        }

        .form-input-field:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .error-message-display {
            color: #e74c3c;
            font-size: 12px;
            margin-top: 5px;
            display: block;
        }

        /* Terms Container */
        .terms-agreement-box {
            margin: 0px 0;
            background: #f8f9fa;
            padding: 11px;
            border-radius: 8px;
        }

        .terms-item-row {
            margin-bottom: 5px;
        }

        .terms-item-row:last-child {
            margin-bottom: 0;
        }

        .terms-description {
            font-size: 13px;
            color: #666;
            line-height: 1.5;
        }

        .terms-description a {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
        }

        .terms-description a:hover {
            text-decoration: underline;
        }

        /* Submit Button */
        .signup-submit-button {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .signup-submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .signup-submit-button:active {
            transform: translateY(0);
        }

        /* Toggle Link */
        .auth-toggle-wrapper {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            color: #666;
        }

        .auth-toggle-wrapper a {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
            cursor: pointer;
        }

        .auth-toggle-wrapper a:hover {
            text-decoration: underline;
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }

        .fade-in-effect {
            animation: fadeIn 0.5s ease;
        }

        /* Scrollbar Styling */
        .popup-slide-panel::-webkit-scrollbar {
            width: 6px;
        }

        .popup-slide-panel::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .popup-slide-panel::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 3px;
        }

        .popup-slide-panel::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        /* Timer Display */
        .countdown-timer-panel {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background: white;
            padding: 15px 25px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            font-size: 14px;
            color: #333;
            z-index: 998;
        }

        .countdown-timer-panel strong {
            color: #667eea;
            font-size: 18px;
        }

        /* Right Side Sticky "Invest Now" Button */
        .floating-invest-button {
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg);
            transform-origin: right center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 15px 35px;
            border: none;
            border-radius: 10px 10px 0 0;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            box-shadow: -3px 0 20px rgba(0,0,0,0.3);
            z-index: 997;
            transition: all 0.4s ease;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .floating-invest-button:hover {
            background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
            padding: 15px 40px;
            box-shadow: -5px 0 25px rgba(0,0,0,0.4);
        }

        .floating-invest-button i {
            margin-right: 10px;
            animation: pulse-animation 2s infinite;
        }

        @keyframes pulse-animation {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
        }

        /* Hide button when popup is open */
        .floating-invest-button.hidden-state {
            right: -250px;
            transition: right 0.3s ease;
        }

        @media (max-width: 768px) {
            .popup-slide-panel {
                width: 100%;
                border-radius: 0;
                right: -100%;
            }

            .signup-content-container {
                padding: 30px 20px;
            }

            .floating-invest-button {
                font-size: 14px;
                padding: 12px 25px;
            }

            .floating-invest-button:hover {
                padding: 12px 28px;
            }
        } 
  
  
  