        
        
        .main-menu-two__nav-sidebar-icon{
            display: none;
        }
        .main-menu-two__main-menu-box {
            display: block;
            margin-left: -131px !important;
        }
    
        .logo-utama {
            width: 222px;
            height: 86px;
        }

        .logo-subtitle {
            color: #eaebef;
            position: relative;
            left: -126px;
            top: 13px;
            font-size: 13px;
            filter: blur(0.4px);
        }

        .wa-container {
            position: fixed;
            bottom: 78px;
            right: 28px;
            z-index: 9999;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        /* Bubble chat */
        .wa-bubble {
            background: #ffffff;
            color: #333;
            padding: 10px 14px;
            border-radius: 14px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            font-size: 13px;
            line-height: 1.3;
            animation: bubbleIn 0.6s ease forwards;
        }

        .wa-bubble strong {
            display: block;
            font-weight: 700;
            color: #25D366;
        }

        /* WhatsApp Button */
        .wa-float {
            width: 58px;
            height: 58px;
            /*background: #25D366;*/
            background: transparent;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            position: relative;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .wa-float:hover {
            transform: scale(1.12);
            background: #1ebe5d;
        }

        /* Online status dot */
        .wa-status {
            position: absolute;
            bottom: 6px;
            right: 6px;
            width: 12px;
            height: 12px;
            background: #00ff6a;
            border: 2px solid #fff;
            border-radius: 50%;
            animation: pulse 1.5s infinite;
        }

        /* Animations */
        @keyframes bubbleIn {
            from {
                opacity: 0;
                transform: translateX(20px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(0, 255, 106, 0.6);
            }

            70% {
                box-shadow: 0 0 0 10px rgba(0, 255, 106, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(0, 255, 106, 0);
            }
        }

        .social-icon{
            width:30px;
            height:30px;
        }
        
        .moni-image{
            width: 65px !important;
            height: 65px !important;
            padding: 3px;
        }
        
        .mob-title {
            display: none;
        }
        
        .btn-daftar-mobile{
            display: none;
        }
        
        .blink-btn {
            animation: blink 1.2s infinite;
            
        }
        
        .blink-margin {
            font-size: 26px !important;
            background: orange !important;
        }
    
        @keyframes blink {
            0% {
                opacity: 1;
                box-shadow: 0 0 0 rgba(255, 0, 0, 0);
            }
            50% {
                opacity: 0.4;
                box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
            }
            100% {
                opacity: 1;
                box-shadow: 0 0 0 rgba(255, 0, 0, 0);
            }
        }
        
        .cta-ultimate {
            background: linear-gradient(135deg, #ff9800, #ff5722);
            color: #fff !important;
            font-weight: 700;
            font-size: 16px;
            padding: 16px 28px;
            border-radius: 8px;
        
            box-shadow: 0 10px 30px rgba(255, 87, 34, 0.5);
            transition: all 0.3s ease;
        }
        
        /* hover */
        .cta-ultimate:hover {
            background: linear-gradient(135deg, #ff5722, #e64a19);
            box-shadow: 0 15px 40px rgba(255, 87, 34, 0.7);
            transform: translateY(-2px);
        }
        
        /* icon ikut animasi */
        .cta-ultimate .icon-right-arrow {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }
        
        .cta-ultimate:hover .icon-right-arrow {
            transform: translateX(5px);
        }
        
        @media (max-width: 768px) {
          * {
            animation: none !important;
            transition: none !important;
          }
        }


        
        @media (max-width: 768px) {
            .gambar-ceo{
                display: none !important;
            }
            
             .logo-utama {
                display: none;
             }
             
             .logo-subtitle {
                display: none;
            }
            
            .mob-title {
                display: block;
                font-weight: bold;
                font-size: 41px;
                margin-top: -3px;
                margin-left: 0;
                background: black;
                padding: 10px;
                border-radius: 10px;
                border: 3px solid white;
            }
            
            .about-two__client-box{
                display: none;
            }
            
            .btn-daftar-mobile{
                display: inline-block;
            }
            
            .blink-btn {
                animation: blink 1.2s infinite;
                
            }
            
            .blink-margin {
                font-size: 16px !important;
                background: orange !important;
                margin: 20px !important;
            } 
        }
    
    
    .section-title h2 {
      margin-top: 40px;
      margin-bottom: 16px;
    }
    
    .section-title p,
    .section-title ul {
      margin-bottom: 24px;
    }
    
    .satpam-h2{
        color:#ffd25d;
        font-size:30px;
    }
    
    .font-21 {
        font-size:21px !important;
    }
    
   