/* 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");
        }
        
       

        
        /*      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;
        }
        .container{
            max-width: 1140px !important;
        }
        .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);*/
        /*    }*/
        /*}*/
 /* Navbar styling */
  /* .rp-new-mega-cutom-menu .navbar {*/
  /*  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);*/
  /*}*/

  .rp-new-mega-cutom-menu .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
  }

  .rp-new-mega-cutom-menu .nav-link {
    color: black !important;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 12px !important;
  }

  .rp-new-mega-cutom-menu .nav-link:hover, .rp-new-mega-cutom-menu .nav-link.active {

  }

  /* Mega menu styling */
  .rp-new-mega-cutom-menu .mega-menu-custom {
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border: none;
    border-radius: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 8px 16px 0 rgba(0, 0, 0, .05); 
    padding-top: 10px;
    min-height: 450px;
  }

  .rp-new-mega-cutom-menu .mega-menu-custom1 {
    top: 150%;
    width: 420px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border: none;
    border-radius: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 8px 16px 0 rgba(0, 0, 0, .05);
    
  }
  .rp-new-mega-cutom-menu .mega-menu-custom2{
    top: 150%;
    width: 480px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border: none;
    border-radius: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2), 0 8px 16px 0 rgba(0, 0, 0, .05);
  }

  /* Arrow styling */
  .rp-new-mega-cutom-menu .dropdown-arrow {
    position: absolute;
    top: -28px;
    color: #fff;
    transform: rotate(45deg);
    font-size: 20px;
    z-index: 1001;
    padding-top: 15px;
  }
  .rp-new-mega-cutom-menu .dropdown{
    position: none !important;
  }

  /* Mega menu content styling */
  .rp-new-mega-cutom-menu .menu-container {
    display: flex;
    background-color: transparent;
    width: 730px;
   min-height: 360px;
  }

  .rp-new-mega-cutom-menu .left-menu {
    width: 60%;
    padding: 24px 0;
  }

  .rp-new-mega-cutom-menu .right-content {
    width: 40%;
    background-color: #F7F9FC;
    border-radius: 0 16px 16px 0;
    padding:24px;
    margin: -10px 0 0;
        height: 450px;

  }

  .rp-new-mega-cutom-menu .menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .rp-new-mega-cutom-menu .menu-li {
    padding: 8px 20px;
/*       border-bottom: 1px solid #f0f0f0; */
}

.rp-new-mega-cutom-menu .menu-li:last-child {
  border-bottom: none;
}

.rp-new-mega-cutom-menu .menu-li a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
}

.rp-new-mega-cutom-menu .menu-li:hover {
  background-color: #f5f5f5;
}

.rp-new-mega-cutom-menu .menu-li img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  object-fit: cover;
}

.rp-new-mega-cutom-menu .menu-li p {
  margin: 0;
  color: #15204F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.rp-new-mega-cutom-menu .menu-li div {
  flex: 1;
}

/* Section titles */
.rp-new-mega-cutom-menu .section-title {
  color: #707DA7;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 0;

  font-weight: 700;
  color: #002147;
  border-bottom: 3px solid #002147;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

/* Service list styling */
.rp-new-mega-cutom-menu .service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rp-new-mega-cutom-menu .service-list li {
  margin-bottom: 2px;
}

.rp-new-mega-cutom-menu .service-list a {
  display: block;
  padding: 6px 10px;
  color: #002D60 !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: opacity 0.2s;
}

.rp-new-mega-cutom-menu .service-list a:hover {
  opacity: 0.7;
  color: #0067bb !important;
  text-decoration: none !important;
}

/* Tool list styling (for smaller menus) */
.rp-new-mega-cutom-menu .tool-list {
  padding: 20px 0;
}

.rp-new-mega-cutom-menu .tool-item {
  padding: 10px 30px;
/*       border-bottom: 1px solid #f0f0f0; */
}

.rp-new-mega-cutom-menu .tool-item:last-child {
  border-bottom: none;
}

.rp-new-mega-cutom-menu .tool-item a {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}

.rp-new-mega-cutom-menu .tool-item img {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  object-fit: cover;
}

.rp-new-mega-cutom-menu .tool-item p {
  margin: 0;
  color: #15204F;
  font-size: 16px;
  line-height: 1.4;

}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .rp-new-mega-cutom-menu .dropdown-menu {
    border: none;
    padding-left: 0;
  }

  .rp-new-mega-cutom-menu .mega-menu-custom,
  .rp-new-mega-cutom-menu .mega-menu-custom1 {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }

  .rp-new-mega-cutom-menu .menu-container {
    width: 100% !important;
    flex-direction: column;
  }

  .rp-new-mega-cutom-menu .left-menu,
  .rp-new-mega-cutom-menu .right-content {
    width: 100% !important;
  }

  .rp-new-mega-cutom-menu .right-content {
    border-radius: 0 0 16px 16px;
  }

  .rp-new-mega-cutom-menu .dropdown-arrow {
    display: none;
  }

  .rp-new-mega-cutom-menu .nav-link {
    padding: 10px 15px !important;
  }

  .rp-new-mega-cutom-menu .menu-li,
  .rp-new-mega-cutom-menu .tool-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .rp-new-mega-cutom-menu .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .rp-new-mega-cutom-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.rp-new-mega-cutom-menu .nav-btn1{
  padding: 4px 10px;
  background-color: #ef6a23;
  text-decoration: none;
  border-radius: 4px;
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
  border: 3px solid #ef6a23;
}
.rp-new-mega-cutom-menu .nav-btn1:hover{
  color: #353535;
}


.rp-new-mega-cutom-menu a strong{
  color: #15204F !important;
}
.rp-new-mega-cutom-menu .top-bar-action {
  font-size: 14px;
}


/* Custom styling for all dropdown items (Text color, Spacing) */
.custom-dropdown-item {
  color: #212529 !important; 
  padding-bottom: 10px; 
  font-size: 13px !important; 
}
/* Specific styling for the underline on hover */
.custom-dropdown-item:hover {
  text-decoration: underline !important;
  background-color: transparent !important; 
  color: #212529 !important; 
}
.dropdown-toggle::after{

 margin-left: .1em !important;
 vertical-align: 0.1em !important;
}

/*   mobile menu  */
/* 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 {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.05), 4px 0 8px rgba(0, 0, 0, 0.05), -4px 0 8px rgba(0, 0, 0, 0.05) !important;
    padding: 0px 9px !important;
    border-radius: 5px !important;
    color: #07052d !important;
    font-size: 32px;
}

/* 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: #07052d !important;
  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.7rem;
  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;
  line-height: 1;
  opacity: 0.75;
  padding: 0 5px;
  cursor: pointer;
  border: 1px solid black;
}
 */
.mobile-menu-rp-show  .btn-close {
  background: 0 0;
    border: none;
    font-size: 43px;
    line-height: 1;
    color: #07052d !important;
    opacity: .75;
    margin-right: 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.05), 4px 0 8px rgba(0, 0, 0, 0.05), -4px 0 8px rgba(0, 0, 0, 0.05) !important;
    padding: 0px 3px !important;
    border-radius: 5px !important;
}

.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) {
  .rp-new-mega-cutom-menu {
    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;
    }


    



/* Ensure the dropdown menu is right against the trigger or has an invisible bridge */
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    margin-top: 0; /* Remove gap so hover isn't lost */
}

/* Optional: Add a smooth fade effect */
.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.3s ease;
}

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}
      