/* Custom styles for sticky menu */
        .sticky-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020;
            background: white;
        }

        /* Optional: Add shadow to the navbar when sticky */
        .navbar-sticky-shadow {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        :root {
            --primary3423422: #002147;
            --secondary3423422: #ef6a23;
            --light3423422: #f8f9fa;
            --dark3423422: #212529;
        }

        body {
            font-family: "Noto Sans";
            color: #333;
            line-height: 1.6;
        }

        /* Hero Section */
        h2 {
            font-size: 1.8rem;
        }

        h1 {
            font-size: 2.3rem;
        }
        h3{
            font-size: 1.2rem;
        }
        p{
            font-size: 1.1rem;
        }

        @media (max-width: 767px) {
            h2 {
                font-size: ;
            }

            h1 {
                font-size: ;
            }
        }

        .hero-section3423422 {
            background: #002147!important;
            color: white;
            padding: 45px 0;
            position: relative;
            overflow: hidden;
        }

        @media (max-width: 1047px) {
            .hero-section3423422 {
                padding: 150px 0 40px;
            }
        }

        .hero-section3423422::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 40%;
            height: 100%;
            /* background: url('https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat; */
            background-size: cover;
            opacity: 0.1;
            z-index: 0;
        }

        .hero-title3423422 {
            font-weight: 700;
           
            margin-bottom: 1.5rem;
        }

        .hero-subtitle3423422 {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            /* max-width: 600px; */
        }

        .btn-action3423422 {
            background-color: var(--secondary3423422);
            border-color: var(--secondary3423422);
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
            color: white;
        }

        .btn-action3423422:hover {
            background-color: #d85c1a;
            border-color: #d85c1a;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(239, 106, 35, 0.3);
            color: white;
        }

        /* How It Works Section */
        .how-works3423422 {
            padding: 100px 0 50px;
            /*background-color: var(--light3423422);*/
        }

        .section-title3423422 {
            color: var(--primary3423422);
            font-weight: 700;
            margin-bottom: 3rem;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title3423422::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 80px;
            height: 4px;
            background-color: var(--secondary3423422);
        }

        /* .transforms3423422 .section-title3423422::after {
            left: 50%;
        }
        .who-needs3423422 .section-title3423422::after {
            left: 50%;
        }
        .extra-benefits3423422 .section-title3423422::after {
            left: 50%;
        }
        .export-formats3423422 .section-title3423422::after {
            left: 50%;
        } */
        .transforms3423422 .section-title3423422::after,
        .who-needs3423422 .section-title3423422::after,
        .extra-benefits3423422 .section-title3423422::after,
        .export-formats3423422 .section-title3423422::after {
            left: 50%;
        }

        .faqs3423422 .section-title3423422::after {
            left: 46.5%;
        }

        @media (max-width: 767px) {

            .who-needs3423422 .section-title3423422::after,
            .transforms3423422 .section-title3423422::after,
            .export-formats3423422 .section-title3423422::after,
            .faqs3423422 .section-title3423422::after {
                left: 40.5%;
            }

        }

        .step-card3423422 {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.3s ease;
            border-bottom: 4px solid transparent;
        }

        .step-card3423422:hover {
            transform: translateY(-10px);
            border-bottom: 4px solid var(--secondary3423422);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .step-number3423422 {
            background-color: var(--primary3423422);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .step-title3423422 {
            color: var(--primary3423422);
            font-weight: 600;
            margin-bottom: 15px;
        }

        /* Benefits Section */
        .benefits3423422 {
            padding: 50px 0;
            /* background: linear-gradient(to right, rgba(0, 33, 71, 0.95), rgba(0, 33, 71, 0.8)),
                url('https://images.unsplash.com/photo-1551434678-e076c223a692?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80'); */
            background-size: cover;
            background-position: center;
            color: var(--primary3423422);
            background-color: white;
        }

        .benefits3423422 .section-title3423422 {
            color: var(--primary3423422);
            text-align: center;
        }

        .benefits3423422 .section-title3423422::after {
            left: 50%;
            transform: translateX(-50%);
        }

        .benefit-card3423422 {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 30px;
            backdrop-filter: blur(5px);
            height: 100%;
            transition: all 0.3s ease;
            border: 1px solid #00214742;
            /* border-left: 3px solid transparent; */
        }

        .benefit-card3423422:hover {
            background: rgba(255, 255, 255, 0.15);
            /* border-left: 3px solid var(--secondary3423422); */
            transform: scale(1.03);
            box-shadow: #d85c1a 1px 1px 5px;
        }


        .benefit-card3423422 .benefit-icon3423422 i {
            width: 60px;
            height: 60px;
            background-color: #00214710;
            color: var(--secondary3423422);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }


        .benefit-icon3423422 {
            color: var(--secondary3423422);
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .benefit-title3423422 {
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--primary3423422);
        }

        /* What Is Section */
        .what-is3423422 {
            padding: 50px 0;
            background-color: white;
        }

        .what-is-content3423422 {
            padding: 30px;
            border-radius: 10px;
            background-color: #f8f9fa;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .what-is-image3423422 {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            height: 100%;
            min-height: 400px;
            background: url('https://images.unsplash.com/photo-1555949963-aa79dcee981c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center;
            background-size: cover;
        }

        /* How It Transforms Section */
        .transforms3423422 {
            padding: 100px 0;
            /*background-color: #f8f9fa;*/
            position: relative;
            overflow: hidden;
        }

        .transforms3423422::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background-color: rgba(239, 106, 35, 0.1);
            border-radius: 50%;
            transform: translate(150px, -150px);
        }

        .transforms3423422::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 200px;
            background-color: rgba(0, 33, 71, 0.1);
            border-radius: 50%;
            transform: translate(-100px, 100px);
        }

        .transform-item3423422 {
            background: white;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            position: relative;
            z-index: 1;
            border-top: 3px solid var(--primary3423422);
            transition: all 0.3s ease;
        }

        .transform-item3423422 h3 {
            font-weight: bold;
        }

        .transform-item3423422:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            border-top: 3px solid var(--secondary3423422);
        }

        .transform-icon3423422 {
            width: 60px;
            height: 60px;
            background-color: var(--primary3423422);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .transform-item3423422:hover .transform-icon3423422 {
            background-color: var(--secondary3423422);
        }

        /* Who Needs Section Styles */
        .who-needs3423422 {
            /*background-color: #f8f9fa;*/
            position: relative;
            overflow: hidden;
        }

        .user-card3423422 {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.3s ease;
            border-left: 4px solid var(--primary3423422);
        }

        .user-card3423422:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            border-left: 4px solid var(--secondary3423422);
        }

        .user-icon3423422 {
            color: var(--primary3423422);
            font-size: 2.5rem;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .user-card3423422:hover .user-icon3423422 {
            color: var(--secondary3423422);
        }

        .user-title3423422 {
            color: var(--primary3423422);
            font-weight: 600;
            margin-bottom: 15px;
        }

        /* Key Reasons Section Styles */
        .key-reasons3423422 {
            background: linear-gradient(135deg, var(--primary3423422) 0%, #001529 100%);
            color: white;
            position: relative;
        }

        .key-reasons3423422 .section-title3423422 {
            color: white;
        }

        .key-reasons3423422 .section-title3423422::after {
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--secondary3423422);
        }

        .reason-card3423422 {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 30px;
            height: 100%;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
            border-bottom: 3px solid transparent;
        }

        .reason-card3423422:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-10px);
            border-bottom: 3px solid var(--secondary3423422);
        }

        .reason-icon3423422 {
            color: var(--secondary3423422);
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        /* Academic Editing Section Styles */
        .academic-editing3423422 {
            background-color: white;
        }

        .academic-content3423422 {
            padding: 30px;
            border-radius: 10px;
            background-color: #f8f9fa;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .academic-image3423422 {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        /* Credibility Section Styles */
        .credibility3423422 {
            /*background-color: #f8f9fa;*/
        }

        .credibility-content3423422 {
            padding: 30px;
            border-radius: 10px;
            background-color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .credibility-image3423422 {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        /* Extra Benefits Section Styles */
        .extra-benefits3423422 {
            /*background: linear-gradient(to right, #f8f9fa, #e9ecef);*/
            position: relative;
        }

        .benefit-box3423422 {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.3s ease;
            border-top: 4px solid var(--primary3423422);
        }

        .benefit-box3423422:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            border-top: 4px solid var(--secondary3423422);
        }

        .benefit-header3423422 {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .benefit-icon-box3423422 {
            width: 60px;
            height: 60px;
            background-color: var(--primary3423422);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-right: 20px;
            transition: all 0.3s ease;
        }

        .benefit-box3423422:hover .benefit-icon-box3423422 {
            background-color: var(--secondary3423422);
        }

        .benefit-header3423422 h3 {
            color: var(--primary3423422);
            font-weight: 600;
            margin-bottom: 0;
            font-size: 1.25rem;
        }

        /* Export Formats Section Styles */
        .export-formats3423422 {
            /*background: linear-gradient(to right, #f8f9fa, #e9ecef);*/
            position: relative;
            overflow: hidden;
        }

        .export-formats3423422::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background-color: rgba(239, 106, 35, 0.05);
            border-radius: 50%;
            transform: translate(150px, -150px);
            z-index: 0;
        }

        .export-formats3423422::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
            height: 200px;
            background-color: rgba(0, 33, 71, 0.05);
            border-radius: 50%;
            transform: translate(-100px, 100px);
            z-index: 0;
        }

        .formats-container3423422 {
            position: relative;
            z-index: 1;
        }

        .format-card3423422 {
            background: white;
            border-radius: 10px;
            padding: 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .format-card3423422::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, var(--primary3423422), var(--secondary3423422));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
        }

        .format-card3423422:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .format-card3423422:hover::before {
            transform: scaleX(1);
        }

        .format-icon3423422 {
            font-size: 3rem;
            color: var(--primary3423422);
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .format-card3423422:hover .format-icon3423422 {
            color: var(--secondary3423422);
            transform: scale(1.1);
        }

        .format-title3423422 {
            color: var(--primary3423422);
            font-weight: 600;
            margin-bottom: 15px;
        }

        .format-link3423422 {
            color: var(--secondary3423422);
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .format-link3423422 i {
            margin-left: 5px;
            transition: all 0.3s ease;
        }

        .format-link3423422:hover {
            color: var(--primary3423422);
        }

        .format-link3423422:hover i {
            transform: translateX(5px);
        }

        /* FAQs Section Styles */
        .faqs3423422 {
            background-color: white;
        }

        .faq-item3423422 {
            margin-bottom: 15px;
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .faq-item3423422:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .faq-button3423422 {
            background-color: white;
            color: var(--primary3423422);
            font-weight: 600;
            padding: 20px;
            box-shadow: none;
        }

        .faq-button3423422:not(.collapsed) {
            background-color: var(--primary3423422);
            color: white;
        }

        .faq-button3423422:focus {
            box-shadow: none;
            border-color: var(--primary3423422);
        }

        .faq-body3423422 {
            padding: 20px;
            background-color: #f8f9fa;
        }

        .faq-more3423422 {
            font-size: 1.1rem;
            margin-top: 30px;
        }

        .faq-contact3423422 {
            color: var(--secondary3423422);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .faq-contact3423422:hover {
            color: var(--primary3423422);
            text-decoration: underline;
        }



        .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        }
        
        /* Top Bar Styles */
        .top-bar {
            background-color: #2C2C2C;
            padding: 10px 0;
            color: white;
        }

        .top-bar a {
            color: white;
            text-decoration: none;
            font-size: 14px;
        }

        /* Desktop Menu Styles */
        @media (min-width: 992px) {
            .desktopmenurp-new .navbar {
                padding: 15px 0;
                background: white;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            }

            .desktopmenurp-new .mega-menu {
                display: none;
                position: absolute;
                left: 0;
                top: 100%;
                width: 250px;
                background: white;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                z-index: 1000;
                border-radius: 8px !important;
            }

            .desktopmenurp-new .left-menu {
                width: 250px;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .desktopmenurp-new .left-menu>li>a {
                padding: 12px 15px;
                display: block;
                color: #002d60;
                text-decoration: none;
                font-size: 17px;
                position: relative;
            }

            .desktopmenurp-new .left-menu>li>a:hover {
                color: #0067bb;
                text-decoration: underline;
            }

            .desktopmenurp-new .has-submenu>a:after {
                font-family: 'FontAwesome';
                content: "\f061";
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 20px;
            }

            .desktopmenurp-new .submenu {
                position: absolute;
                left: 250px;
                top: 0;
                height: 495px;
                width: 250px;
                background: #002147;
                padding: 15px;
                display: none;
            }

            .desktopmenurp-new .submenu a {
                color: white;
                text-decoration: none;
                padding: 8px 0;
                display: block;
                font-size: 17px;
            }

            .desktopmenurp-new .nav-item:hover .mega-menu {
                display: block;
            }

            .desktopmenurp-new .left-menu>li:hover .submenu {
                display: block;
            }
        }

        /* Button Styles */
        .desktopmenurp-new .order-now {
            background: #ef6a23;
            color: white !important;
            padding: 8px 20px !important;
            border-radius: 4px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            color: #212529;
            font-size: 17px !important;
            margin-right: 10px;
        }

        .signinroot:hover {
            background: black !important;
            color: white;
        }

        .top-bar .btn-link {
            text-decoration: none;
            padding: 0.25rem 0.5rem;
        }

        .top-bar .btn-link:hover {
            color: #ffffff !important;
            opacity: 0.8;
        }

        .top-bar .fa-shopping-cart {
            font-size: 1.1rem;
        }

        body {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        /* Header */
        .mobile-menu-rp-show .header-bar {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            background: white;
            padding: 0px 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            z-index: 1030;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .mobile-menu-rp-show .site-logo {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            text-decoration: none;
        }

        .mobile-menu-rp-show .site-logo:hover {
            text-decoration: none;
            color: #333;
        }

        .mobile-menu-rp-show .menu-btn {
            background: transparent;
            border: none;
            padding: 8px;
            cursor: pointer;
        }

        .mobile-menu-rp-show .menu-btn i {
            font-size: 2rem;
            color: #333;
        }

        /* Offcanvas */
        .mobile-menu-rp-show .offcanvas {
            position: fixed;
            top: 0;
            right: -320px;
            width: 320px;
            height: 100%;
            background: white;
            z-index: 1050;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        }

        .mobile-menu-rp-show .offcanvas.show {
            right: 0;
        }

        .mobile-menu-rp-show .offcanvas-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1040;
            display: none;
        }

        .mobile-menu-rp-show .offcanvas-backdrop.show {
            display: block;
        }

        .mobile-menu-rp-show .offcanvas-header {
            padding: 15px;
            border-bottom: 1px solid #dee2e6;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: white;
        }

        .mobile-menu-rp-show .offcanvas-title {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 500;
        }

        .mobile-menu-rp-show .btn-close {
            background: transparent;
            border: none;
            font-size: 1.75rem;
            line-height: 1;
            color: #000;
            opacity: 0.75;
            padding: 0 5px;
            cursor: pointer;
        }

        .mobile-menu-rp-show .btn-back {
            background: transparent;
            border: none;
            font-size: 1.5rem;
            padding: 0 5px;
            margin-right: 10px;
            cursor: pointer;
        }

        .mobile-menu-rp-show .offcanvas-body {
            flex: 1;
            padding: 0;
            overflow-y: auto;
        }

        /* Navigation */
        .mobile-menu-rp-show .nav-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .mobile-menu-rp-show .nav-item {
            border-bottom: 1px solid #dee2e6;
        }

        .mobile-menu-rp-show .nav-link {
            display: block;
            padding: 15px;
            color: #333;
            text-decoration: none;
            transition: background-color 0.2s;
        }

        .mobile-menu-rp-show .nav-link:hover {
            background-color: #f8f9fa;
            text-decoration: none;
            color: #333;
        }

        .mobile-menu-rp-show .has-submenu {
            position: relative;
        }

        .mobile-menu-rp-show .has-submenu::after {
            content: "›";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.5rem;
            color: #999;
        }

        /* Submenu */
        .mobile-menu-rp-show .submenu {
            display: none;
        }

        #nav_su.mobile-menu-rp-showb .offcanvas-body {
            display: flex;
            flex-direction: column;
        }

        #nav_su.mobile-menu-rp-showb .intro {
            padding: 15px;
            margin: 0;
            background: white;
            font-size: 0.9rem;
            color: #666;
            border-bottom: 1px solid #eee;
        }

        .mobile-menu-rp-show .submenu-content {
            flex: 1;
            overflow-y: auto;
        }

        /* Main Content */
        .mobile-menu-rp-show .main-content {
            padding-top: 80px;
            padding: 80px 20px 20px;
        }

        .mobile-menu-rp-show .btn-close {
            background: transparent;
            border: none;
            font-size: 1.75rem;
            color: #000;
            /* Ensure black color */
            line-height: 1;
            opacity: 0.75;
            padding: 0 5px;
            cursor: pointer;
        }

        .mobile-menu-rp-show .btn-close:hover {
            opacity: 1;
            color: #333;
            /* Slightly darker color on hover */
        }

        .color-change {
            animation: colorChange 3s infinite;
        }

        @keyframes colorChange {
            0% {
                color: #ff0000;
            }

            25% {
                color: #00ff00;
            }

            50% {
                color: #0000ff;
            }

            75% {
                color: #ff00ff;
            }

            100% {
                color: #ff0000;
            }
        }


        @media (min-width: 1200px) {
            .mobile-menu-rp-show {
                display: none;
            }
        }

        @media (max-width: 1200px) {
            .desktopmenurp-new {
                display: none !important;
            }
        }

        @media (max-width: 1200px) {
            .top-bar {
                display: none !important;
            }
        }

        .btn.btn-sectiond {
            background-color: #ef6a23;
            font-size: 16px;
            padding: 10px 20px;
            color: #fff;
            border-radius: .3rem;
            font-weight: 500;
        }

        .btn.btn-sectiona {
            background-color: #002d60;
            font-size: 16px;
            padding: 10px 20px;
            color: #fff;
            border-radius: .3rem;
        }
        
        /*      sidebar icon    */
           /* Unique CSS selector using number 5634343 */
        .scribbr-sidebar-5634343 {
            --sidebar-width: 60px;
            --sidebar-expanded-width: 350px;
            --transition-speed: 0.3s;
            --border-radius: 8px;
            --header-color: #1e3a8a;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
            background-color: white;
            padding-bottom: 0; /* Ensure there's no extra padding */
            margin: 0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
        .page-container-5634343 {
            display: flex;
            flex: 1;
            position: relative;
        }
        
        .sidebar-container-5634343 {
            position: relative;
            width: 60px;
            min-width: 60px;
            height: 100%;
            background-color: white;
            border-right: 1px solid rgba(0, 0, 0, 0.05);
            display: none; /* Hide by default */
        }
        
        .sidebar-5634343 {
            position: fixed;
            width: 60px;
            height: calc(100% - 200px); /* Adjust height to leave space for footer */
            background-color: #f8f9fa;
            transition: width 0.3s, opacity 0.3s;
            overflow: hidden;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        /* Only show sidebar on desktop */
        @media (min-width: 992px) {
            .sidebar-container-5634343 {
                display: block;
            }
        }
        
        .sidebar-5634343:hover {
            width: 350px;
        }
        
        .sidebar-hidden {
            opacity: 0;
            pointer-events: none;
        }
        
        .sidebar-header-5634343 {
            position: absolute;
            top: 20px;
            padding: 10px;
            width: 100%;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.3s;
            text-align: center;
            text-decoration: none;
            color: inherit;
        }
        
        .sidebar-5634343:hover .sidebar-header-5634343 {
            opacity: 1;
        }
        
        .sidebar-header-5634343 h5 {
            font-size: 18px;
            margin: 0;
            font-weight: 700;
            color: #1e3a8a;
        }
        
        .sidebar-items-5634343 {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 0 5px;
        }
        
        .sidebar-item-5634343 {
            display: flex;
            align-items: center;
            padding: 10px;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
        }
        
        .sidebar-item-5634343:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }
        
        .icon-wrapper-5634343 {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-right: 16px;
            flex-shrink: 0;
        }
        
        .icon-image-5634343 {
            width: 40px;
            height: 36px;
            object-fit: contain;
        }
        
        .item-text-5634343 {
            white-space: nowrap;
            transition: opacity 0.3s;
            opacity: 0;
        }
        
        .sidebar-5634343:hover .item-text-5634343 {
            opacity: 1;
        }
        
        .item-text-5634343 strong {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-bottom: 2px;
        }
        
        .item-text-5634343 small {
            font-size: 12px;
            color: #6c757d;
            display: block;
        }
        
        .text-summarizer-5634343 {
            background-color: #FCF2F8;
        }
        
        .ai-proofreader-5634343 {
            background-color: #F1FCEE;
        }
        
        .plagiarism-checker-5634343 {
            background-color: #FCF5FF;
        }
        
        .proofreading-editing-5634343 {
            background-color: #FFF8EC;
        }
        
        .ai-detector-5634343 {
            background-color: #EFF8FC;
        }
        
        .ai-humanizer-5634343 {
            background-color: #FFF7F2;
        }
        
        .main-content-5634343 {
            flex: 1;
            /*padding: 25px;*/
            width: 100%;
            max-width: 100%;
        }
        
        /* Adjust main content width on desktop */
        @media (min-width: 992px) {
            .main-content-5634343 {
                max-width: calc(100% - 60px);
            }
        }

        /* Footer Styles */
        .footer-5634343 {
            width: 100%;
            background-color: #1e3a8a;
            color: white;
            padding: 40px 0;
            margin-top: auto;
        }

        .footer-content-5634343 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-column-5634343 {
            flex: 1;
            min-width: 200px;
            margin-bottom: 30px;
        }

        .footer-column-5634343 h4 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #fff;
            font-weight: 600;
        }

        .footer-column-5634343 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column-5634343 ul li {
            margin-bottom: 10px;
        }

        .footer-column-5634343 ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s;
            font-size: 14px;
        }

        .footer-column-5634343 ul li a:hover {
            color: #ffffff;
        }

        .footer-bottom-5634343 {
            text-align: center;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
        }

        .social-icons-5634343 {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons-5634343 a {
            color: white;
            font-size: 20px;
            transition: opacity 0.3s;
        }

        .social-icons-5634343 a:hover {
            opacity: 0.8;
        }

        @media (max-width: 768px) {
            .footer-content-5634343 {
                flex-direction: column;
            }
            
            .footer-column-5634343 {
                width: 100%;
                margin-bottom: 30px;
            }
        }
        
        .desktopmenurp-new .first-menu{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.desktopmenurp-new .first-menu .submenu{
     border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}