.hero {
            background: rgba(255, 255, 255, 0.95);
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }

        .logo {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .tagline {
            font-size: 1.2rem;
            color: #7f8c8d;
            margin-bottom: 30px;
        }

        .cta-button {
            background: linear-gradient(45deg, #e74c3c, #c0392b);
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 10px;
            text-decoration: none;
            display: inline-block;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(231, 76, 60, 0.3);
        }

        .language-selector {
            margin: 20px 0;
        }

        .lang-btn {
            background: #3498db;
            color: white;
            padding: 10px 20px;
            margin: 5px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .lang-btn:hover, .lang-btn.active {
            background: #2980b9;
            transform: scale(1.05);
        }

        /* Custom SweetAlert styles */
        .custom-swal {
            font-family: 'Arial', sans-serif;
        }

        .verification-badge {
            display: inline-flex;
            align-items: center;
            background: #27ae60;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 2rem;
            margin: 5px;
        }

        .verification-badge i {
            margin-right: 5px;
        }

        .license-info {
            background: #f8f9fa;
            border-left: 4px solid #3498db;
            padding: 15px;
            margin: 15px 0;
            border-radius: 5px;
        }

        .warning-box {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 15px;
            margin: 15px 0;
            border-radius: 5px;
            color: #856404;
        }

        .branch-info {
            text-align: left;
            margin: 10px 0;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .social-links {
            margin: 20px 0;
        }

        .social-links a {
            display: inline-block;
            margin: 5px 10px;
            padding: 10px 15px;
            background: #3498db;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }
    .form_submit{
    height: 325px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:1003;
}
#test_form{
    position:relative;
}
.submit_ok{
    font-weight: 700;font-size: 20px;text-align: center;display: block;color: red;font-family: monospace;
    background-color: #03ff03;
    margin:0 auto; width:90%;
}
.submit_back{
        width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    position: fixed;
    background-color: #000000a1;
    margin: 0 auto;
    height: 1000px;
    z-index:1001;
}
#close_form{
    cursor: pointer;right: 0px;position: absolute;float: right;font-size: 25px;
}
.add_close{
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 50;
}
.submit_note{
    margin:5px;
    font-weight:700;
}
.submit_font{
    margin:15px;font-size:18px;font-family: monospace;
}
@media(max-width:500px){ 

            	 	.form_submit{

            	 		overflow-Y: scroll;

            		}
            		.submit_note{
                        margin:2px;
                        font-weight:100;
                        font-size:12px;
                    }
                    .submit_font{
                                margin:10px;font-size:12px;font-family: monospace;
                            }

            	 }