    .h3h{
        color:#CAA347;
        margin-bottom: -17px;
    }
    .h5h{
        color:#fff;
    }
    .para{
        color:#CAA347;
    }
    .lblclr{
        color:#fff;
    }
    .logo{
        width:200px;
        height:100px;
    }
    .bodyimg{
        position:fixed;
        flex-wrap: wrap; /* Allows wrapping on smaller screens */
        
    }
        body {
            margin: 0;
            padding: 0; /* Remove default body padding */
            font-family: Arial, sans-serif;
        }

        .container {
            display: flex;
            flex-wrap: wrap; /* Allows wrapping on smaller screens */
            height: 100vh; /* Full height */
        }

        .column-1 {
            flex: 0 0 30%; /* 30% width */
            background-color: #010B13; /* Light background for visibility */
            padding: 20px;
            box-sizing: border-box; /* Include padding in width */
            display: flex;
            flex-direction: column; /* Stack children vertically */
            justify-content: center; /* Center content vertically */
            align-items: center; /* Center content horizontally */
        }

        .column-2 {
            flex: 0 0 70%; /* 70% width */
            background-color: #ffffff; /* White background */
            
            box-sizing: border-box; /* Include padding in width */
        }

        .form-container {
            width: 100%; /* Full width of the column */
            max-width: 300px; /* Limit the width of the form */
            margin: auto; /* Center the form */
            padding: 0; /* Remove any padding */
        }

        .form-group {
            margin-bottom: 15px; /* Space between form groups */
        }

        .form-control {
            width: 100%; /* Full width for inputs */
            padding: 10px; /* Padding for inputs */
            border: 1px solid #ae8526; /* Border for inputs */
            border-radius: 4px; /* Rounded corners */
        }

        .btn {
            background-color: #CAA347; /* Bootstrap primary color */
            color: white; /* Text color */
            padding: 10px; /* Padding for button */
            border: none; /* No border */
            border-radius: 4px; /* Rounded corners */
            cursor: pointer; /* Pointer cursor on hover */
            width: 30%; /* Full width for button */
            box-sizing: border-box; /* Include padding and border in the element's total width */
            margin-left: 70px; /* Space between button and link */
        }
        
        .btn:hover {
            background-color: #ae8526; /* Darker shade on hover */
        }
        .btn1 {
        background-color: #CAA347; /* Bootstrap primary color */
        color: white; /* Text color */
        padding: 10px; /* Padding for button */
        border: none; /* No border */
        border-radius: 4px; /* Rounded corners */
        cursor: pointer; /* Pointer cursor on hover */
        width: 100%; /* Full width for button */
        box-sizing: border-box; /* Include padding and border in the element's total width */
        margin-top: 35px;
        margin-left:8px;
        
        }
        
        .btn1:hover {
            background-color: #ae8526; /* Darker shade on hover */
        }

        .social-buttons {
        color: white; /* Text color */
        text-decoration: none; /* Remove underline */
        
        }
        .social-buttons:hover {
            color: #ae8526; /* Darker shade on hover */
        }
        .social-buttons a {
            color: white;
            text-decoration: none;
            font-size: 13px;
        }
        .error-message {
            color: red; /* Red color for error messages */
            margin-top: 10px; /* Space above error message */
            text-align: center; /* Center the error message */
        }
        .form{
            width: 100%;
        }

        @media only screen and (max-width: 390px) {
            .column-1 {
                flex: 0 0 100%; /* Stack columns on small screens */
            }
        }
         @media only screen and (max-width: 390px) {
            .column-2 {
               display: none; /* Stack columns on small screens */
            }
        }
        
.intro-text {
    position: absolute; /* Position the text absolutely */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position to center */
    color: white; /* Text color */
    text-align: center; /* Center the text */
    background-color: rgba(0, 0, 0, 0.5); /* Optional: semi-transparent background for better readability */
    padding: 20px; /* Padding around the text */
    border-radius: 10px; /* Optional: rounded corners */
    width: 60%;
    position: relative;
}

.intro-text h2 {
    margin-bottom: 10px; /* Space below the heading */
    font-size: 50px;
    text-decoration: underline;
    text-transform: uppercase;
    
    
}

.intro-text p {
    font-size: 16px; /* Font size for the paragraph */
    line-height: 1.5; /* Line height for better readability */
}
.hr1{
    margin-top: 35px;
        margin-left:12px;
        border: 0.1px solid white
    
}
.para1{
    color:#fff;
    font-size:13px;
        text-align: center;
        margin-left:10px;
}