        .containerCon {
            max-width: 600px;
            margin: 0 auto;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 30px rgba(0,0,0,0.1);
           /* overflow: hidden; */
        }
        
        .headerCon {
            background: #2c3e50;
            color: #fff;
            padding: 30px 20px;
            text-align: center;
        }
        
        .headerCon h1 {
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .headerCon p {
            font-size: 16px;
            opacity: 0.9;
        }
        
        .form-container {
            padding: 40px 30px;
        }
        
        .form-group {
            margin-bottom: 25px;
        }
         form, .form-group {
         color: #000000 !important; 
         opacity: 1 !important;
         visibility: visible !important;
          }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 700;
            color: #555;
            font-size: 14px;
        }
        
        input[type="text"],
        input[type="email"],
        input[type="tel"],
        select,
        textarea {
            width: 100%;
            padding: 14px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #fafafa; 
            color: #333;
        }
        
        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        select:focus,
        textarea:focus {
            outline: none;
            border-color: #667eea;
            background: #fff;
            box-shadow: 0 0 10px rgba(102, 126, 234, 0.1);
        }
        
        textarea {
            height: 130px;
            resize: vertical;
            font-family: inherit;
        }
        
        select {
           cursor: pointer;
           -webkit-appearance: none; 
           -moz-appearance: none;    
           appearance: none; 
           background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 10 6"><polyline fill="none" stroke="%23000" stroke-width="2" points="1,1 5,5 9,1"/></svg>') no-repeat right 8px center/10px 6px; 
           padding-right: 24px;
           padding: 12px;
           border: 1px solid #ccc;
           color: #333 !important;
           font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important; /* System fonts */
           width: 100%;
           box-sizing: border-box;
           visibility: visible !important;
        }

        select option {           
           color: #333 !important;
           font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
           font-size: 16px !important;
         }

     select #subject, select #priority 
        { color: rgb(0, 0, 0) !important; 
        }

        .captcha-container {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 25px;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e9ecef;
        }
        
        .captcha-image {
            border: 2px solid #ddd;
            border-radius: 5px;
            flex-shrink: 0;
        }
        
        .captcha-input {
            flex: 1;
        }
        
        .captcha-refresh {
            background: #6c757d;
            color: white;
            border: none;
            padding: 8px 12px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            margin-top: 5px;
        }
        
        .captcha-refresh:hover {
            background: #5a6268;
        }
        
        .melpoty {
            display: none !important;
            visibility: hidden !important;
            position: absolute !important;
            left: -9999px !important;
        }
        
        .submit-btn {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 16px 40px;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 55%;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
        }
        
        .submit-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

         /* Alternative Green Submit Button (Trust-focused) */
        .contact-submit-green {
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
            color: #fff;
            border: none;
            padding: 16px 32px;
            font-size: 17px;
            font-weight: 600;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
            text-transform: none;
            letter-spacing: 0.025em;
            width: 66%;
            min-height: 48px;
            /*display: inline-flex;
            align-items: center;
            justify-content: center; */
            display: block;
            margin: 0 auto;
            gap: 8px;
        }

        .contact-submit-green:hover {
            background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
            box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
            transform: translateY(-1px);
        }
        
        .error {
            background: #f8d7da;
            color: #721c24;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 25px;
            border-left: 4px solid #f5c6cb;
        }
        
        .error ul {
            margin-left: 20px;
            margin-top: 10px;
        }
        
        .error li {
            margin-bottom: 5px;
        }
        
        .required {
            color: #e74c3c;
        }
        
        .form-info {
            background: #e3f2fd;
            padding: 20px;
            border-radius: 4px;
            margin-bottom: 25px;
            font-size: 14px;
            color: #1565c0;
            border-left: 4px solid #2196f3;
        }
        
        .security-badges {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
            flex-wrap: wrap;
        }
        
        .security-badge {
            background: #fff;/*e8f5e8;*/
            color: #2e7d32;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 5px;
        }
       .melpoty { display: none; }
       .sml-print p {
           font-size: 14px;
           color: #666;
           font-family: Lato, sans-serif;
           line-height: 1.4;
           margin-top: 14px;
          }
        
        @media (max-width: 768px) {
            .containerCon {
                margin: 10px;
                border-radius: 8px;
            }
            
            .form-container {
                padding: 30px 20px;
            }
            
            .captcha-container {
                flex-direction: column;
                text-align: center;
            }
            
            .captcha-input {
                width: 100%;
            }
            
            input[type="text"],
            input[type="email"],
            select,
            textarea {
                font-size: 16px; /* Prevents zoom on iOS */
            }
          .submit-btn, .contact-submit-green {            
            width: 100%;
            }
        }