/* styles.css */
  body{
      font-family: Arial, sans-serif;
            background-image: url('img/1000.jpg');
            background-size: cover; /* Ensures the image covers the entire background */
            background-repeat: no-repeat; /* Prevents the image from repeating */
    }
    img {
        background-color: rgba(240, 240, 240, 0.5);
         margin-left: 10px;
         margin-bottom: 10px;
         margin-top: 10px;
    }

form {
    margin: 10px;
    margin-bottom: 100px;
    shape-margin: 20 px;
    width: 50%;
     background-color: rgba(200, 200, 200, 0.6);
}
form input {
    width: 120%;
    margin-left: 20px;
    font-weight: bold;
}
form label {
    margin-top: 10px;
    margin-left: 20px;
}
form button {
  
    margin-bottom: 30px;
    font-weight: bold;
}
h4 {
    margin-left: 25px;
}
footer {
    text-align: center;
    padding: 10px;
    background-color: rgba(200, 200, 200, 0.5) ;
    color: #333;
}
 #t1 {
            background-color:rgba(240, 240, 240, 0.5) ; /* Inherit the background color from the form */
            width: 60%; /* Set the width to 100% to match the form width */
            border-collapse: collapse; /* Optional: Collapse borders for a cleaner look */
        }
         #t2 {
            background-color:rgba(240, 240, 240, 0.5) ; /* Inherit the background color from the form */
            width: 60%; /* Set the width to 100% to match the form width */
            border-collapse: collapse; /* Optional: Collapse borders for a cleaner look */
        }

    form table td{
        margin-bottom: 50px;
    }
  .pdf-container {
    text-align: center;
            width: 95%;
            height: auto;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            margin: 15px;
        }
        .pdf-container embed {
            width: 50%;
            height: 100%;
        }
        .pdf-buttons {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
        }
        .pdf-buttons button {
            padding: 5px 10px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

             #h3{
    text-align: center;
}
form input[type="checkbox"] {
    margin-bottom: 15px;
    margin-top: 12px;

    background-color: #f0f0f0; /* Replace with your desired background color */
    padding: 20px;
    transform: scale(1.5);
    margin-right: 5px; /* Optional: Add some styling to make it more visually appealing */
}
form table td input[type="checkbox"] {
    display: block;
    background-color: #f0f0f0; /* Replace with your desired background color */
    padding: 20px;
    transform: scale(1.5);
    margin-right: 5px;

}
h2 {
    background-color: rgba(240, 240, 240, 0.5); 
    background-size:50%;
    margin-left: 20 px;
    text-align: center;
            
}
form td { 
text-align: left; 
margin-bottom: 20px;}


.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 5px;
}

header {
    background-color: #4CAF50;
    color: white;
    padding: 1em;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

h1 {
    margin: 0;
}

form {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

form label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

form input[type="tel"] {
    font-size: 20px
}

form input,
form select {
    width: 70%;
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 25px;
    border: 2px solid #ccc;
    border-radius: 15px;
    font-weight: bold;
}
form select option {

    font-weight: bold;
}


form input[type="date"] {
    padding: 12px 10px;
}

form button {
    background-color: deepskyblue;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    margin-left: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: left;
    margin-bottom: 30 px;
}

form button:hover {
    background-color: limegreen;

}


a {
    text-decoration: none;
    color: #007BFF;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
