/* contact page css starts here */
#gform_1 .large{
  border: 1px dashed lightgray;
    border-radius: 10px;
    background-color: white;
    color: #212121;
    height: 60px;
    margin-bottom: .625rem;
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.6em;
    transition: border-color .3s ease-in-out;
    display: inline-block;
}
#gform_1 .textarea{
   border: 1px dashed lightgray;
    border-radius: 10px;
    background-color: white;
    color: #212121;
    margin-bottom: .625rem;
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.6em;
    transition: border-color .3s ease-in-out;
    display: inline-block;
}
#gform_1 .large:focus, #gform_1 .textarea:focus, #gform_1 #gform_submit_button_1:focus{
  outline: unset;
}
#gform_1 .gfield_required{
  display: none !important;
}
#gform_1 #gform_submit_button_1{
  background-color: #9bcb50 !important;
    color: #000;
    padding: 16px 40px ;
    border-radius: 100px;
    font-size: 17px;
}
#gform_1 #gform_submit_button_1:hover{
  color: white;
  background-color: #000 !important;
}
#gform_1 .gform-field-label{
  font-size: 18px;
  line-height: 26px;
}
#field_1_16 .gfield_label, #gform_1 .gfield_validation_message{
  display: none;
}
.formSectionInner{
  padding: 2.5rem;
    background: white;
    border-radius: 20px;
}
.formSection > .wpb_column > .vc_column-inner{
   padding-top: 0px !important;
}
#gform_1 #label_1_16_0, #gform_1 #label_1_16_1{
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 620px){
  .formSectionInner{
      padding: 20px 10px;
    }
}

.contactUsSection .card iframe{
    border-radius: 16px;
    height: 350px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.contactUsSection .card{
    border: 1px solid #9bcb50 !important;
    border-radius: 16px;
    padding: 10px;
    /* height: 570px; */
}
.contactUsSection {
  display: flex;
  flex-wrap: wrap;
}

.contactUsSection .col-md-6,
.contactUsSection .col-lg-4 {
  display: flex;
}

.contactUsSection .card {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contactUsSection .card-body{
    padding: 0px !important;
}
.dashLine {
    position: relative;
    width: 100%;
    height: 3px;
}
.dashLine:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='1108' height='2' viewBox='0 0 1108 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 1H1108' stroke='%239bcb50' stroke-dasharray='8 8'/%3e%3c/svg%3e");
    background-repeat: repeat-x;
}
.contact-link {
  color: #000;
  font-weight: 500;
}
.contact-link:hover {
  color: #1c1c1c;
}

.contactUsSection .icon-wrapper{
        display: inline-flex;          
        align-items: center;           
        justify-content: center;        
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #9bcb50; 
        margin-right: 10px;
}
.contactUsSection .icon-wrapper > svg{
        width: 20px;                
        height: 20px;
        display: block;                             
}
.contactUsSection .card-body .card-title, .businessEnquiryTitle{
    display: flex;
    align-items: center;
}

@media (max-width: 620px) {
    .contactUsSection .card-body .card-title{
        align-items: center !important;
    }
}
/* contact page css ends here */