.elementor-350 .elementor-element.elementor-element-d5f2338{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a2fa237 */body { font-family: 'Inter', sans-serif; overflow-x: hidden; background-color: #fcfcfc; }
.nav-item-dropdown:hover .dropdown-content { display: block; }
        .dropdown-content a {
            padding: 14px 20px;
            display: block;
            font-size: 14px;
            color: #333 !important;
            transition: all 0.2s;
            font-weight: 500;
            border-bottom: 1px solid #f0f0f0; 
            text-align: left;
        }
        .dropdown-content a:last-child { border-bottom: none; }
        .dropdown-content a:hover {
            color: #FF0000 !important;
            background-color: #f9f9f9;
        }
        .main-nav-container { overflow: visible !important; }

        /* LEARN PAGE SPECIFIC STYLES */
        .learn-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            padding: 100px 20px;
            text-align: center;
        }
        .learn-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #FF0000;
            color: white;
            padding: 12px 30px;
            font-weight: 800;
            text-transform: uppercase;
            border-radius: 4px;
            transition: opacity 0.2s;
            margin-top: 20px;
        }
        .learn-btn:hover { opacity: 0.9; }

        /* Mobile Drawer Helper */
        .mobile-nav-drawer {
            transition: right 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .desktop-info-group { display: none; }
        @media (min-width: 1024px) {
            .desktop-info-group { display: flex; }
        }
        
    </style>/* End custom CSS */