.elementor-3787 .elementor-element.elementor-element-1724fe5{--display:flex;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-3787 .elementor-element.elementor-element-ac4c9fe{--display:flex;}.elementor-3787 .elementor-element.elementor-element-ce852a6{--display:flex;}.elementor-3787 .elementor-element.elementor-element-8eb9ede{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}/* Start custom CSS for shortcode, class: .elementor-element-ed3f083 *//* General Form Styling */
.custom-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

/* Labels */
.custom-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

/* Required Asterisk */
.required {
  color: red;
  font-weight: bold;
}

/* Input Fields */
.custom-form input,
.custom-form textarea,
.custom-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* First & Last Name Inline */
.name-container p {
  display: flex;
  justify-content:space-between;
  width: 100%;
  gap: 20px;
  
  /*border: 2px solid black;*/
justify-content: space-between;
 align-self: center;
  align-items: center;
}



 .parent,.parent_three
{
    display: flex !important;
    /*border: 1px solid green;*/
    flex-direction: row;
    justify-content: space-between;
    
}
.parent_three div
{
    width:30%
}
 .parent div
{
    
  width: 48% ;
}
.custom-form .half-width {
  width: 100%;
}

/* Full-Width Fields */
.custom-form .full-width {
  width: 100%;
}


/* File Upload Section */
.file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 20px;
  border: 2px dashed #aaa;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.file-input {
  position: absolute;
 
  cursor: pointer;
}

.upload-icon {
  font-size: 30px;
  color: #666;
  margin-bottom: 5px;
}

.upload-text {
  font-weight: bold;
  color: #333;
}

.upload-subtext {
  font-size: 12px;
  color: #777;
}

/* Submit Button */
.submit-btn {
  text-align: center;
  margin-top: 15px;
}

.submit-btn input {
  background: #0073e6;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn input:hover {
  background: #005bb5;
}
.upload-icon img
{
    height: 40px;
    align-self: center;
    margin-left: 40px;
    margin-bottom: -25px
}
.file-upload input
{
     height: 100vh !important;
    margin-top: -80px;
    margin-left: -520px;
    opacity:0 ;
  
    width: 100vw !important;
}

select
{
    color:  black;
    background: #00000;
    height: 30px;
    font-weight: 400;
}


@media (max-width: 480px) {
  .parent_three {
    flex-direction: column;
    gap: 10px;
  }

  .parent_three div {
    width: 100%;
  }
  select
  {
      /*height:50px;*/
  }
  .file-upload input
{
    
  
    width: 100vh !important;
}
}
@media (max-width: 780px) {

 .file-upload input
{
    
   margin-left: -290px;
    width: 100vh !important;
}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ed3f083 *//* General Form Styling */
.custom-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

/* Labels */
.custom-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

/* Required Asterisk */
.required {
  color: red;
  font-weight: bold;
}

/* Input Fields */
.custom-form input,
.custom-form textarea,
.custom-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* First & Last Name Inline */
.name-container p {
  display: flex;
  justify-content:space-between;
  width: 100%;
  gap: 20px;
  
  /*border: 2px solid black;*/
justify-content: space-between;
 align-self: center;
  align-items: center;
}



 .parent,.parent_three
{
    display: flex !important;
    /*border: 1px solid green;*/
    flex-direction: row;
    justify-content: space-between;
    
}
.parent_three div
{
    width:30%
}
 .parent div
{
    
  width: 48% ;
}
.custom-form .half-width {
  width: 100%;
}

/* Full-Width Fields */
.custom-form .full-width {
  width: 100%;
}


/* File Upload Section */
.file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 20px;
  border: 2px dashed #aaa;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.file-input {
  position: absolute;
 
  cursor: pointer;
}

.upload-icon {
  font-size: 30px;
  color: #666;
  margin-bottom: 5px;
}

.upload-text {
  font-weight: bold;
  color: #333;
}

.upload-subtext {
  font-size: 12px;
  color: #777;
}

/* Submit Button */
.submit-btn {
  text-align: center;
  margin-top: 15px;
}

.submit-btn input {
  background: #0073e6;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn input:hover {
  background: #005bb5;
}
.upload-icon img
{
    height: 40px;
    align-self: center;
    margin-left: 40px;
    margin-bottom: -25px
}
.file-upload input
{
     height: 100vh !important;
    margin-top: -80px;
    margin-left: -520px;
    opacity:0 ;
  
    width: 100vw !important;
}

select
{
    color:  black;
    background: #00000;
    height: 30px;
    font-weight: 400;
}


@media (max-width: 480px) {
  .parent_three {
    flex-direction: column;
    gap: 10px;
  }

  .parent_three div {
    width: 100%;
  }
  select
  {
      /*height:50px;*/
  }
  .file-upload input
{
    
  
    width: 100vh !important;
}
}
@media (max-width: 780px) {

 .file-upload input
{
    
   margin-left: -290px;
    width: 100vh !important;
}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ed3f083 *//* General Form Styling */
.custom-form {
  background: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

/* Labels */
.custom-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #333;
}

/* Required Asterisk */
.required {
  color: red;
  font-weight: bold;
}

/* Input Fields */
.custom-form input,
.custom-form textarea,
.custom-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

/* First & Last Name Inline */
.name-container p {
  display: flex;
  justify-content:space-between;
  width: 100%;
  gap: 20px;
  
  /*border: 2px solid black;*/
justify-content: space-between;
 align-self: center;
  align-items: center;
}



 .parent,.parent_three
{
    display: flex !important;
    /*border: 1px solid green;*/
    flex-direction: row;
    justify-content: space-between;
    
}
.parent_three div
{
    width:30%
}
 .parent div
{
    
  width: 48% ;
}
.custom-form .half-width {
  width: 100%;
}

/* Full-Width Fields */
.custom-form .full-width {
  width: 100%;
}


/* File Upload Section */
.file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 20px;
  border: 2px dashed #aaa;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.file-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.file-input {
  position: absolute;
 
  cursor: pointer;
}

.upload-icon {
  font-size: 30px;
  color: #666;
  margin-bottom: 5px;
}

.upload-text {
  font-weight: bold;
  color: #333;
}

.upload-subtext {
  font-size: 12px;
  color: #777;
}

/* Submit Button */
.submit-btn {
  text-align: center;
  margin-top: 15px;
}

.submit-btn input {
  background: #0073e6;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn input:hover {
  background: #005bb5;
}
.upload-icon img
{
    height: 40px;
    align-self: center;
    margin-left: 40px;
    margin-bottom: -25px
}
.file-upload input
{
     height: 100vh !important;
    margin-top: -80px;
    margin-left: -520px;
    opacity:0 ;
  
    width: 100vw !important;
}

select
{
    color:  black;
    background: #00000;
    height: 30px;
    font-weight: 400;
}


@media (max-width: 480px) {
  .parent_three {
    flex-direction: column;
    gap: 10px;
  }

  .parent_three div {
    width: 100%;
  }
  select
  {
      /*height:50px;*/
  }
  .file-upload input
{
    
  
    width: 100vh !important;
}
}
@media (max-width: 780px) {

 .file-upload input
{
    
   margin-left: -290px;
    width: 100vh !important;
}
}/* End custom CSS */