  .portal-icon{
            background-color: #E32329;
            border-radius: 5px;
            padding: 5px 10px;
        }
        .portal-icon a:hover{
            color: white !important;
        }
        .footer-container {
            padding: 50px 10px;
            background: #1C1C1C;
        }

        .footer-logo {
            width: 253px;
            height: 116px;
        }

        .bg-light-theme {
            background: #f1f2f6;
        }

        .footer-text {
            color: #ffffff !important;
            margin-top: 10px;
            font-size: 15px;
        }

        .footer-right-cnt-1 {
            margin-top: 30px;
        }

        .quick-links {
            margin-bottom: 30px;
            font-size: 16px;
            font-weight: 600;
            color: #E32329;
        }

        .nav-item-footer a {
            color: #ffffff !important;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
        }

        .footer-icon {
            width: 18px;
            height: 18px;
        }

        .footer-icon-message {
            width: 17px;
            height: 10px;
            margin-right: 3px;
        }

        .privacy-policy {
            margin: 0px;
            font-size: 14px;
        }

        .bottom-last {
            padding: 5px 50px;
            background-color: #E32329;
            color: white;
        }

        .footer-logo-heading-2 {
            font-size: 36px;
            font-weight: 400;
            color: #ffffff;
        }

        .footer-logo-heading-1 {
            font-size: 36px;
            font-weight: 400;
            color: #E32329;
            margin-bottom: 0px !important;
        }

        .social-icon-mini {
            width: 14px;
            height: 14px;
            transition: transform 0.3s ease, filter 0.3s ease;
        }

        .icon-header-section {
            margin-left: 40px;
        }

        .social-icon-wrapper {
            cursor: pointer;
        }

        .social-icon-wrapper:hover .social-icon-mini {
            filter: brightness(0) invert(1);
            transform: scale(1.2);
            cursor: pointer;
        }
        .footer-mobile-container {
            display: none;
        }

        @media only screen and (min-width: 600px) and (max-width: 768px) {
            .icon-header-section {
                margin-left: 0px !important;
            }

            .social-icon-mini {
                width: 12px;
                height: 12px;
                transition: transform 0.3s ease, filter 0.3s ease;
            }
        }

        @media only screen and (min-width: 0px) and (max-width: 600px) {
            .footer-logo {
                width: 70%;
                height: auto;
            }

            .icon-header-section {
                margin-left: 0px !important;
            }

            .sm-start {
                align-items: start !important;
            }

            .sm-column {
                display: flex;
                flex-direction: column;
                padding-top: 10px !important;
            }

            .top-email, .top-number {
                font-size: 12px;
                margin-right: 0px;
            }

            .top-number {
                margin-left: 5px;
            }

            .icon-header-section, .contact-info-section {
                display: none !important;
            }

            .top-address {
                justify-content: center !important;
            }

            .top-address .toggle-section {
                display: flex !important;
                align-items: center;
                justify-content: center;
                width: 100%;
            }

            .toggle-title {
                color: #ffffff;
                font-size: 14px;
                font-weight: 500;
                text-align: center;
            }

            .text-danger {
                color: #E32329 !important;
            }

            .trial-button {
                width: 20px;
                height: 20px;
                margin-left: 10px;
                color: #ffffff;
                font-size: 14px;
                transition: transform 0.3s ease;
            }

            .trial-button:hover {
                transform: scale(1.2);
            }

            #download-banner {
                display: none !important;
            }

            .mobile-nav {
                background-color: #000000 !important;
            }

            .navbar-collapse {
                position: fixed;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100vh;
                background-color: #E32329;
                z-index: 9999;
                padding: 0;
                margin: 0;
                transition: left 0.3s ease-in-out;
            }

            .navbar-collapse.show {
                left: 0;
            }

            .navbar-nav {
                background-color: #E32329;
                padding: 0;
                margin: 0;
                height: 100vh;
                overflow-y: auto;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .navbar-nav::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

            .mobile-menu-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
                border-bottom: 2px solid white;
                background-color: #000000;
            }

            .mobile-menu-logo {
                color: white;
                font-size: 14px;
                font-weight: bold;
                text-decoration: none;
            }

            .mobile-menu-close {
                background: none;
                border: none;
                color: white;
                font-size: 20px;
                cursor: pointer;
                padding: 5px;
            }

            .mobile-explore-section {
                padding: 20px;
                border-top: 2px solid white;
                background-color: #E32329;
            }

            .mobile-explore-btn {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background-color: white;
                color: #E32329;
                padding: 15px 20px;
                border-radius: 5px;
                text-decoration: none;
                font-weight: bold;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                transition: all 0.3s ease;
            }

            .mobile-explore-btn:hover {
                background-color: rgba(255, 255, 255, 0.9);
                color: #E32329;
                transform: translateY(-2px);
            }

            .navbar-nav .nav-item {
                border-bottom: 2px solid white;
                margin: 0;
                padding: 0;
            }

            .navbar-nav .nav-item:last-child {
                border-bottom: none;
            }

            .navbar-nav .nav-link {
                color: white !important;
                font-size: 16px;
                font-weight: 500;
                padding: 15px 20px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
                transition: all 0.3s ease;
                border: none;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .navbar-nav .nav-link:hover {
                background-color: rgba(255, 255, 255, 0.1);
                color: white !important;
            }

            .mobile-main-link {
                position: relative;
            }

            .mobile-expand-icon {
                font-size: 14px;
                transition: transform 0.3s ease;
            }

            .mobile-main-link[aria-expanded="true"] .mobile-expand-icon {
                transform: rotate(45deg);
            }

            .mobile-submenu {
                background-color: rgba(0, 0, 0, 0.8);
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .mobile-submenu li {
                border-bottom: 1px solid white;
            }

            .mobile-submenu li:last-child {
                border-bottom: none;
            }

            .mobile-submenu a {
                color: white !important;
                padding: 12px 40px;
                font-size: 14px;
                text-decoration: none;
                display: block;
                transition: all 0.3s ease;
            }

            .mobile-submenu a:hover {
                background-color: rgba(255, 255, 255, 0.1);
                color: white !important;
                transform: translateX(10px);
            }

            .navbar-nav .dropdown-menu {
                background-color: rgba(0, 0, 0, 0.8);
                border: none;
                margin: 0;
                border-radius: 0;
                box-shadow: none;
                padding: 0;
            }

            .navbar-nav .dropdown-item {
                color: white;
                padding: 12px 40px;
                font-size: 14px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                transition: all 0.3s ease;
            }

            .navbar-nav .dropdown-item:last-child {
                border-bottom: none;
            }

            .navbar-nav .dropdown-item:hover {
                background-color: rgba(255, 255, 255, 0.1);
                color: white;
                transform: translateX(10px);
            }

            .nav-item.dropdown .dropdown-toggle::after {
                float: right;
                margin-top: 8px;
                border-top: 5px solid white;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
            }

            .navbar-nav .dropdown-toggle {
                color: white !important;
                position: relative;
            }

            .dropdown-menu.show {
                display: block;
                width: 100%;
                position: static;
                float: none;
            }

            .navbar-toggler-head {
                background-color: #E32329 !important;
                border: 2px solid white !important;
                border-radius: 5px;
                padding: 8px 12px;
            }

            .navbar-toggler-head:focus {
                box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
            }

            .hamburger-icon {
                color: white !important;
                font-size: 20px;
            }

            body.mobile-nav-open #download-banner {
                display: none !important;
            }

            .gw-wrapper {
                height: 100%;
                max-width: 480px;
                margin: 0 auto;
                padding: 0 24px 32px;
                color: #FFFFFF;
                background: #000000;
                overflow-y: scroll;
                scrollbar-width: none;
                -ms-overflow-style: none;
                max-height: 90vh;
            }

            .gw-wrapper::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

            .gw-brand {
                font-weight: 800;
                font-size: 26px;
                line-height: 1.1;
                padding-top: 18px;
                letter-spacing: .04em;
            }

            .gw-lang-btn {
                margin-top: 16px;
                height: 36px;
                width: 100%;
                border: 1px solid #6B6B6B;
                background: transparent;
                color: #FFFFFF;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 0 12px;
                border-radius: 2px;
                font-weight: 600;
                letter-spacing: .02em;
            }

            .gw-socials {
                align-items: center;
                justify-content: center;
                margin-top: 16px;
                display: flex;
                gap: 10px;
            }

            .gw-icon-btn {
                width: 40px;
                height: 40px;
                display: grid;
                place-items: center;
                background: transparent;
                border: none;
                color: #FFFFFF;
                padding: 0;
                border-radius: 4px;
            }

            .gw-icon {
                width: 20px;
                height: 20px;
                fill: currentColor;
            }

            .gw-icon-outline {
                stroke: currentColor;
                stroke-width: 1.6;
                fill: none;
            }

            .gw-hr {
                height: 1px;
                background: #6B6B6B;
                border: 0;
                margin: 0;
            }

            .gw-nav {
                margin-top: 10px;
                padding-bottom: 50px;
            }

            .gw-item {
                border-bottom: 1px solid #E32329;
            }

            .gw-acc-btn {
                width: 100%;
                background: transparent;
                border: 0;
                color: #FFFFFF;
                text-align: left;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px 0;
                cursor: pointer;
                text-decoration: none;
            }

            .gw-acc-btn:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

            .gw-title {
                font-size: 20px;
                font-weight: 500;
                letter-spacing: .02em;
                text-transform: uppercase;
                text-decoration: none;
                font-family: 'Poppins';
            }

            .gw-plus {
                width: 20px;
                height: 20px;
                display: inline-grid;
                place-items: center;
                transition: transform .3s ease;
            }

            .gw-acc-btn[aria-expanded="true"] .gw-plus {
                transform: rotate(45deg);
            }

            .gw-panel {
                overflow: hidden;
                max-height: 0;
                transition: max-height .3s ease;
            }

            .gw-acc-btn[aria-expanded="true"] + .gw-panel {
                max-height: 320px;
            }

            .gw-submenu {
                padding: 0 0 16px 0;
                color: #BDBDBD;
                font-size: 16px;
                line-height: 1.6;
                text-align: left;
            }

            .gw-submenu li {
                list-style: none;
                padding: 5px 0;
                text-align: left;
            }

            .gw-submenu a {
                color: #FFFFFF;
                text-decoration: none;
                font-size: 16px;
                display: block;
                padding: 8px 0;
                text-align: left;
                font-family: 'Poppins';
            }

            .gw-submenu a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

            .gw-footer {
                margin-top: 24px;
                color: #FFFFFF;
                font-size: 12px;
                line-height: 1.6;
            }

            .gw-footer a {
                color: inherit;
                text-decoration: none;
            }

            .gw-footer a:hover {
                color: #FFFFFF;
            }

            .footer-mobile-container {
                display: none;
                background: #000000;
                color: #FFFFFF;
                padding: 20px 24px;
                max-width: 480px;
                margin: 0 auto;
            }

            .footer-mobile-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px;
                border-bottom: 2px solid white;
                background-color: #000000;
            }

            .footer-mobile-logo {
                height: 80px;
                width: 200px;
            }

            .footer-mobile-toggle {
                background: none;
                border: none;
                color: white;
                font-size: 20px;
                cursor: pointer;
                padding: 5px;
            }

            .footer-mobile-content {
                max-height: 1000px;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }

            .footer-mobile-container.show .footer-mobile-content {
                max-height: 1000px;
            }

            .footer-mobile-wrapper {
                padding: 0 24px 32px;
                background: #000000;
                overflow-y: auto;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .footer-mobile-wrapper::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

            .footer-mobile-text {
                color: #FFFFFF;
                font-size: 15px;
                margin-top: 20px;
                line-height: 1.6;
            }

            .footer-mobile-socials {
                display: flex;
                gap: 10px;
                justify-content: center;
                margin-top: 16px;
            }

            .footer-mobile-nav {
                margin-top: 20px;
            }

            .footer-mobile-item {
                border-bottom: 1px solid #E32329;
            }

            .footer-mobile-acc-btn {
                width: 100%;
                background: transparent;
                border: 0;
                color: #FFFFFF;
                text-align: left;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 20px 0;
                cursor: pointer;
                text-decoration: none;
            }

            .footer-mobile-acc-btn:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

            .footer-mobile-title {
                font-size: 20px;
                font-weight: 500;
                letter-spacing: .02em;
                text-transform: uppercase;
                font-family: 'Poppins';
            }

            .footer-mobile-plus {
                width: 20px;
                height: 20px;
                display: inline-grid;
                place-items: center;
                transition: transform .3s ease;
            }

            .footer-mobile-acc-btn[aria-expanded="true"] .footer-mobile-plus {
                transform: rotate(45deg);
            }

            .footer-mobile-panel {
                overflow: hidden;
                max-height: 0;
                transition: max-height .3s ease;
            }

            .footer-mobile-acc-btn[aria-expanded="true"] + .footer-mobile-panel {
                max-height: 320px;
            }

            .footer-mobile-submenu {
                padding: 0 0 16px 0;
                color: #BDBDBD;
                font-size: 16px;
                line-height: 1.6;
                text-align: left;
            }

            .footer-mobile-submenu li {
                list-style: none;
                padding: 5px 0;
                text-align: left;
            }

            .footer-mobile-submenu a {
                color: #FFFFFF;
                text-decoration: none;
                font-size: 16px;
                display: block;
                padding: 8px 0;
                text-align: left;
                font-family: 'Poppins';
            }

            .footer-mobile-submenu a:hover {
                color: #FFFFFF;
                text-decoration: none;
                transform: translateX(10px);
            }

            .footer-mobile-contact-item {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 8px 0;
            }

            .footer-mobile-contact-item img {
                width: 18px;
                height: 18px;
            }

            .footer-mobile-contact-item .footer-icon-message {
                width: 17px;
                height: 10px;
            }

            @media only screen and (max-width: 600px) {
                .footer-container {
                    display: none;
                }

                .footer-mobile-container {
                    display: block;
                }

                .bottom-last {
                    padding: 15px 20px;
                    text-align: center;
                }
            }
        }