        html,
        body {
            width: 100% !important;
            max-width: 100% !important;
            overflow-x: clip !important;
            position: relative !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        /* 2rem 1.5rem  .help-section-custom*/
        html {
            scroll-behavior: smooth;
        }

        ._section_offre .grid_offre ._card img {
            max-width: 85px !important;
            min-width: 80px;
        }

        ._section_offre .grid_offre ._card h3 {
            font-size: 12px !important;
        }

        .dodo {
            max-width: 70px !important;
        }

        ._section_slide {
            display: block;
            /* Unhide asRequested */
            /* margin: 40px 0;  .news-card*/
        }

        /* Styles pour le slider de la page d'accueil */
        .home-slider-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
        }

        .home-slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .home-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1.5s ease-in-out;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .home-slide.active {
            opacity: 1;
        }

        .services-cta {
            margin: 40px auto;
        }

        .stats-section {
            margin-bottom: 40px;
        }

        .home-slider-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            /* Overlay transparent - pas de couleur bleue */
            z-index: 2;
        }

        /* Ajustements responsives pour le slider */
        @media (max-width: 992px) {
            .company-intro-panel {
                height: 60vh;
            }

            .intro-container {
                height: 60vh !important;
            }

            .home-slide {
                background-position: center;
            }
        }

        @media (max-width: 768px) {
            .company-intro-panel {
                height: 50vh;
            }

            .intro-container {
                height: 50vh !important;
            }

            .home-slide {
                background-position: center;
            }
        }

        @media (max-width: 576px) {
            .company-intro-panel {
                height: auto;
            }

            .intro-container {
                height: 40vh !important;
            }

            .home-slide {
                background-position: center;
            }
        }

        /* Styles pour le champ de recherche */
        .search-container {
            max-width: 600px;
            margin: 20px auto 30px;
            width: 100%;
        }

        .search-form {
            width: 100%;
        }

        .search-input-wrapper {
            display: flex;
            width: 100%;
            border: 2px solid #e9ecef;
            border-radius: 50px;
            overflow: hidden;
            transition: all 0.3s ease;
            background-color: #fff;
        }

        .search-input-wrapper:focus-within {
            border-color: #00AAE4;
        }

        .search-input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            outline: none;
            font-size: 16px;
            color: #495057;
            background: transparent;
            width: 100%;
        }

        .search-input::placeholder {
            color: #adb5bd;
        }

        .search-button {
            background-color: #00AAE4 !important;
            color: white;
            border: none;
            padding: 0 25px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search-button:hover {
            background-color: #00AAE4 !important;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .search-container {
                max-width: 90%;
            }

            .search-input {
                padding: 10px 15px;
                font-size: 14px;
            }

            .search-button {
                padding: 0 20px;
            }
        }

        @media (max-width: 480px) {
            .search-input {
                padding: 8px 12px;
            }

            .search-button {
                padding: 0 15px;
            }
        }

        /* Styles pour l'overlay des actualités */
        .news-section {
            padding: 50px 0;
            background: #f8f9fa;
        }

        .news-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .news-header h3 {
            font-size: 28px;
            color: #333;
            font-weight: 700;
        }

        #news-carousel {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            /* Space for arrows */
        }

        #news-carousel,
        #news-carousel .splide__track,
        #news-carousel .splide__list,
        #news-carousel .splide__slide,
        #testimonials-carousel,
        #testimonials-carousel .splide__track,
        #testimonials-carousel .splide__list,
        #testimonials-carousel .splide__slide {
            height: auto !important;
            min-height: 0 !important;
        }

        .news-card {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            background: #fff;
            aspect-ratio: auto;
            /* Permet à la carte de s'adapter à l'image */
            margin: 0;
            width: 100%;
            max-width: 100% !important;
            min-width: 0 !important;
            height: auto !important;
            border: 2px solid transparent;
            transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
        }

        .news-card img {
            width: 100%;
            height: auto;
            /* Hauteur automatique selon l'image */
            object-fit: contain;
            /* Assure qu'il n'y a aucune découpe */
            display: block;
            background: #fff;
            transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .news-card:hover {
            border-color: #00AAE4 !important;
            box-shadow: 0 12px 24px rgba(0, 170, 228, 0.2) !important;
            transform: translateY(-8px) !important;
            /* Léger soulèvement propre au lieu d'un gros zoom de conteneur */
            z-index: 10;
        }

        .news-card:hover img {
            transform: scale(1.08);
            /* Zoom interne de l'image très fluide */
        }

        .news-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
            color: white;
            padding: 10px 15px 15px 15px;
            font-size: 13px;
            text-align: left;
            box-sizing: border-box;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            line-height: 1.4;
        }

        /* Interactivité pour les sliders */
        .home-slider-container,
        .testimonials-section {
            touch-action: pan-y;
            cursor: grab;
        }

        .home-slider-container:active,
        .testimonials-section:active {
            cursor: grabbing;
        }

        .testimonial-card {
            height: 100%;
            margin-bottom: 0;
            width: 100%;
            max-width: 100% !important;
            min-width: 0 !important;
        }

        .splide__pagination {
            bottom: -2em !important;
        }

        .splide__pagination__page.is-active {
            background: #00AAE4 !important;
        }

        /* Styles pour les flèches de navigation */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 45px;
            height: 45px;
            background: #fff;
            color: #00AAE4;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 170, 228, 0.2);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .slider-arrow:hover {
            background: #00AAE4;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-arrow.prev {
            left: 20px;
        }

        .slider-arrow.next {
            right: 20px;
        }

        #news-prev,
        #news-next {
            top: calc(50% + 30px);
            /* Ajusté pour centrer parfaitement sur les images (compense la hauteur du titre) */
            background: #fff;
            color: #00AAE4;
            border: 1px solid #00AAE4;
            z-index: 25;
        }

        #news-prev:hover,
        #news-next:hover {
            background: #00AAE4;
            color: #fff;
        }

        /* Ensure arrows are visible in testimonials */
        #testimonials-prev,
        #testimonials-next {
            background-color: white !important;
            color: #00AAE4 !important;
            border: 1px solid #eee;
        }

        #testimonials-prev:hover,
        #testimonials-next:hover {
            background-color: #00AAE4 !important;
            color: white !important;
        }

        .testimonials-container .splide__arrows {
            display: block !important;
        }

        .testimonials-container .splide__arrow {
            background: #00AAE4 !important;
            opacity: 0.8;
        }

        .testimonials-container .splide__arrow svg {
            fill: white !important;
        }

        /* Ajustements responsives pour les flèches */
        @media (max-width: 768px) {
            .news-card {
                aspect-ratio: 0/9;
                min-height: 130px;
                /* Reduced from 160px as requested */
                margin: 0;
            }

            /* Removed forced margin-right to let Splide handle gaps properly */

            #news-carousel {
                padding: 0 10px;
                width: 100% !important;
            }

            .slider-arrow {
                width: 38px;
                height: 38px;
                background: rgba(255, 255, 255, 0.4);
                /* Plus visible sur mobile */
            }

            .slider-arrow.prev {
                left: 10px;
            }

            .slider-arrow.next {
                right: 10px;
            }

            .testimonials-container .splide__arrow {
                width: 35px;
                height: 35px;
            }

            .testimonials-container .splide__arrow--prev {
                left: 5px !important;
            }

            .testimonials-container .splide__arrow--next {
                right: 5px !important;
            }

            .testimonials-container .splide__arrow {
                width: 28px;
                height: 28px;
            }
        }

        /* Styles de la recherche plein écran (Overlay Lite) */
        .search-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(8px);
            z-index: 10000;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
            padding: 60px 20px 40px;
            box-sizing: border-box;
            overflow-y: auto;
        }

        .search-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }

        .search-overlay-close-btn {
            position: absolute;
            top: 25px;
            right: 25px;
            width: 40px;
            height: 40px;
            color: #64748b;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            background: none;
        }

        .search-overlay-close-btn:hover {
            color: #ef4444;
            transform: scale(1.1);
        }

        .search-overlay-container {
            width: 100%;
            max-width: 650px;
            margin: 0 auto;
            transform: translateY(15px);
            transition: transform 0.3s ease;
        }

        .search-overlay.active .search-overlay-container {
            transform: translateY(0);
        }

        .search-overlay-header {
            text-align: left;
            margin-bottom: 25px;
        }

        .search-overlay-header h2 {
            font-size: 20px;
            font-weight: 500;
            color: #0f172a;
            margin: 0;
            letter-spacing: -0.2px;
        }

        .search-overlay-input-wrapper {
            position: relative;
            margin-bottom: 25px;
        }

        .overlay-search-input {
            width: 100%;
            padding: 10px 0 10px 30px;
            background: transparent;
            border: none;
            border-bottom: 1px solid #e2e8f0;
            border-radius: 0;
            font-size: 16px;
            color: #0f172a;
            outline: none;
            transition: border-color 0.2s ease;
            box-sizing: border-box;
        }

        .overlay-search-input:focus {
            border-color: #00AAE4;
        }

        .overlay-search-icon {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            color: #94a3b8;
            transition: color 0.2s ease;
        }

        .overlay-search-input:focus+.overlay-search-icon {
            color: #00AAE4;
        }

        .overlay-search-results {
            width: 100%;
            background: transparent;
        }

        .overlay-results-list {
            display: flex;
            flex-direction: column;
        }

        .overlay-result-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 14px 4px;
            background: transparent;
            border: none;
            border-bottom: 1px solid #f1f5f9;
            transition: background 0.2s ease;
            cursor: pointer;
            text-decoration: none;
        }

        .overlay-result-item:hover {
            background: #f8fafc;
        }

        .overlay-result-details {
            display: flex;
            flex-direction: column;
            gap: 2px;
            flex-grow: 1;
        }

        .overlay-result-title {
            font-size: 14px;
            font-weight: 500;
            color: #1e293b;
            margin: 0;
        }

        .overlay-result-desc {
            font-size: 12px;
            color: #64748b;
            margin: 0;
            line-height: 1.4;
        }

        .overlay-result-arrow {
            color: #94a3b8;
            font-size: 12px;
            transition: transform 0.2s ease;
        }

        .overlay-result-item:hover .overlay-result-arrow {
            color: #00AAE4;
            transform: translateX(3px);
        }

        .overlay-no-results {
            text-align: center;
            padding: 30px 10px;
            color: #64748b;
        }

        .overlay-no-results i {
            font-size: 28px;
            color: #94a3b8;
            margin-bottom: 10px;
        }

        .overlay-no-results p {
            margin: 0;
            font-size: 14px;
        }

        /* Styles Responsives pour le mode mobile */
        @media (max-width: 768px) {
            .search-overlay {
                padding: 40px 15px 15px;
            }

            .search-overlay-close-btn {
                top: 15px;
                right: 15px;
                width: 32px;
                height: 32px;
                font-size: 20px;
            }

            .search-overlay-container {
                max-width: 100%;
            }

            .search-overlay-header {
                margin-bottom: 15px;
                padding-right: 40px;
            }

            .search-overlay-header h2 {
                font-size: 16px;
            }

            .search-overlay-input-wrapper {
                margin-bottom: 15px;
            }

            .overlay-search-input {
                padding: 8px 0 8px 24px;
                font-size: 14px;
            }

            .overlay-search-icon {
                font-size: 14px;
            }

            .overlay-result-item {
                padding: 10px 4px;
                gap: 10px;
            }

            .overlay-result-title {
                font-size: 13px;
            }

            .overlay-result-desc {
                font-size: 11px;
            }
        }

        ._section_offre {
            position: relative;
            padding: 3.5rem 1.5rem 4rem 1.5rem !important;
            background-color: var(--primary-color) !important;
            /* Fallback */
            background-image:
                url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20320%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M0%2C96%20C480%2C256%20960%2C64%201440%2C192%20L1440%2C320%20L0%2C320%20Z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.08%22%2F%3E%3Cpath%20d%3D%22M0%2C160%20C360%2C260%20720%2C80%201080%2C200%20C1260%2C240%201380%2C200%201440%2C220%20L1440%2C320%20L0%2C320%20Z%22%20fill%3D%22%2338bdf8%22%20fill-opacity%3D%220.18%22%2F%3E%3Cpath%20d%3D%22M0%2C220%20C360%2C160%20720%2C300%201080%2C240%20C1260%2C210%201380%2C240%201440%2C270%20L1440%2C320%20L0%2C320%20Z%22%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.14%22%2F%3E%3C%2Fsvg%3E"),
                radial-gradient(circle at 80% 80%, rgba(56, 189, 248, 0.25) 0%, transparent 50%),
                radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.3) 0%, transparent 60%),
                linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
            background-size: 100% 100%, cover, cover, cover !important;
            background-position: center bottom, center, center, center !important;
            background-repeat: no-repeat !important;
            overflow: hidden;
            color: white !important;
            z-index: 1 !important;
            /* Establishes stacking context */
        }

        /* Glowing background circles */
        .search-bg-glow {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
            z-index: 1;
        }

        .search-bg-glow-1 {
            width: 350px;
            height: 350px;
            background: radial-gradient(circle, rgba(56, 189, 248, 0.25) 0%, transparent 70%);
            top: -50px;
            left: -100px;
        }

        .search-bg-glow-2 {
            width: 450px;
            height: 450px;
            background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
            bottom: -100px;
            right: -100px;
        }

        /* Waves style integrated directly into section background-image */

        ._title_container {
            position: relative;
            z-index: 2;
            text-align: center;
            margin-bottom: 2rem;
        }

        ._title_container h4 {
            font-size: 36px !important;
            font-weight: 700 !important;
            color: white !important;
            margin: 0 0 8px 0 !important;
            letter-spacing: -0.5px;
        }

        ._title_container ._subtitle {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 400;
            margin: 0;
        }

        /* Search bar styling */
        .search-container {
            position: relative;
            z-index: 2;
            max-width: 640px !important;
            margin: 0 auto 2.5rem !important;
            width: 100%;
        }

        .search-input-wrapper {
            display: flex !important;
            align-items: center !important;
            background: #ffffff !important;
            border-radius: 50px !important;
            padding: 6px 6px 6px 24px !important;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
            border: none !important;
            transition: all 0.3s ease !important;
            height: 54px !important;
            box-sizing: border-box !important;
        }

        .search-input-wrapper:focus-within {
            box-shadow: 0 10px 25px rgba(0, 118, 245, 0.25) !important;
        }

        .search-input {
            flex: 1 !important;
            border: none !important;
            outline: none !important;
            font-size: 16px !important;
            color: #1e293b !important;
            background: transparent !important;
            padding: 0 !important;
            height: 100% !important;
        }

        .search-input::placeholder {
            color: #94a3b8 !important;
        }

        .search-button {
            background-color: #00AAE4 !important;
            color: white !important;
            border: none !important;
            width: 42px !important;
            height: 42px !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            cursor: pointer !important;
            transition: all 0.3s ease !important;
            flex-shrink: 0 !important;
            box-sizing: border-box !important;
        }

        .search-button:hover {
            background-color: #00AAE4 !important;
            transform: scale(1.05);
        }

        .search-button i {
            font-size: 14px !important;
        }

        /* Tabs and Grid */
        .tabs_body {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
        }

        .tabs_body .tab_panel.is-active {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .grid_offre {
            display: flex !important;
            flex-wrap: wrap !important;
            justify-content: center !important;
            align-items: center !important;
            gap: 14px !important;
            margin-top: 1.8rem !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .new-search-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 22px 14px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.02);
            box-sizing: border-box;
            width: 100%;
            max-width: 200px;
            min-height: 200px;
            height: auto !important;
            margin: 0;
        }

        .card-icon-wrapper {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
        }

        /* Icon specific colors */
        .color-phone {
            background: rgba(0, 118, 245, 0.08);
            color: #0076f5;
        }

        .color-account {
            background: rgba(16, 185, 129, 0.08);
            color: #10b981;
        }

        .color-box {
            background: rgba(249, 115, 22, 0.08);
            color: #f97316;
        }

        .color-tv {
            background: rgba(139, 92, 246, 0.08);
            color: #8b5cf6;
        }

        .card-icon-wrapper i {
            font-size: 22px !important;
        }

        .card-title {
            font-size: 15px !important;
            font-weight: 700 !important;
            color: #0f172a !important;
            margin: 0 0 8px 0 !important;
        }

        .card-link {
            font-size: 12px;
            font-weight: 600;
            color: #0076f5;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            text-decoration: none !important;
            transition: all 0.2s ease;
        }

        .card-link i {
            font-size: 10px !important;
            transition: transform 0.2s ease;
        }

        .card-link:hover {
            color: #0060d0;
        }

        .card-link:hover i {
            transform: translateX(4px);
        }

        /* Responsive adjustments */
        @media (max-width: 1200px) {
            ._title_container h4 {
                font-size: 30px !important;
            }

            ._section_offre {
                padding: 3rem 1.5rem 3.5rem 1.5rem !important;
            }
        }

        @media (max-width: 768px) {
            ._section_offre {
                padding: 2.2rem 0 2.5rem 0 !important;
                /* Remove horizontal padding so scrollable row touches screen edges */
            }

            ._title_container {
                padding: 0 1rem;
                margin-bottom: 1.2rem !important;
            }

            ._title_container h4 {
                font-size: 21px !important;
                margin-bottom: 4px !important;
            }

            ._title_container ._subtitle {
                font-size: 12px;
            }

            .search-container {
                margin-bottom: 1.2rem !important;
                max-width: 100% !important;
                /* Stretches search input to match the grid width */
                margin: 0 auto !important;
                padding: 0 16px;
                /* Matches the grid padding for alignment */
                box-sizing: border-box;
            }

            .search-input-wrapper {
                height: 44px !important;
                padding: 4px 4px 4px 18px !important;
            }

            .search-input {
                font-size: 14px !important;
            }

            .search-button {
                width: 36px !important;
                height: 36px !important;
            }

            /* .search-button */
            .grid_offre {
                display: grid !important;
                grid-template-columns: repeat(2, 1fr) !important;
                /* 2x2 grid layout on mobile */
                gap: 12px !important;
                margin-top: 1.2rem !important;
                padding: 0 16px !important;
                box-sizing: border-box !important;
            }

            .new-search-card {
                width: 100% !important;
                max-width: 100% !important;
                padding: 12px 6px !important;
                border-radius: 12px !important;
                min-height: 80px !important;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
                box-sizing: border-box !important;
            }

            .card-icon-wrapper {
                width: 30px !important;
                height: 30px !important;
                margin-bottom: 4px !important;
            }

            .card-icon-wrapper i {
                font-size: 12px !important;
            }

            .card-title {
                font-size: 10.5px !important;
                margin-bottom: 2px !important;
                font-weight: 700 !important;
            }

            .card-link {
                font-size: 8.5px !important;
                gap: 2px !important;
            }

            .card-link i {
                font-size: 5px !important;
            }

            /* Layout boundaries to prevent any horizontal overflow tilting */
            .modern-header,
            .company-intro-panel,
            ._section_offre,
            .section_4,
            .modern-services-section,
            footer {
                max-width: 100% !important;
                width: 100% !important;
                overflow-x: hidden !important;
                box-sizing: border-box !important;
            }
        }

        /* --- Besoin d'aide Section ---  
@media (max-width: 768px) {
    .new-search-card {*/
        .help-section-custom {
            background-color: #f8f9fa;
            /* slightly off-white like standard sections or #ffffff */
            background-color: #ffffff;
            padding: 2rem 1.5rem;
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
        }

        .help-container-custom {
            max-width: 900px;
            width: 100%;
            margin: 0 auto;
        }

        .help-header-custom {
            text-align: left;
            margin-bottom: 2rem;
        }

        .help-header-custom h2 {
            font-size: 24px;
            font-weight: 700;
            color: #1e293b;
            margin: 0 0 8px 0;
        }

        .help-header-custom p {
            font-size: 15px;
            color: #64748b;
            margin: 0;
        }

        .help-grid-custom {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            flex-wrap: nowrap;
        }

        .help-card-custom {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 18px 20px;
            background-color: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
            text-decoration: none;
            color: #334155;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.3s ease;
        }

        .help-card-custom:hover {
            border-color: #00AAE4;
            box-shadow: 0 8px 20px rgba(0, 170, 228, 0.1);
            transform: translateY(-2px);
            color: #00AAE4;
        }

        .help-card-custom i {
            font-size: 20px;
        }

        @media (max-width: 768px) {
            .help-header-custom h2 {
                font-size: 18px;
            }

            .help-header-custom p {
                font-size: 14px;
            }

            .help-grid-custom {
                flex-wrap: nowrap;
                gap: 8px;
            }

            .help-card-custom {
                padding: 12px 5px;
                flex-direction: column;
                gap: 8px;
                font-size: 12px;
            }

            .help-card-custom i {
                font-size: 18px;
            }

            .help-card-custom span {
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            ._title_container h4 {
                font-size: 18px !important;
                margin-bottom: 2px !important;
            }

            ._title_container ._subtitle {
                font-size: 12px !important;
            }

            .search-input-wrapper {
                height: 38px !important;
                padding: 2px 2px 2px 14px !important;
            }

            .search-input {
                font-size: 13px !important;
            }

            .search-button {
                width: 32px !important;
                height: 32px !important;
            }

            .help-header-custom h2 {
                font-size: 15px;
            }

            .help-header-custom p {
                font-size: 13px;
            }

            .help-grid-custom {
                gap: 5px;
            }

            .help-card-custom {
                padding: 10px 2px;
                font-size: 10px;
                gap: 5px;
            }

            .help-card-custom i {
                font-size: 16px;
            }

            .help-card-custom span {
                word-break: break-word;
            }
        }