/* Wrapper for centering and overall styling */

.custom-form-wrapper .fs-webform-container  .fserv-container {
    max-width: 1500px !important;
}


/* Remove Freshsales default headings and description */
.custom-form-wrapper h2,
.custom-form-wrapper .fw-form-heading,
.custom-form-wrapper .fserv-form-description {
    display: none !important;
}

/* Input and select styling */
.custom-form-wrapper input,
.custom-form-wrapper select,
.custom-form-wrapper textarea {
    width: 90% !important;    
    border-radius: 10px !important;
    font-size: 14px !important;
    height:50px !important;
    margin: 0px 0px 0px 10px !important;
}
.custom-form-wrapper .fs-webform-container .fserv-container {
    padding: 0px 0px 10px 0px !important;
}
.custom-form-wrapper .fs-webform-container .fserv-container .fs-country-phone::part(fw-select-input-container),
.custom-form-wrapper .fs-webform-container .fserv-container .fs-country-phone::part(fw-input-inner-container){
    border-radius: 10px !important; 
    height:50px !important;   
}

/* .custom-form-wrapper input:focus,
.custom-form-wrapper select:focus,
.custom-form-wrapper textarea:focus {
    border-color: #4f46e5 !important;
} */

.circle-shape-1 {
  top: -246px !important;
}
.custom-form-wrapper label {
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: -4px !important;    
}
.custom-form-wrapper .fs-webform-container .fserv-form label{
    color:#000000 !important;
  }
  .custom-form-wrapper .fs-webform-container .fserv-form input,
  .custom-form-wrapper .fs-webform-container .fserv-form select,
  .custom-form-wrapper .fs-webform-container .fserv-form .fs-country-phone::part(fw-input-inner-container){
    border: 2px solid #484646 !important;
  }
.custom-form-wrapper .fs-webform-container .fserv-form input:focus,
  .custom-form-wrapper .fs-webform-container .fserv-form select:focus,
  .custom-form-wrapper .fs-webform-container .fserv-form .fs-country-phone::part(fw-input-inner-container):focus{
    border: 2px solid #484646 !important;
  }

.banner-form-card .fserv-form div:last-child .fserv-button-submit {
    background-color: rgb(215, 45, 48) !important;
    font-size: 22px !important;
    width: 100% !important;
    border-radius: 10px !important;
    margin: 10px;
    height: 40px;
}

.custom-form-wrapper .fs-webform-container .fserv-button-submit{
  width: 200px !important;
  height: 55px !important;
  padding: 0 40px !important;
  border-radius: 8px !important;
  font-size: 18px !important;  
}

.fs-webform-container .fserv-container button[type=submit].fserv-button-submit {
  margin: 0px 0px 0px 20px !important;
}

.custom-form-wrapper .fs-webform-container .fserv-form .fs-country-phone::part(fw-input-inner-container) {
  border: 2px solid #484646 !important;
  width: 240px !important;
}

/* Remove branding if needed */
.custom-form-wrapper .powered-by,
.custom-form-wrapper .fserv-form-description {
    display: none !important;
}

.banner-style-three img {    
    margin-top: 5px !important;
}

.banner-form-card form .two-grid-col {
    grid-template-columns: 1fr !important; /* disables 2-column layout */
    grid-template-columns: none;
    display: block;
}

.custom-form-wrapper .fs-webform-container .fserv-form > div {
    margin-bottom: 14px !important;
}

/* Ensure full width for the submit button */
.custom-form-wrapper .fs-webform-container .fserv-form > div:last-child {
    display: flex;
    justify-content: center; 
      
}

.fs-country-phone::part(fw-select-input-container) {
    display: none !important;
}

.country-container.sc-fw-country-phone .country-select-container.sc-fw-country-phone {
    display: none !important;

}

.fs-webform-container input[type=file]{
display: none !important;

}

.fserv-container div{
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .banner-area .sanh2 {
        margin-right: 76px !important;
    }
}
@media only screen and (max-width: 480px) {
    .banner-form-card form .override-style {
        padding: 0px 30px !important;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1440px) {
    .banner-style-three img {
        max-width: 145% !important;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1365px) {
    .banner-style-three img {
        max-width: 145% !important;
        
    }    
    .banner-style-three img {
        
        width: 105% !important;
        margin-bottom: 140px !important;
    }    
    .banner-area h2 {        
        margin-bottom: 45px !important;
    }
    
}
/* @media screen and (max-width: 1440px) {
    .banner-area div {
      height: 90%;
    }
  } */
  
  /* For smaller laptop screens or high DPI displays with more scaling */
  /* @media screen and (max-width: 1280px) {
    .banner-area div {
      height: 85%;
    }
  } */
  
  /* For tablets and very small laptops */
  /* @media screen and (max-width: 1024px) {
    .banner-area div {
      height: 80%;
    }
  } */
  
  body, .banner-area, .banner-area div {
    height:auto !important;
}

/* DESKTOP VIEW: Horizontal alignment */
/* @media only screen and (min-width: 768px) {
  .custom-desktopform-wrapper {
    display: flex !important;
    justify-content: center;
    padding-top: 20px;
  }

  .custom-desktopform-wrapper .fs-webform-container .fserv-field {
    padding: 0 !important;
  }

  .custom-desktopform-wrapper .fs-webform-container {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 100%;
  }

  .custom-desktopform-wrapper .fs-webform-container .fserv-form {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
    width: 100%;
  }

  .custom-desktopform-wrapper .fs-webform-container .fserv-form > div {
    flex: 0 1 auto;
    margin: 0 !important;
  }

  .custom-desktopform-wrapper .fs-webform-container .fserv-form input,
  .custom-desktopform-wrapper .fs-webform-container .fserv-form select {
    width: 250px !important;
    height: 55px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    border: 2px solid #484646 !important;
  }

  .custom-desktopform-wrapper .fs-webform-container .fserv-form input:focus,
  .custom-desktopform-wrapper .fs-webform-container .fserv-form select:focus{
    border: 2px solid #484646 !important;
  }
  .custom-desktopform-wrapper .fs-webform-container .fserv-container .fserv-label{
    padding-left: 12px !important;
    color: black !important;
  }
  .custom-desktopform-wrapper .fs-webform-container .fserv-form > div:last-child {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-start;
  }

  /* .custom-desktopform-wrapper .fs-webform-container .fserv-submit input[type="submit"],
  .custom-desktopform-wrapper .fs-webform-container button[type=submit] .fserv-button-submit {
    height: 45px !important;
    border-radius: 8px !important;
  } */

  /* .custom-desktopform-wrapper .fs-webform-container .fserv-button-submit{
    height: 55px !important;
    border-radius: 8px !important;
    width: 200px !important;
    font-size: 18px !important;
  } */
  
  /* .fs_61c5449ab825c65d3241ed505e80163518c5c3b6506297f18b8a2e6ca1385821 button[type="submit"].fserv-button-submit {
        background-color: #176817 !important;
    } */
  /* .custom-desktopform-wrapper .fs-webform-container .fserv-container .fs-country-phone::part(fw-input-inner-container){
    border-radius: 10px !important; 
    width: 250px !important;
    height: 55px !important;
    padding: 0 10px !important;
    border-radius: 8px !important;
    border: 2px solid #484646 !important;
  }
  .custom-desktopform-wrapper .fs-webform-container .fserv-field+div:not(.fserv-field) {
    border-top: none;
  }
} */ 

@media only screen and (max-width: 767px) {
  .custom-desktopform-wrapper {
    display: none !important;
  }
  
  #request-demo-btn {
    display: none !important;
  }
  
}

  
  