.elementor-656 .elementor-element.elementor-element-38e9a9d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-47px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-656 .elementor-element.elementor-element-50566c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-656 .elementor-element.elementor-element-037a133{color:#FF0000;}.elementor-656 .elementor-element.elementor-element-6bce580{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-656 .elementor-element.elementor-element-6bce580.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-656 .elementor-element.elementor-element-50566c8{--width:66.66%;}.elementor-656 .elementor-element.elementor-element-6bce580{--width:29.349%;}}/* Start custom CSS for shortcode, class: .elementor-element-fef35ee *//* Style the form container */
.wpcf7-form {
    width: 80%;
    margin: 0 auto;
    
}

/* Style the form fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Style the select dropdown */
.wpcf7-form select {
    width: 102%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

/* Style the file input */
.wpcf7-form input[type="file"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

/* Style the submit button */
.wpcf7-form input[type="submit"] {
    background-color: #7f6951;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 102%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-38e9a9d *//* Apply a consistent margin and padding to all form elements */
form {
  width: 80%;
  margin: 0 auto;
}

form p {
  margin-bottom: 15px;
}

/* Style the text input fields */
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Style the select dropdown */
select {
  width: 102%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

/* Style the file input */
input[type="file"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

/* Style the submit button */
input[type="submit"] {
  background-color: #007BFF;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  width: 102%;
 
}

/* Center the submit button */
input[type="submit"] {
  display: block;
  margin: 5px 0;
}

/* Style the placeholders */
::placeholder {
  color: black;
}

/* Add some spacing between form sections */
#year-completion,
#university,
#email,
#address,
#SelectDurationofInternship,
#file {
  margin-top: px;
}

/* Adjust the spacing for the 'Present Year (Semester)' field */
#present-year {
  margin-top: px;
}

/* Make the form responsive for smaller screens */
@media (max-width: 768px) {
  form {
    width: 100%;
  }
}/* End custom CSS */